Uses of Class
org.codehaus.activemq.ActiveMQConnectionFactory

Packages that use ActiveMQConnectionFactory
org.codehaus.activemq The core JMS client implementation classes  
 

Uses of ActiveMQConnectionFactory in org.codehaus.activemq
 

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

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



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