Package org.osesb.objectpools

Object pool factories and support classes.

See:
          Description

Class Summary
ClientGatewayKeyedPoolFactory This class is a factory for a object pool of org.osesb.msgrouting.ClientGateway(s), with different configurations (heterogeneous).
ClientGatewayKeyedPoolFactory.ClientGatewayPoolableObjectFactory Inner class that implements org.apache.commons.pool.KeyedPoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
DOMPoolFactory This class is a factory for homogeneous object pools of JAXP compliant DOM Parsers (DocumentBuilder), all with the same configuration.
DOMPoolFactory.JAXPDOMPoolableObjectFactory Inner class that implements org.apache.commons.pool.PoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
JAXRPCClientKeyedPoolFactory This class is a factory for an object pool of jax-rpc clients, with different configurations (heterogeneous).
JAXRPCClientKeyedPoolFactory.JAXRPCClientPoolableObjectFactory Inner class that implements org.apache.commons.pool.KeyedPoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
JMSClientKeyedPoolFactory This class is a factory for a pool of JMS clients, with different configurations (heterogeneous).
JMSClientKeyedPoolFactory.JMSClientPoolableObjectFactory Inner class that implements org.apache.commons.pool.KeyedPoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
KeyedObjectPool Ancestor of heterogeneous object pools, which are pools that contain objects of different types.
KeyedObjectPoolFactory This Class is the ancestor for factory classes that create heterogeneous object pools, which are pools of objects of different types.
MessageRouterPoolFactory This class is a factory for homogeneous object pools of org.osesb.msgrouting.MessageRouter(s).
MessageRouterPoolFactory.MessageRouterPoolableObjectFactory Inner class that implements org.apache.commons.pool.PoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
ObjectPool Ancestor of homogeneous object pools, which are pools that contain objects of the same type.
ObjectPoolConstants Object Pool Constants.
ObjectPoolFactory This Class is the ancestor for factory classes that manage homogeneous object pools, which are pools of objects that are all of the same type.
PooledClientGatewayAccessHelper This class encapsulates access to a configured Keyed Pool of org.osesb.msgrouting.ClientGateway(s).
PooledJAXRPCClientAccessHelper This class encapsulates access to a configured Keyed Pool of jax-rpc clients, which is managed by JAXRPCClientKeyedPoolFactory.
PooledJMSClientAccessHelper This class encapsulates access to a configured Keyed Pool of JMS clients, which is managed by JMSClientKeyedPoolFactory.
PooledParserAccessHelper This class encapsulates parsing using the standard SAX and DOM pooled parser configurations in the framework.
PooledValidationBeanAccessHelper This class encapsulates access to the configured Keyed Pool of ValidationBean(s), which is managed by ValidationBeanKeyedPoolFactory.
SAXKeyedPoolFactory This class is a factory for object pools of JAXP compliant SAX Parsers, with different configurations (heterogeneous).
SAXKeyedPoolFactory.JAXPSAXPoolableObjectFactory Inner class that implements org.apache.commons.pool.KeyedPoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
SAXPoolFactory This class is a factory for homogeneous object pools of JAXP compliant SAX Parsers, all with the same configuration.
SAXPoolFactory.JAXPSAXPoolableObjectFactory Inner class that implements org.apache.commons.pool.PoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
ValidationBeanKeyedPoolFactory This class is a factory for object pools of org.osesb.validationbeans.ValidationBean(s), with different configurations (heterogeneous).
ValidationBeanKeyedPoolFactory.ValidationBeanPoolableObjectFactory Inner class that implements org.apache.commons.pool.KeyedPoolableObjectFactory, which is instantiated by the enclosing class and passed to GenericObjectPool's constructor.
 

Package org.osesb.objectpools Description

Object pool factories and support classes.