Uses of Interface
jakarta.jms.TopicSession
-
-
Uses of TopicSession in jakarta.jms
Fields in jakarta.jms declared as TopicSession Modifier and Type Field Description (package private) TopicSessionTopicRequestor. sessionMethods in jakarta.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 jakarta.jms with parameters of type TopicSession Constructor Description TopicRequestor(TopicSession session, Topic topic)Constructor for theTopicRequestorclass.
-