|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.extensionmodule.ExtensionModulePropertyNames
public class ExtensionModulePropertyNames
Property names defining the properties needed for the
ManagedConnection
of the
ExtensionModuleManager
Field Summary | |
---|---|
static java.lang.String |
CONNECTION_DATABASE
The environment property name for the name of the data source. |
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 ManagedConnectionFactory implementation. |
static java.lang.String |
CONNECTION_PASSWORD
The environment property name for the password that is to be used for connecting to the data source. |
static java.lang.String |
CONNECTION_POOL_MAXIMUM_AGE
The environment property name for the maximum number of milliseconds that a data source 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 data source connection. |
static java.lang.String |
CONNECTION_PROTOCOL
The environment property name for the protocol for connecting. |
static java.lang.String |
CONNECTION_USERNAME
The environment property name for the username that is to be used for connecting to the data source. |
static java.lang.String |
DEFAULT_CONNECTION_FACTORY_CLASS
The default connection factory class to use when one is not specified. |
Constructor Summary | |
---|---|
ExtensionModulePropertyNames()
|
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 ExtensionModulePropertyNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |