Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.activemq.ActiveMQConnectionFactory

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.
 

Fields in org.activemq declared as ActiveMQConnectionFactory
protected  ActiveMQConnectionFactory TestSupport.connectionFactory
           
private  ActiveMQConnectionFactory JmsTempDestinationTest.factory
           
private  ActiveMQConnectionFactory JmsSessionRecoverTest.factory
           
private  ActiveMQConnectionFactory ActiveMQConnection.factory
           
 

Methods in org.activemq that return ActiveMQConnectionFactory
protected  ActiveMQConnectionFactory TestSupport.createConnectionFactory()
           
 ActiveMQConnectionFactory TestSupport.getConnectionFactory()
           
protected abstract  ActiveMQConnectionFactory LargeMessageTestSupport.createConnectionFactory()
           
protected  ActiveMQConnectionFactory JmsTopicSendReceiveWithTwoConnectionsTest.createConnectionFactory()
           
protected  ActiveMQConnectionFactory FragmentTransientQueueTest.createConnectionFactory()
           
protected  ActiveMQConnectionFactory FragmentTopicTest.createConnectionFactory()
           
protected  ActiveMQConnectionFactory FragmentPersistentQueueTest.createConnectionFactory()
           
protected  ActiveMQConnectionFactory CompressionMessageTest.createConnectionFactory()
           
 

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