Uses of Interface
javax.jms.TopicSession
-
Uses of TopicSession in javax.jms
Fields in javax.jms declared as TopicSessionMethods in javax.jms that return TopicSessionModifier and TypeMethodDescriptionTopicConnection.createTopicSession
(boolean transacted, int acknowledgeMode) Creates aTopicSession
object.XATopicConnection.createTopicSession
(boolean transacted, int acknowledgeMode) Creates aTopicSession
object.XATopicSession.getTopicSession()
Gets the topic session associated with thisXATopicSession
.Constructors in javax.jms with parameters of type TopicSessionModifierConstructorDescriptionTopicRequestor
(TopicSession session, Topic topic) Constructor for theTopicRequestor
class.