public interface JmsXASession extends JmsSession, javax.jms.XASession
WebSphere classes for JMS exposes its Java Transaction Service support via the JmsXAConnectionFactory, JmsXAConnection, and JmsXASession interfaces. These classes are provided for use in the J2EE application server environment.
A JmsXASession can be used to create JmsMessageProducer, JmsMessageConsumer and JmsQueueBrowser objects. It is also a factory class for producing the various types of javax.jms.Message object.
The XAResource that corresponds to the XASession can be obtained by calling the getXAResource method.
Note: Although this class extends a class which implements the Serializable Interface, it is not itself Serializable.
XASession,
Session,
JmsSessionsetBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringPropertygetBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExistsclear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuescommit, getSession, getTransacted, getXAResource, rollbackclose, createBrowser, createBrowser, createBytesMessage, createConsumer, createConsumer, createConsumer, createDurableConsumer, createDurableConsumer, createDurableSubscriber, createDurableSubscriber, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createProducer, createQueue, createSharedConsumer, createSharedConsumer, createSharedDurableConsumer, createSharedDurableConsumer, createStreamMessage, createTemporaryQueue, createTemporaryTopic, createTextMessage, createTextMessage, createTopic, getAcknowledgeMode, getMessageListener, recover, run, setMessageListener, unsubscribe