Uses of Interface
javax.jms.Session
-
-
Uses of Session in javax.jms
Subinterfaces of Session in javax.jms Modifier and Type Interface Description interface
QueueSession
interface
TopicSession
interface
XAQueueSession
interface
XASession
interface
XATopicSession
Methods in javax.jms that return Session Modifier and Type Method Description Session
Connection. createSession(boolean transacted, int acknowledgeMode)
Session
XAConnection. createSession(boolean transacted, int acknowledgeMode)
Session
ServerSession. getSession()
Session
XASession. getSession()
-