XAQueueConnection provides the same create options as QueueConnection (optional).
More...
#include <javax_jms_XAQueueConnection.h>
Inheritance diagram for javax::jms::XAQueueConnection:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::XAQueueConnection > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::XAQueueConnection > > | array2D |
Public Member Functions | |
| virtual ::javax::jms::QueueSession | createQueueSession (bool transacted, jint acknowledgeMode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Creates an XAQueueSession object. | |
| virtual ::javax::jms::Session | createSession (bool transacted, jint acknowledgeMode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
The method representing the Java method javax.jms.Connection.createSession(). | |
| virtual ::javax::jms::XAQueueSession | createXAQueueSession (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Creates an XAQueueSession object. | |
XAQueueConnection provides the same create options as QueueConnection (optional).
The only difference is that an XAConnection is by definition transacted.
The XAQueueConnection interface is optional. JMS providers are not required to support this interface. This interface is for use by JMS providers to support transactional environments. Client programs are strongly encouraged to use the transactional support available in their environment, rather than use these XA interfaces directly.
Rich Burridge
Kate Stout
|
||||||||||||||||||||
|
Creates an
Reimplemented from javax::jms::QueueConnection. |
|
||||||||||||||||||||
|
The method representing the Java method
Reimplemented from javax::jms::XAConnection. |
|
||||||||||||
|
Creates an
|
1.4.1