Uses of Interface
javax.jms.QueueSession

Packages that use QueueSession
javax.jms This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. 
 

Uses of QueueSession in javax.jms
 

Methods in javax.jms that return QueueSession
 QueueSession XAQueueSession.getQueueSession()
          Gets the queue session associated with this XAQueueSession.
 QueueSession XAQueueConnection.createQueueSession(boolean transacted, int acknowledgeMode)
          Creates an XAQueueSession object.
 QueueSession QueueConnection.createQueueSession(boolean transacted, int acknowledgeMode)
          Creates a QueueSession object.
 

Constructors in javax.jms with parameters of type QueueSession
QueueRequestor(QueueSession session, Queue queue)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.