Uses of Interface
javax.jms.QueueSession
-
-
Uses of QueueSession in javax.jms
Fields in javax.jms declared as QueueSession Modifier and Type Field Description private QueueSession
QueueRequestor. session
Methods in javax.jms that return QueueSession Modifier and Type Method Description QueueSession
QueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)
QueueSession
XAQueueConnection. createQueueSession(boolean transacted, int acknowledgeMode)
QueueSession
XAQueueSession. getQueueSession()
private QueueSession
QueueRequestor. getSession()
Methods in javax.jms with parameters of type QueueSession Modifier and Type Method Description private void
QueueRequestor. setSession(QueueSession session)
Constructors in javax.jms with parameters of type QueueSession Constructor Description QueueRequestor(QueueSession session, Queue queue)
-