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) TopicSession
TopicRequestor. session
Methods in javax.jms that return TopicSession Modifier and Type Method Description TopicSession
TopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)
Creates aTopicSession
object, specifyingtransacted
andacknowledgeMode
.TopicSession
XATopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)
Creates aTopicSession
object.TopicSession
XATopicSession. 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 theTopicRequestor
class.
-