Public Member Functions

com.cosylab.acs.jms.ACSJMSTopicSession Class Reference

Inheritance diagram for com.cosylab.acs.jms.ACSJMSTopicSession:
com.cosylab.acs.jms.ACSJMSSession

List of all members.

Public Member Functions

 ACSJMSTopicSession (ContainerServicesBase containerServices)
TopicSubscriber createSubscriber (Topic topic) throws JMSException
TopicSubscriber createSubscriber (Topic topic, String messageSelector, boolean noLocal) throws JMSException
TopicPublisher createPublisher (Topic topic) 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.ACSJMSTopicSession.ACSJMSTopicSession ( ContainerServicesBase  containerServices  ) 
Parameters:
containerServices 

Member Function Documentation

void com.cosylab.acs.jms.ACSJMSTopicSession.close (  )  throws JMSException
TopicPublisher com.cosylab.acs.jms.ACSJMSTopicSession.createPublisher ( Topic  topic  )  throws JMSException
TopicSubscriber com.cosylab.acs.jms.ACSJMSTopicSession.createSubscriber ( Topic  topic  )  throws JMSException
TopicSubscriber com.cosylab.acs.jms.ACSJMSTopicSession.createSubscriber ( Topic  topic,
String  messageSelector,
boolean  noLocal 
) throws JMSException

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