|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.client.jms.Connection
org.objectweb.joram.client.jms.QueueConnection
org.objectweb.joram.client.jms.XAQueueConnection
public class XAQueueConnection
Implements the javax.jms.XAQueueConnection interface.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.client.jms.Connection |
|---|
logger |
| Constructor Summary | |
|---|---|
XAQueueConnection(FactoryParameters factoryParameters,
RequestChannel requestChannel)
Creates an XAQueueConnection instance. |
|
| Method Summary | |
|---|---|
javax.jms.QueueSession |
createQueueSession(boolean transacted,
int acknowledgeMode)
API method. |
javax.jms.Session |
createSession(boolean transacted,
int acknowledgeMode)
Method inherited from interface XAConnection. |
javax.jms.XAQueueSession |
createXAQueueSession()
API method. |
javax.jms.XASession |
createXASession()
Method inherited from interface XAConnection. |
XAResourceMngr |
getXAResourceMngr()
return XAResourceMngr of this connection. |
| Methods inherited from class org.objectweb.joram.client.jms.QueueConnection |
|---|
createConnectionConsumer, createDurableConnectionConsumer |
| Methods inherited from class org.objectweb.joram.client.jms.Connection |
|---|
addSession, checkClosed, cleanup, close, createConnectionConsumer, equals, getAsyncSend, getClientID, getExceptionListener, getImplicitAck, getInInterceptors, getMetaData, getOutInterceptors, getOutLocalAddress, getOutLocalPort, getQueueMessageReadMax, getRequestMultiplexer, getTopicAckBufferMax, getTopicActivationThreshold, getTopicPassivationThreshold, getTxPendingTimer, hashCode, setClientID, setExceptionListener, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.jms.QueueConnection |
|---|
createConnectionConsumer |
| Methods inherited from interface javax.jms.Connection |
|---|
close, createConnectionConsumer, createDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Constructor Detail |
|---|
public XAQueueConnection(FactoryParameters factoryParameters,
RequestChannel requestChannel)
throws javax.jms.JMSException
XAQueueConnection instance.
factoryParameters - The factory parameters.requestChannel - The actual connection to wrap.
JMSSecurityException - If the user identification is incorrect.
javax.jms.IllegalStateException - If the server is not listening.
javax.jms.JMSException| Method Detail |
|---|
public javax.jms.QueueSession createQueueSession(boolean transacted,
int acknowledgeMode)
throws javax.jms.JMSException
createQueueSession in interface javax.jms.QueueConnectioncreateQueueSession in interface javax.jms.XAQueueConnectioncreateQueueSession in class QueueConnectionjavax.jms.IllegalStateException - If the connection is closed.
javax.jms.JMSException - In case of an invalid acknowledge mode.
public javax.jms.XAQueueSession createXAQueueSession()
throws javax.jms.JMSException
createXAQueueSession in interface javax.jms.XAQueueConnectionjavax.jms.IllegalStateException - If the connection is closed.
javax.jms.JMSException
public javax.jms.Session createSession(boolean transacted,
int acknowledgeMode)
throws javax.jms.JMSException
XAConnection.
createSession in interface javax.jms.ConnectioncreateSession in interface javax.jms.XAConnectioncreateSession in class Connectionjavax.jms.IllegalStateException - If the connection is closed.
javax.jms.JMSException - In case of an invalid acknowledge mode.
public javax.jms.XASession createXASession()
throws javax.jms.JMSException
XAConnection.
createXASession in interface javax.jms.XAConnectionjavax.jms.IllegalStateException - If the connection is closed.
javax.jms.JMSExceptionpublic XAResourceMngr getXAResourceMngr()
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||