QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
More...
#include <javax_jms_QueueConnectionFactory.h>
Inheritance diagram for javax::jms::QueueConnectionFactory:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::QueueConnectionFactory > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::QueueConnectionFactory > > | array2D |
Public Member Functions | |
| virtual ::javax::jms::QueueConnection | createQueueConnection (const ::java::lang::String &userName, const ::java::lang::String &password,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Creates a queue connection with the specified user identity. | |
| virtual ::javax::jms::QueueConnection | createQueueConnection (::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Creates a queue connection with the default user identity. | |
QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueConnectionFactory can be used to create a QueueConnection, from which specialized queue-related objects can be created. A more general, and recommended, approach is to use the ConnectionFactory object.
The QueueConnectionFactory object can be used to support existing code that already uses it.
Rich Burridge
Kate Stout
|
||||||||||||||||||||
|
Creates a queue connection with the specified user identity.
The connection is created in stopped mode. No messages will be delivered until the
|
|
||||||||||||
|
Creates a queue connection with the default user identity.
The connection is created in stopped mode. No messages will be delivered until the
|
1.4.1