com::cosylab::acs::jms::ACSJMSConnection Class Reference

Inheritance diagram for com::cosylab::acs::jms::ACSJMSConnection:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::acs::jms::ACSJMSConnection:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Author:
kzagar

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Constructor & Destructor Documentation

com::cosylab::acs::jms::ACSJMSConnection::ACSJMSConnection ( ContainerServicesBase  containerServices  )  [inline]

Member Function Documentation

void com::cosylab::acs::jms::ACSJMSConnection::close (  )  throws JMSException [inline]
ConnectionConsumer com::cosylab::acs::jms::ACSJMSConnection::createConnectionConsumer ( Destination  arg0,
String  arg1,
ServerSessionPool  arg2,
int  arg3 
) throws JMSException [inline]
ConnectionConsumer com::cosylab::acs::jms::ACSJMSConnection::createDurableConnectionConsumer ( Topic  arg0,
String  arg1,
String  arg2,
ServerSessionPool  arg3,
int  arg4 
) throws JMSException [inline]
Session com::cosylab::acs::jms::ACSJMSConnection::createSession ( boolean  transacted,
int  acknowledgeMode 
) throws JMSException [inline]

References containerServices.

String com::cosylab::acs::jms::ACSJMSConnection::getClientID (  )  throws JMSException [inline]

.property name="clientID"

References clientID.

ExceptionListener com::cosylab::acs::jms::ACSJMSConnection::getExceptionListener (  )  throws JMSException [inline]

References listener.

ConnectionMetaData com::cosylab::acs::jms::ACSJMSConnection::getMetaData (  )  throws JMSException [inline]
void com::cosylab::acs::jms::ACSJMSConnection::setClientID ( String  clientID  )  throws JMSException [inline]

.property name="clientID"

References clientID.

void com::cosylab::acs::jms::ACSJMSConnection::setExceptionListener ( ExceptionListener  listener  )  throws JMSException [inline]

References listener.

void com::cosylab::acs::jms::ACSJMSConnection::start (  )  throws JMSException [inline]
void com::cosylab::acs::jms::ACSJMSConnection::stop (  )  throws JMSException [inline]

Member Data Documentation

Referenced by getClientID(), and setClientID().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2