java.lang.Object | +----com.ibm.mq.jms.MQSession | +----com.ibm.mq.jms.MQXASession
WebSphere MQ JMS exposes its JTS support in the XAConnectionFactory , XAConnection, and XASession classes. These classes are provided for use in a J2EE application server environment.
WebSphere Application Server Version 5 uses these classes to create and manage a pool of XAConnection and XASession objects. A JMS application does not need to use these classes directly if it is running in this environment.
A JMS application might need to use the XASession class if it is running in a WebSphere Application Server environment with a version of WebSphere Application Server before Version 5.
public void close() throws JMSException;
Closes the session.
public void commit() throws JMSException;
Not to be called in this context.
public Session getSession() throws JMSException;
Gets the session associated with this XASession.
public boolean getTransacted() throws JMSException;
Indicates that XA sessions are always transacted.
public XAResource getXAResource();
Gets the XA resource.
public void recover() throws JMSException;
Not to be called in this context.
public void rollback() throws JMSException;
Not to be called in this context.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzaw13111 |