Uses of Class
nl.knowledgeplaza.util.ConfigurationProperties

Packages that use ConfigurationProperties
nl.knowledgeplaza.util   
nl.knowledgeplaza.util.pool   
 

Uses of ConfigurationProperties in nl.knowledgeplaza.util
 

Methods in nl.knowledgeplaza.util that return ConfigurationProperties
 ConfigurationProperties ConfigurationProperties.chain(ConfigurationProperties value)
          Deprecated.  
static ConfigurationProperties ConfigurationProperties.clearThreadRelated()
          Deprecated. clearThreadRelated
static ConfigurationProperties ConfigurationProperties.get()
          Deprecated. Singleton or thread related
 ConfigurationProperties ConfigurationProperties.getChain()
          Deprecated. by chaining configuration properties several naming scheme's can be combined
static ConfigurationProperties ConfigurationProperties.getThreadRelatedConfigurationProperties()
          Deprecated.  
static ConfigurationProperties ConfigurationProperties.removeThreadRelatedConfigurationProperties()
          Deprecated.  
 

Methods in nl.knowledgeplaza.util with parameters of type ConfigurationProperties
 ConfigurationProperties ConfigurationProperties.chain(ConfigurationProperties value)
          Deprecated.  
static void ConfigurationProperties.set(ConfigurationProperties configurationProperties)
          Deprecated.  
 void ConfigurationProperties.setChain(ConfigurationProperties value)
          Deprecated.  
static void ConfigurationProperties.setThreadRelatedConfigurationProperties(ConfigurationProperties value)
          Deprecated. ThreadRelatedConfigurationProperties This is the cached CP so it only is created only once per thread.
 

Uses of ConfigurationProperties in nl.knowledgeplaza.util.pool
 

Methods in nl.knowledgeplaza.util.pool with parameters of type ConfigurationProperties
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname, ConfigurationProperties configurationProperties)
          Create a factory and a pool (using the GenericObjectPool)
static JdbcConnectionPool JdbcConnectionPoolFactory.createConnectionPool(java.lang.String poolname, ConfigurationProperties configurationProperties, JdbcConnectionPoolFactory jdbcConnectionPoolFactory)
          Create a pool (using the GenericObjectPool)
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.util.Map storage, java.lang.String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from a map or create one
static ObjectPool JdbcConnectionPoolFactoryServletUtils.getConnectionPool(javax.servlet.ServletContext context, java.lang.String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from a servlet context or create one
static JdbcConnectionPool JdbcConnectionPoolFactory.getConnectionPool(java.lang.String poolname, ConfigurationProperties configurationProperties)
          Get the database pool from the embedded map
 

Constructors in nl.knowledgeplaza.util.pool with parameters of type ConfigurationProperties
JdbcConnectionPoolFactory(java.lang.String poolname, ConfigurationProperties configurationProperties)
          initialize the JDBC connection pool factory
 



Copyright © 2010. All Rights Reserved.