Uses of Class
org.apache.camel.component.sjms.jms.ObjectPool

Packages that use ObjectPool
org.apache.camel.component.sjms   
org.apache.camel.component.sjms.jms   
org.apache.camel.component.sjms.producer   
 

Uses of ObjectPool in org.apache.camel.component.sjms
 

Subclasses of ObjectPool in org.apache.camel.component.sjms
protected  class SjmsConsumer.MessageConsumerPool
          A pool of MessageConsumerResources created at the initialization of the associated consumer.
protected  class SjmsProducer.MessageProducerPool
          The SjmsProducer.MessageProducerResources pool for all SjmsProducer classes.
 

Uses of ObjectPool in org.apache.camel.component.sjms.jms
 

Subclasses of ObjectPool in org.apache.camel.component.sjms.jms
 class ConnectionFactoryResource
          The default ConnectionResource implementation for the SJMSComponent.
 class SessionPool
          TODO Add Class documentation for SessionPool
 

Uses of ObjectPool in org.apache.camel.component.sjms.producer
 

Subclasses of ObjectPool in org.apache.camel.component.sjms.producer
protected  class InOutProducer.MessageConsumerPool
          A pool of InOutProducer.MessageConsumerResource objects that are the reply consumers.
 



Apache Camel