Uses of Class
com.ail.core.configure.AbstractConfigurationLoader

Packages that use AbstractConfigurationLoader
com.ail.core.configure   
 

Uses of AbstractConfigurationLoader in com.ail.core.configure
 

Subclasses of AbstractConfigurationLoader in com.ail.core.configure
 class ConnectionPoolConfigurationLoader
          This ConfigurationLoader is almost identical to the JDBCConfigurationLoader, except in that it gets its database connection from a connection pool via a JNDI lookup (rather than by creating the connection itself).
 class EJBConfigurationLoader
          This configuration loader acts as a facade to the the configuration server services.
 class FileConfigurationLoader
          This class handles the loading and saving of property (configuration) information held in files.
 class JDBCConfigurationLoader
          This class handles the loading and saving of property (configuration) information held in a JDBC datastore.
 class WebServiceConfigurationLoader
          This configuration loader acts as a web services client.
 

Methods in com.ail.core.configure that return AbstractConfigurationLoader
static AbstractConfigurationLoader AbstractConfigurationLoader.loadLoader()
          Create an instance of the loader to be used.