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 TopicSession
TopicRequestor. session
Methods in javax.jms that return TopicSession Modifier and Type Method Description TopicSession
TopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)
TopicSession
XATopicConnection. createTopicSession(boolean transacted, int acknowledgeMode)
private TopicSession
TopicRequestor. getSession()
TopicSession
XATopicSession. getTopicSession()
Methods in javax.jms with parameters of type TopicSession Modifier and Type Method Description private void
TopicRequestor. setSession(TopicSession session)
Constructors in javax.jms with parameters of type TopicSession Constructor Description TopicRequestor(TopicSession session, Topic topic)
-