Message Queue, v4.4 API Specification

Uses of Interface
javax.jms.TopicSession

Packages that use TopicSession
com.sun.messaging.jms Provides additional Sun GlassFish(tm) Message Queue classes for features that relate to the MQ implementation of the Java Message Service (JMS). 
javax.jms The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. 
 

Uses of TopicSession in com.sun.messaging.jms
 

Methods in com.sun.messaging.jms that return TopicSession
 TopicSession TopicConnection.createTopicSession(int acknowledgeMode)
          Creates a TopicSession object.
 

Uses of TopicSession in javax.jms
 

Methods in javax.jms that return TopicSession
 TopicSession XATopicConnection.createTopicSession(boolean transacted, int acknowledgeMode)
          Creates an XATopicSession object.
 TopicSession TopicConnection.createTopicSession(boolean transacted, int acknowledgeMode)
          Creates a TopicSession object.
 TopicSession XATopicSession.getTopicSession()
          Gets the topic session associated with this XATopicSession.
 

Constructors in javax.jms with parameters of type TopicSession
TopicRequestor(TopicSession session, Topic topic)
          Constructor for the TopicRequestor class.
 


Message Queue, v4.4 API Specification

Copyright 2009 Sun Microsystems, Inc.
4150 Network Circle, Santa Clara, CA 95054, U.S.A. All Rights Reserved.