|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnectionFactory | |
org.codehaus.activemq | The core JMS client implementation classes |
org.codehaus.activemq.jndi | JNDI helper 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,
String theUserName,
String thePassword,
TransportChannel transportChannel)
|
|
ActiveMQXAConnection(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. |
|
ActiveMQConnection(ActiveMQConnectionFactory factory,
String theUserName,
String thePassword)
|
Uses of ActiveMQConnectionFactory in org.codehaus.activemq.jndi |
Methods in org.codehaus.activemq.jndi that return ActiveMQConnectionFactory | |
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given environment |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |