|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.client.Closeable
org.apache.qpid.client.AMQConnection
org.apache.qpid.client.XAConnectionImpl
public class XAConnectionImpl
This class implements the javax.njms.XAConnection interface
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.qpid.client.AMQConnection |
---|
AMQConnection.ChannelToSessionMap |
Field Summary |
---|
Fields inherited from class org.apache.qpid.client.AMQConnection |
---|
_connected, _delegate, _exceptionListener, _failoverPolicy, _maximumChannelCount, _protocolHandler, _started |
Fields inherited from class org.apache.qpid.client.Closeable |
---|
_closed, _closing |
Constructor Summary | |
---|---|
XAConnectionImpl(ConnectionURL connectionURL,
SSLConfiguration sslConfig)
Create a XAConnection from a connectionURL |
Method Summary | |
---|---|
XAQueueSession |
createXAQueueSession()
Creates an XAQueueSession. |
XASession |
createXASession()
Creates an XASession. |
XATopicSession |
createXATopicSession()
Creates an XAQueueSession. |
Methods inherited from class org.apache.qpid.client.Closeable |
---|
checkNotClosed, isClosed, isClosing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.XAQueueConnection |
---|
createQueueSession |
Methods inherited from interface javax.jms.QueueConnection |
---|
createConnectionConsumer |
Methods inherited from interface javax.jms.XATopicConnection |
---|
createTopicSession |
Methods inherited from interface javax.jms.XAConnection |
---|
createSession |
Methods inherited from interface javax.jms.TopicConnection |
---|
createConnectionConsumer, createDurableConnectionConsumer |
Methods inherited from interface javax.jms.Connection |
---|
close, createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Constructor Detail |
---|
public XAConnectionImpl(ConnectionURL connectionURL, SSLConfiguration sslConfig) throws org.apache.qpid.AMQException
org.apache.qpid.AMQException
Method Detail |
---|
public XASession createXASession() throws JMSException
createXASession
in interface XAConnection
JMSException
- If the XAConnectiono fails to create an XASession due to
some internal error.public XAQueueSession createXAQueueSession() throws JMSException
createXAQueueSession
in interface XAQueueConnection
JMSException
- If the XAQueueConnectionImpl fails to create an XASession due to
some internal error.public XATopicSession createXATopicSession() throws JMSException
createXATopicSession
in interface XATopicConnection
JMSException
- If the XAQueueConnectionImpl fails to create an XASession due to
some internal error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |