Uses of Interface
org.experlog.util.Configuration

Packages that use Configuration
org.experlog.db   
org.experlog.util   
 

Uses of Configuration in org.experlog.db
 

Methods in org.experlog.db with parameters of type Configuration
 void ESConnectionPool.setShopConfig(Configuration shopConfig, java.lang.String name)
          set the configuration of the shop, and before the call of this method.
 

Uses of Configuration in org.experlog.util
 

Classes in org.experlog.util that implement Configuration
 class AppConfiguration
          A class to give access to shop properties one shopConfigurator by application
 

Methods in org.experlog.util with parameters of type Configuration
 void ConnectionPool.setShopConfig(Configuration shopConfig, java.lang.String name)