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 | |
ACSJMSTopicConnectionImpl | instance (String username, String password, String brokerList, Boolean loadBalancing, Boolean sequential, Boolean selectorAtBroker) throws ConnectionException |
Static Public Attributes | |
ContainerServicesBase | containerServices = null |
Protected Member Functions | |
ACSJMSTopicConnectionImpl (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(ACSJMSTopicConnectionImpl.class.getName()) |
Private Attributes | |
java.util.Properties | momProperties = null |
String | password = null |
String | username = null |
TopicConnection | brokerConnection = null |
TopicConnectionFactory | 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|