Uses of Class
com.atomikos.jms.AbstractConnectionFactoryBean

Packages that use AbstractConnectionFactoryBean
com.atomikos.jms   
 

Uses of AbstractConnectionFactoryBean in com.atomikos.jms
 

Subclasses of AbstractConnectionFactoryBean in com.atomikos.jms
 class QueueConnectionFactoryBean
          Use this class to access JMS queues within your JTA transactions: rollback of the transaction will also cancel any messages sent or received.
 class TopicConnectionFactoryBean
          Use this class to access JMS topics within your JTA transactions: rollback of the transaction will also cancel any messages sent or received.
 

Methods in com.atomikos.jms that return AbstractConnectionFactoryBean
protected  AbstractConnectionFactoryBean MessageProducerSession.getAbstractConnectionFactoryBean()
           
protected  AbstractConnectionFactoryBean MessageConsumerSessionPool.getAbstractConnectionFactoryBean()
           
protected  AbstractConnectionFactoryBean MessageConsumerSession.getAbstractConnectionFactoryBean()
           
 

Methods in com.atomikos.jms with parameters of type AbstractConnectionFactoryBean
protected  void MessageProducerSession.setAbstractConnectionFactoryBean(AbstractConnectionFactoryBean bean)
           
protected  void MessageConsumerSessionPool.setAbstractConnectionFactoryBean(AbstractConnectionFactoryBean bean)
           
protected  void MessageConsumerSession.setAbstractConnectionFactoryBean(AbstractConnectionFactoryBean bean)
           
 



Copyright © 2011. All Rights Reserved.