com.pcbsys.nirvana.nJMS.TopicSessionImpl Class Reference

<Enter Class Description> More...

Inherits com.pcbsys.nirvana.nJMS.SessionImpl, and TopicSession.

Public Member Functions

javax.jms.TopicSubscriber createDurableSubscriber (javax.jms.Topic topic, String name, String messageSelector, boolean NoLocal) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 <Enter Method Description> More...
 
javax.jms.TopicSubscriber createDurableSubscriber (javax.jms.Topic topic, String name) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.TopicPublisher createPublisher (javax.jms.Topic topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.TopicSubscriber createSubscriber (javax.jms.Topic topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
 TopicSessionImpl ()
 <Enter Constructor Description>
 
void unsubscribe (String name) throws javax.jms.JMSException
 <Enter Method Description> More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.nJMS.SessionImpl
javax.jms.BytesMessage createBytesMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicSubscriber createDurableSubscriber (javax.jms.Topic topic, String name, String messageSelector, boolean NoLocal) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 
javax.jms.MapMessage createMapMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.Message createMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.ObjectMessage createObjectMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.ObjectMessage createObjectMessage (java.io.Serializable object) throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicPublisher createPublisher (javax.jms.Topic topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.QueueReceiver createReceiver (javax.jms.Queue queue, String messageSelector) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 <Enter Method Description> More...
 
javax.jms.QueueSender createSender (javax.jms.Queue queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.StreamMessage createStreamMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicSubscriber createSubscriber (javax.jms.Topic topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.TextMessage createTextMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TextMessage createTextMessage (StringBuffer stringBuffer) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void run ()
 Dispatches the message(s) to the MDB in a server provided thread (or to whatever in whatever thread provided by external platform. More...
 

Detailed Description

<Enter Class Description>

Member Function Documentation

javax.jms.TopicSubscriber com.pcbsys.nirvana.nJMS.TopicSessionImpl.createDurableSubscriber ( javax.jms.Topic  topic,
String  name,
String  messageSelector,
boolean  NoLocal 
) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException

<Enter Method Description>

Parameters
topic<Enter Parameter Description>
name<Enter Parameter Description>
messageSelector<Enter Parameter Description>
NoLocal<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.TopicSubscriber com.pcbsys.nirvana.nJMS.TopicSessionImpl.createDurableSubscriber ( javax.jms.Topic  topic,
String  name 
) throws javax.jms.JMSException, javax.jms.InvalidDestinationException

<Enter Method Description>

Parameters
topic<Enter Parameter Description>
name<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.TopicPublisher com.pcbsys.nirvana.nJMS.TopicSessionImpl.createPublisher ( javax.jms.Topic  topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException

<Enter Method Description>

Parameters
topic<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.TopicSubscriber com.pcbsys.nirvana.nJMS.TopicSessionImpl.createSubscriber ( javax.jms.Topic  topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException

<Enter Method Description>

Parameters
topic<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
void com.pcbsys.nirvana.nJMS.TopicSessionImpl.unsubscribe ( String  name) throws javax.jms.JMSException

<Enter Method Description>

Parameters
name<Enter Parameter Description>
Exceptions
JMSException<Enter Exception Description>