Uses of Interface
javax.jms.TopicSession
-
-
Uses of TopicSession in javax.jms
Fields in javax.jms declared as TopicSession Modifier and Type Field Description (package private) TopicSessionTopicRequestor. sessionMethods in javax.jms that return TopicSession Modifier and Type Method Description TopicSessionTopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)Creates aTopicSessionobject, specifyingtransactedandacknowledgeMode.TopicSessionXATopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)Creates aTopicSessionobject.TopicSessionXATopicSession. getTopicSession()Gets the topic session associated with thisXATopicSession.Constructors in javax.jms with parameters of type TopicSession Constructor Description TopicRequestor(TopicSession session, Topic topic)Constructor for theTopicRequestorclass.
-