Uses of Class
org.sqlproc.engine.config.SqlEngineConfiguration.NameValue

Packages that use SqlEngineConfiguration.NameValue
org.sqlproc.engine.config   
org.sqlproc.engine.jmx   
 

Uses of SqlEngineConfiguration.NameValue in org.sqlproc.engine.config
 

Methods in org.sqlproc.engine.config that return types with arguments of type SqlEngineConfiguration.NameValue
 List<SqlEngineConfiguration.NameValue> SqlEngineConfiguration.getCrudEnginesToInit(Integer treshold)
          Returns the container of the CRUD Engines' names, which has to be initialized.
protected  List<SqlEngineConfiguration.NameValue> SqlEngineConfiguration.getEnginesToInit(ConcurrentHashMap<String,AtomicInteger> engines, Integer treshold)
          Returns the container of the SQL Engines' names, which has to be initialized.
 List<SqlEngineConfiguration.NameValue> SqlEngineConfiguration.getProcedureEnginesToInit(Integer treshold)
          Returns the container of the Procedure Engines' names, which has to be initialized.
 List<SqlEngineConfiguration.NameValue> SqlEngineConfiguration.getQueryEnginesToInit(Integer treshold)
          Returns the container of the Query Engines' names, which has to be initialized.
 

Methods in org.sqlproc.engine.config with parameters of type SqlEngineConfiguration.NameValue
 int SqlEngineConfiguration.NameValue.compareTo(SqlEngineConfiguration.NameValue o)
           
 

Uses of SqlEngineConfiguration.NameValue in org.sqlproc.engine.jmx
 

Method parameters in org.sqlproc.engine.jmx with type arguments of type SqlEngineConfiguration.NameValue
private  List<String> SqlSimpleFactoryMXBean.toList(List<SqlEngineConfiguration.NameValue> namevals)
          Converts list
 



Copyright © 2015. All rights reserved.