TopicConnection object is an active connection to a publish/subscribe JMS provider.
More...
#include <javax_jms_TopicConnection.h>
Inheritance diagram for javax::jms::TopicConnection:


Public Types | |
| enum | { xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9, xmogBuildNumber = 2047 } |
|
typedef ::xmog_java_array_template< ::javax::jms::TopicConnection > | array1D |
|
typedef ::xmog_java_array_template< ::xmog_java_array_template< ::javax::jms::TopicConnection > > | array2D |
Public Member Functions | |
| virtual ::javax::jms::ConnectionConsumer | createConnectionConsumer (const ::javax::jms::Topic &topic, const ::java::lang::String &messageSelector, const ::javax::jms::ServerSessionPool &sessionPool, jint maxMessages,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Creates a connection consumer for this connection (optional operation). | |
| virtual ::javax::jms::ConnectionConsumer | createDurableConnectionConsumer (const ::javax::jms::Topic &topic, const ::java::lang::String &subscriptionName, const ::java::lang::String &messageSelector, const ::javax::jms::ServerSessionPool &sessionPool, jint maxMessages,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
| Create a durable connection consumer for this connection (optional operation). | |
| virtual ::javax::jms::TopicSession | createTopicSession (bool transacted, jint acknowledgeMode,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags) |
Creates a TopicSession object. | |
TopicConnection object is an active connection to a publish/subscribe JMS provider.
A client uses a TopicConnection object to create one or more TopicSession objects for producing and consuming messages.
A TopicConnection can be used to create a TopicSession, from which specialized topic-related objects can be created. A more general, and recommended approach is to use the Connection object.
The TopicConnection object should be used to support existing code.
Rich Burridge
Kate Stout
|
||||||||||||||||||||||||||||
|
Creates a connection consumer for this connection (optional operation). This is an expert facility not used by regular JMS clients.
|
|
||||||||||||||||||||||||||||||||
|
Create a durable connection consumer for this connection (optional operation). This is an expert facility not used by regular JMS clients.
Reimplemented from javax::jms::Connection. Reimplemented in javax::jms::XATopicConnection. |
|
||||||||||||||||||||
|
Creates a
Reimplemented in javax::jms::XATopicConnection. |
1.4.1