XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
More...
#include <javax_jms_XAQueueConnectionFactory.h>
Inheritance diagram for javax::jms::XAQueueConnectionFactory:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::XAQueueConnectionFactory > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::XAQueueConnectionFactory > > | array2D |
Public Member Functions | |
| virtual ::javax::jms::XAQueueConnection | createXAQueueConnection (const ::java::lang::String &userName, const ::java::lang::String &password,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Creates an XA queue connection with the specified user identity. | |
| virtual ::javax::jms::XAQueueConnection | createXAQueueConnection (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Creates an XA queue connection with the default user identity. | |
XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
The XATopicConnectionFactory 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 XA queue connection with the specified user identity.
The connection is created in stopped mode. No messages will be delivered until the
|
|
||||||||||||
|
Creates an XA queue connection with the default user identity.
The connection is created in stopped mode. No messages will be delivered until the
|
1.4.1