TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
More...
#include <javax_jms_TopicConnectionFactory.h>
Inheritance diagram for javax::jms::TopicConnectionFactory:


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