Java javax.jms XASession fields, constructors, methods, implement or subclass

Example usage for Java javax.jms XASession fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms XASession.

The text is from its open source code.

Implementation

javax.jms.XASession has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes the session.
MessageProducercreateProducer(Destination destination)
Creates a MessageProducer to send messages to the specified destination.
QueuecreateQueue(String queueName)
Creates a Queue object which encapsulates a specified provider-specific queue name.
TextMessagecreateTextMessage(String text)
Creates an initialized TextMessage object.
ClassgetClass()
Returns the runtime class of this Object .
SessiongetSession()
Gets the session associated with this XASession .
XAResourcegetXAResource()
Returns an XA resource to the caller.
voidsetMessageListener(MessageListener listener)
Sets the session's distinguished message listener (optional).