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

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

Introduction

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

The text is from its open source code.

Method

XASessioncreateXASession()
Creates an XASession object.
voidsetClientID(String clientID)
Sets the client identifier for this connection.
voidsetExceptionListener(ExceptionListener listener)
Sets an exception listener for this connection.
voidstart()
Starts (or restarts) a connection's delivery of incoming messages.