|
|||||||||
| Home >> All >> org >> apache >> ojb >> broker >> util >> configuration >> [ impl overview ] | PREV NEXT | ||||||||
C
- ConfigurationAbstractImpl - class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl.
- Configuration Base Class that keeps a Properties based configuration persistent in a file.
- ConfigurationAbstractImpl() - Constructor for class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- The constructor loads the configuration from file
- configuration - Static variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- the configuration to be used throught OJB
- configure(Configurable) - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- connectionFactoryClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
F
- falseValues - Variable in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Contains all legal values for boolean configuration entries that represent
false. - filename - Variable in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- the name of the properties file
G
- getBoolean(String, boolean) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Returns the boolean value for the specified key.
- getByte(String, byte) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- getClass(String, Class, Class[]) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Returns the class specified by the value for the specified key.
- getClass(String, Class, Class) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Returns the class specified by the value for the specified key.
- getClass(String, Class) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Returns the class specified by the value for the specified key.
- getConfigurationFor(Configurable) - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- getConnectionFactoryClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getFilename() - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- getInstance() - Static method in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- returns the singleton instance.
- getInteger(String, int) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Returns the integer value for the specified key.
- getLockManagerClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getLockMapClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getLogLevel(String) - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getLoggerClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getLoggerConfigFile() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getLong(String, long) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- getMaxActive() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getMaxIdle() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getMaxWaitMillis() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getMinEvictableIdleTimeMillis() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getObjectCacheClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getOqlCollectionClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getPersistenceBrokerClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getPersistentFieldClass() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getRepositoryFilename() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getServers() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getSqlInLimit() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- Returns the SQLInLimit.
- getString(String, String) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Returns the string value for the specified key.
- getStrings(String, String, String) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Gets an array of Strings from the value of the specified key, seperated
by any key from
seperators. - getStrings(String, String) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Gets an array of Strings from the value of the specified key, seperated by ";".
- getTimeBetweenEvictionRunsMilli() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- getWhenExhaustedAction() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
I
- instance - Static variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- the singleton instance of this class.
- isRunningInServerMode() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
L
- load() - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Loads the Configuration from the properties file.
- load() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- loads the configuration
- lockAssociationAsWrites - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- lockAssociationAsWrites() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- lockManagerClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- lockMapClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- log - Static variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- the logger instance.
- logger - Variable in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- the logger used in this class.
- loggerClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- loggerConfigFile - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
M
- maxActive - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- maxIdle - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- maxWait - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- minEvictableIdleTimeMillis - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
N
- NULL - Static variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
O
- OjbConfiguration - class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration.
- This class contains the runtime configuration of the OJB system.
- OjbConfiguration() - Constructor for class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- OjbConfigurator - class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator.
- The
Configuratorfor the OJB system. - OjbConfigurator() - Constructor for class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- private Constructor.
- objectCacheClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- oqlCollectionClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- org.apache.ojb.broker.util.configuration.impl - package org.apache.ojb.broker.util.configuration.impl
- This package contains classes that provide the OJB configuration API.
P
- persistenceBrokerClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- persistentFieldClass - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- properties - Variable in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- the properties object holding the configuration data
R
- repositoryFilename - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- the repository file keeping the O/R Metadata
S
- serverUsed - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- use Server or local broker
- servers - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- setFilename(String) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- setLogger(Logger) - Method in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- setLogger(Logger) - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfigurator
- setPersistentFieldClass(Class) - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- Sets the persistentFieldClass.
- sqlInLimit - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
T
- timeBetweenEvictionRunsMillis - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- trueValues - Variable in class org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractImpl
- Contains all legal values for boolean configuration entries that represent
true.
U
- useImplicitLocking - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- useImplicitLocking() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- useSerializedRepository - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
- useSerializedRepository() - Method in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
W
- whenExhaustedAction - Variable in class org.apache.ojb.broker.util.configuration.impl.OjbConfiguration
C F G I L M N O P R S T U W
|
|||||||||
| Home >> All >> org >> apache >> ojb >> broker >> util >> configuration >> [ impl overview ] | PREV NEXT | ||||||||