Uses of Interface
jakarta.jms.TopicSession
-
Packages that use TopicSession Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. -
-
Uses of TopicSession in jakarta.jms
Methods in jakarta.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 jakarta.jms with parameters of type TopicSession Constructor Description TopicRequestor(TopicSession session, Topic topic)
Constructor for theTopicRequestor
class.
-