|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activemq.jndi.JNDIBaseStorable
org.codehaus.activemq.ActiveMQConnectionFactory
org.codehaus.activemq.ActiveMQXAConnectionFactory
org.codehaus.activemq.ra.ActiveMQRAConnectionFactory
The ActiveMQRAConnectionFactory extends the ActiveMQXAConnectionFactory so that it is more flexible in terms of using the availble transaction context. A normal ActiveMQXAConnectionFactory implements the XAConnectionFactory interface stictly which means that it can only do work in the context of an XA transaction.
Field Summary |
Fields inherited from class org.codehaus.activemq.ActiveMQConnectionFactory |
brokerContainer, brokerName, brokerURL, clientID, password, useAsyncSend, userName |
Constructor Summary | |
ActiveMQRAConnectionFactory()
|
|
ActiveMQRAConnectionFactory(String brokerURL)
|
|
ActiveMQRAConnectionFactory(String userName,
String password,
String brokerURL)
|
Method Summary | |
protected org.codehaus.activemq.ActiveMQXAConnection |
createActiveMQXAConnection(String userName,
String password)
|
Methods inherited from class org.codehaus.activemq.ActiveMQXAConnectionFactory |
createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection |
Methods inherited from class org.codehaus.activemq.ActiveMQConnectionFactory |
buildFromProperties, createBrokerConnector, createBrokerContainerFactory, createMulticastClientID, createTransportChannel, createURI, createURI, ensureMulticastChannelIsAvailable, ensureServerIsAvailable, getBoolean, getBoolean, getBrokerContainer, getBrokerContainerFactory, getBrokerContext, getBrokerName, getBrokerName, getBrokerURL, getBrokerXmlConfig, getClientID, getContainer, getEmbeddedBroker, getFactoryStats, getPassword, getStats, getUserName, getWireFormat, isUseAsyncSend, isUseEmbeddedBroker, populateProperties, registerBroker, setBrokerContainerFactory, setBrokerContext, setBrokerName, setBrokerURL, setBrokerXmlConfig, setClientID, setPassword, setUseAsyncSend, setUseEmbeddedBroker, setUserName, setWireFormat, start, stop, unregisterBroker |
Methods inherited from class org.codehaus.activemq.jndi.JNDIBaseStorable |
getProperties, getReference, setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActiveMQRAConnectionFactory()
public ActiveMQRAConnectionFactory(String brokerURL)
public ActiveMQRAConnectionFactory(String userName, String password, String brokerURL)
Method Detail |
protected org.codehaus.activemq.ActiveMQXAConnection createActiveMQXAConnection(String userName, String password) throws JMSException
JMSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |