Public Member Functions | |
ACSJMSConnection (ContainerServicesBase containerServices) | |
Session | createSession (boolean transacted, int acknowledgeMode) throws JMSException |
String | getClientID () throws JMSException |
void | setClientID (String clientID) throws JMSException |
ConnectionMetaData | getMetaData () throws JMSException |
ExceptionListener | getExceptionListener () throws JMSException |
void | setExceptionListener (ExceptionListener listener) throws JMSException |
void | start () throws JMSException |
void | stop () throws JMSException |
void | close () throws JMSException |
ConnectionConsumer | createConnectionConsumer (Destination arg0, String arg1, ServerSessionPool arg2, int arg3) throws JMSException |
ConnectionConsumer | createDurableConnectionConsumer (Topic arg0, String arg1, String arg2, ServerSessionPool arg3, int arg4) throws JMSException |
Protected Attributes | |
ContainerServicesBase | containerServices |
Private Attributes | |
String | clientID |
ExceptionListener | listener |
|
|
|
Reimplemented in com::cosylab::acs::jms::ACSJMSTopicConnection.
|
|
|
|
|
|
|
|
.property name="clientID" |
|
|
|
|
|
.property name="clientID" |
|
|
|
|
|
Reimplemented in com::cosylab::acs::jms::ACSJMSTopicConnection.
|
|
|
|
|
|
|