Uses of Interface
javax.jms.TopicSession
-
-
Uses of TopicSession in javax.jms
Fields in javax.jms declared as TopicSession Modifier and Type Field Description private TopicSessionTopicRequestor. sessionMethods in javax.jms that return TopicSession Modifier and Type Method Description TopicSessionTopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)TopicSessionXATopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)private TopicSessionTopicRequestor. getSession()TopicSessionXATopicSession. getTopicSession()Methods in javax.jms with parameters of type TopicSession Modifier and Type Method Description private voidTopicRequestor. setSession(TopicSession session)Constructors in javax.jms with parameters of type TopicSession Constructor Description TopicRequestor(TopicSession session, Topic topic)
-