| java.lang.Object org.objectweb.jonas_jms.JSession org.objectweb.jonas_jms.JTopicSession
JTopicSession | public class JTopicSession extends JSession implements TopicSession(Code) | | author: Laurent Chauvirey, Frederic Maistre, Nicolas Tachker author: Contributor(s): author: Philippe Durieux author: Philippe Coq |
Field Summary | |
protected TopicSession | ts | protected XATopicConnection | xatc | protected XATopicSession | xats |
ts | protected TopicSession ts(Code) | | |
xatc | protected XATopicConnection xatc(Code) | | |
xats | protected XATopicSession xats(Code) | | |
JTopicSession | public JTopicSession(JConnection jconn, XATopicConnection xatc)(Code) | | Constructor
|
MOMSessionClose | protected void MOMSessionClose()(Code) | | |
createDurableSubscriber | public TopicSubscriber createDurableSubscriber(Topic topic, String name) throws JMSException(Code) | | |
createDurableSubscriber | public TopicSubscriber createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) throws JMSException(Code) | | |
createPublisher | public TopicPublisher createPublisher(Topic topic) throws JMSException(Code) | | |
createSubscriber | public TopicSubscriber createSubscriber(Topic topic) throws JMSException(Code) | | |
createSubscriber | public TopicSubscriber createSubscriber(Topic topic, String messageSelector, boolean noLocal) throws JMSException(Code) | | |
createTemporaryTopic | public TemporaryTopic createTemporaryTopic() throws JMSException(Code) | | |
createTopic | public Topic createTopic(String topicName) throws JMSException(Code) | | |
getMOMSession | protected Session getMOMSession() throws JMSException(Code) | | Get the underlaying MOM Session.
|
getMOMTopicSession | protected TopicSession getMOMTopicSession() throws JMSException(Code) | | |
unsubscribe | public void unsubscribe(java.lang.String name) throws JMSException, InvalidDestinationException(Code) | | |
|
|