|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.platform.config.api.service.ConfigurationServicePropertyNames
public class ConfigurationServicePropertyNames
Field Summary | |
---|---|
static java.lang.String |
CONNECTION_DATABASE
The environment property name for the name of the metadata store database. |
static java.lang.String |
CONNECTION_DRIVER
The environment property name for the class of the driver. |
static java.lang.String |
CONNECTION_FACTORY
The environment property name for the class that is to be used for the MetadataConnectionFactory implementation. |
static java.lang.String |
CONNECTION_PASSWORD
The environment property name for the password that is to be used for connecting to the metadata store. |
static java.lang.String |
CONNECTION_POOL_MAXIMUM_AGE
The environment property name for the maximum number of milliseconds that a metadata connection may remain unused before it becomes a candidate for garbage collection. |
static java.lang.String |
CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
The environment property name for the maximum number of concurrent users of a single metadata connection. |
static java.lang.String |
CONNECTION_PROTOCOL
The environment property name for the protocol for connecting to the metadata store. |
static java.lang.String |
CONNECTION_USERNAME
The environment property name for the username that is to be used for connecting to the metadata store. |
static java.lang.String |
DEFAULT_CONNECTION_FACTORY_CLASS
The default connection factory class to use when one is not specified. |
Constructor Summary | |
---|---|
ConfigurationServicePropertyNames()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONNECTION_FACTORY
public static final java.lang.String CONNECTION_DRIVER
public static final java.lang.String CONNECTION_PROTOCOL
public static final java.lang.String CONNECTION_DATABASE
public static final java.lang.String CONNECTION_USERNAME
public static final java.lang.String CONNECTION_PASSWORD
public static final java.lang.String CONNECTION_POOL_MAXIMUM_AGE
public static final java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
public static final java.lang.String DEFAULT_CONNECTION_FACTORY_CLASS
Constructor Detail |
---|
public ConfigurationServicePropertyNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |