org.osesb.objectpools
Class ObjectPoolConstants

java.lang.Object
  extended by org.osesb.objectpools.ObjectPoolConstants

public class ObjectPoolConstants
extends java.lang.Object

Object Pool Constants.

Since:
Version .9

Field Summary
static java.lang.String CLIENTGATEWAYKEYEDPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a keyed pool of ClientGateways.
static java.lang.String DEFAULT_KEYEDPOOLEDDOMPARSER_CONFIGFILE
          The framework default configuration file for a keyed-pool of DOM parsers.
static java.lang.String DEFAULT_KEYEDPOOLEDSAXPARSER_CONFIGFILE
          The framework default configuration file for a keyed-pool of SAX parsers.
static java.lang.String DEFAULT_POOLEDDOMPARSER_CONFIGFILE
          The framework default configuration file for a non-keyed-pool of DOM parsers.
static java.lang.String DEFAULT_POOLEDSAXPARSER_CONFIGFILE
          The framework default configuration file for a non-keyed-pool of SAX parsers.
static java.lang.String DOMKEYEDPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a keyed-pool of DOM parsers
static java.lang.String DOMPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a non-keyed-pool of DOM parsers.
static java.lang.String JAXRPCKEYEDPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a keyed pool of JAXRPC (SOAP) clients.
static java.lang.String JMSKEYEDPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a keyed pool of JMS clients.
static java.lang.String MESSAGEROUTERPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a non-keyed-pool of MessageRouters.
static java.lang.String OBJECTPOOLCONFIGURATIONS_PROPERTIES_FILE
          The property file on the classpath that specifies object pool configurations.
static java.lang.String SAXKEYEDPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a keyed-pool of SAX parsers.
static java.lang.String SAXPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a non-keyed-pool of SAX parsers.
static java.lang.String VALIDATIONBEANKEYEDPOOLCONFIGFILE_PROPERTY
          The System property to set the configuration file for a keyed pool of ValidationBeans.
 
Constructor Summary
ObjectPoolConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAXKEYEDPOOLCONFIGFILE_PROPERTY

public static final java.lang.String SAXKEYEDPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a keyed-pool of SAX parsers. See SAXKeyedPoolFactory#getPool().

See Also:
Constant Field Values

DEFAULT_KEYEDPOOLEDSAXPARSER_CONFIGFILE

public static final java.lang.String DEFAULT_KEYEDPOOLEDSAXPARSER_CONFIGFILE
The framework default configuration file for a keyed-pool of SAX parsers. See SAXKeyedPoolFactory#getPool().

See Also:
Constant Field Values

SAXPOOLCONFIGFILE_PROPERTY

public static final java.lang.String SAXPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a non-keyed-pool of SAX parsers.

See Also:
Constant Field Values

DEFAULT_POOLEDSAXPARSER_CONFIGFILE

public static final java.lang.String DEFAULT_POOLEDSAXPARSER_CONFIGFILE
The framework default configuration file for a non-keyed-pool of SAX parsers.

See Also:
Constant Field Values

DOMKEYEDPOOLCONFIGFILE_PROPERTY

public static final java.lang.String DOMKEYEDPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a keyed-pool of DOM parsers

See Also:
Constant Field Values

DEFAULT_KEYEDPOOLEDDOMPARSER_CONFIGFILE

public static final java.lang.String DEFAULT_KEYEDPOOLEDDOMPARSER_CONFIGFILE
The framework default configuration file for a keyed-pool of DOM parsers.

See Also:
Constant Field Values

DOMPOOLCONFIGFILE_PROPERTY

public static final java.lang.String DOMPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a non-keyed-pool of DOM parsers. See DOMPoolFactory#getPool().

See Also:
Constant Field Values

DEFAULT_POOLEDDOMPARSER_CONFIGFILE

public static final java.lang.String DEFAULT_POOLEDDOMPARSER_CONFIGFILE
The framework default configuration file for a non-keyed-pool of DOM parsers. See DOMPoolFactory#getPool().

See Also:
Constant Field Values

JAXRPCKEYEDPOOLCONFIGFILE_PROPERTY

public static final java.lang.String JAXRPCKEYEDPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a keyed pool of JAXRPC (SOAP) clients. See JAXRPCClientKeyedPoolFactory#getPool().

See Also:
Constant Field Values

JMSKEYEDPOOLCONFIGFILE_PROPERTY

public static final java.lang.String JMSKEYEDPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a keyed pool of JMS clients. See JMSClientKeyedPoolFactory#getPool().

See Also:
Constant Field Values

VALIDATIONBEANKEYEDPOOLCONFIGFILE_PROPERTY

public static final java.lang.String VALIDATIONBEANKEYEDPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a keyed pool of ValidationBeans. See ValidationBeanKeyedPoolFactory#getPool().

See Also:
Constant Field Values

MESSAGEROUTERPOOLCONFIGFILE_PROPERTY

public static final java.lang.String MESSAGEROUTERPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a non-keyed-pool of MessageRouters. See MessageRouterPoolFactory#getPool().

See Also:
Constant Field Values

CLIENTGATEWAYKEYEDPOOLCONFIGFILE_PROPERTY

public static final java.lang.String CLIENTGATEWAYKEYEDPOOLCONFIGFILE_PROPERTY
The System property to set the configuration file for a keyed pool of ClientGateways. See ClientGatewayKeyedPoolFactory#getPool().

See Also:
Constant Field Values

OBJECTPOOLCONFIGURATIONS_PROPERTIES_FILE

public static final java.lang.String OBJECTPOOLCONFIGURATIONS_PROPERTIES_FILE
The property file on the classpath that specifies object pool configurations. See JAXRPCClientKeyedPoolFactory#getPool(), JMSClientKeyedPoolFactory#getPool(), and ValidationBeanKeyedPoolFactory#getPool().

See Also:
Constant Field Values
Constructor Detail

ObjectPoolConstants

public ObjectPoolConstants()