Public Member Functions

com.cosylab.acs.jms.ACSJMSTopicConnection Class Reference

Inheritance diagram for com.cosylab.acs.jms.ACSJMSTopicConnection:
com.cosylab.acs.jms.ACSJMSConnection

List of all members.

Public Member Functions

 ACSJMSTopicConnection (ContainerServicesBase containerServices)
TopicSession createTopicSession (boolean arg0, int arg1) throws JMSException
ConnectionConsumer createConnectionConsumer (Topic arg0, String arg1, ServerSessionPool arg2, int arg3) throws JMSException
void stop () throws JMSException
void close () throws JMSException

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.ACSJMSTopicConnection.ACSJMSTopicConnection ( ContainerServicesBase  containerServices  ) 

Member Function Documentation

void com.cosylab.acs.jms.ACSJMSTopicConnection.close (  )  throws JMSException
ConnectionConsumer com.cosylab.acs.jms.ACSJMSTopicConnection.createConnectionConsumer ( Topic  arg0,
String  arg1,
ServerSessionPool  arg2,
int  arg3 
) throws JMSException
TopicSession com.cosylab.acs.jms.ACSJMSTopicConnection.createTopicSession ( boolean  arg0,
int  arg1 
) throws JMSException
void com.cosylab.acs.jms.ACSJMSTopicConnection.stop (  )  throws JMSException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties