com.metamatrix.platform.config.api.service
Class ConfigurationServicePropertyNames

java.lang.Object
  extended by com.metamatrix.platform.config.api.service.ConfigurationServicePropertyNames

public class ConfigurationServicePropertyNames
extends java.lang.Object


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

CONNECTION_FACTORY

public static final java.lang.String CONNECTION_FACTORY
The environment property name for the class that is to be used for the MetadataConnectionFactory implementation. This property is required (there is no default).

See Also:
Constant Field Values

CONNECTION_DRIVER

public static final java.lang.String CONNECTION_DRIVER
The environment property name for the class of the driver. This property is optional.

See Also:
Constant Field Values

CONNECTION_PROTOCOL

public static final java.lang.String CONNECTION_PROTOCOL
The environment property name for the protocol for connecting to the metadata store. This property is optional.

See Also:
Constant Field Values

CONNECTION_DATABASE

public static final java.lang.String CONNECTION_DATABASE
The environment property name for the name of the metadata store database. This property is optional.

See Also:
Constant Field Values

CONNECTION_USERNAME

public static final java.lang.String CONNECTION_USERNAME
The environment property name for the username that is to be used for connecting to the metadata store. This property is optional.

See Also:
Constant Field Values

CONNECTION_PASSWORD

public static final java.lang.String CONNECTION_PASSWORD
The environment property name for the password that is to be used for connecting to the metadata store. This property is optional.

See Also:
Constant Field Values

CONNECTION_POOL_MAXIMUM_AGE

public static final 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. This property is optional.

See Also:
Constant Field Values

CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS

public static final java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
The environment property name for the maximum number of concurrent users of a single metadata connection. This property is optional.

See Also:
Constant Field Values

DEFAULT_CONNECTION_FACTORY_CLASS

public static final java.lang.String DEFAULT_CONNECTION_FACTORY_CLASS
The default connection factory class to use when one is not specified.

See Also:
Constant Field Values
Constructor Detail

ConfigurationServicePropertyNames

public ConfigurationServicePropertyNames()


Copyright © 2009. All Rights Reserved.