Uses of Class
org.activemq.ActiveMQConnectionFactory

Packages that use ActiveMQConnectionFactory
org.activemq The core JMS client implementation classes 
org.activemq.jndi JNDI helper classes 
org.activemq.pool A JMS provider for working with ActiveMQ's JCA ResourceAdapter which uses the same JMS Session that is being used to dispatch JMS Messages inside a JCA or MDB container. 
 

Uses of ActiveMQConnectionFactory in org.activemq
 

Subclasses of ActiveMQConnectionFactory in org.activemq
 class ActiveMQXAConnectionFactory
          The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
 

Constructors in org.activemq with parameters of type ActiveMQConnectionFactory
ActiveMQConnection(ActiveMQConnectionFactory factory, String theUserName, String thePassword)
           
ActiveMQConnection(ActiveMQConnectionFactory factory, String theUserName, String thePassword, TransportChannel transportChannel)
          Constructs a connection from an existing TransportChannel and user/password.
ActiveMQXAConnection(ActiveMQConnectionFactory factory, String theUserName, String thePassword)
           
ActiveMQXAConnection(ActiveMQConnectionFactory factory, String theUserName, String thePassword, TransportChannel transportChannel)
           
 

Uses of ActiveMQConnectionFactory in org.activemq.jndi
 

Methods in org.activemq.jndi that return ActiveMQConnectionFactory
protected  ActiveMQConnectionFactory ActiveMQInitialContextFactory.createConnectionFactory(Hashtable environment)
          Factory method to create a new connection factory from the given environment
 

Uses of ActiveMQConnectionFactory in org.activemq.pool
 

Methods in org.activemq.pool that return ActiveMQConnectionFactory
 ActiveMQConnectionFactory PooledConnectionFactory.getConnectionFactory()
           
 

Methods in org.activemq.pool with parameters of type ActiveMQConnectionFactory
 void PooledConnectionFactory.setConnectionFactory(ActiveMQConnectionFactory connectionFactory)
           
 

Constructors in org.activemq.pool with parameters of type ActiveMQConnectionFactory
PooledConnectionFactory(ActiveMQConnectionFactory connectionFactory)
           
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.