Public Member Functions | |
String | getConnectId () |
boolean | isConnected () |
void | setExceptionListener (ExceptionListener listener) throws ConnectionException |
String | getUsername () |
void | close () |
void | connect (boolean retry) throws ConnectionException |
TopicSession | createTopicSession () throws ConnectionException |
void | disconnect () |
void | start () throws ConnectionException |
void | stop () throws ConnectionException |
Static Public Member Functions | |
DefaultJMSTopicConnectionImpl | instance (String username, String password, String brokerList, Boolean loadBalancing, Boolean sequential, Boolean selectorAtBroker) throws ConnectionException |
Protected Member Functions | |
DefaultJMSTopicConnectionImpl (String username, String password, String brokerList, Boolean loadBalancing, Boolean sequential, Boolean selectorAtBroker) throws JMSException | |
void | finalize () throws Throwable |
Static Package Attributes | |
Category | cat = Category.getInstance(DefaultJMSTopicConnectionImpl.class.getName()) |
Private Attributes | |
java.util.Properties | momProperties = null |
String | password = null |
String | username = null |
com.cosylab.acs.jms.ACSJMSTopicConnection | brokerConnection = null |
com.cosylab.acs.jms.ACSJMSTopicConnectionFactory | factory = null |
boolean | connected = false |
int | pingInterval = 0 |
int | retryInterval = 0 |
int | retryNumber = 0 |
|
Constructor DefaultJMSTopicConnectionImpl
|
|
Method close Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method connect
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method createTopicSession
Implements cern::cmw::mom::pubsub::impl::JMSTopicConnection.
|
|
Method disconnect Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method finalize
|
|
Method getConnectId
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method getUsername
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method instance
|
|
Method isConnected
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method setExceptionListener
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method start
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
Method stop
Implements cern::cmw::mom::pubsub::impl::JMSConnection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|