Uses of Interface
javax.jms.Session

Uses of Session in javax.jms
 

Subinterfaces of Session in javax.jms
 interface QueueSession
           
 interface TopicSession
           
 interface XAQueueSession
           
 interface XASession
           
 interface XATopicSession
           
 

Methods in javax.jms that return Session
 Session Connection.createSession(boolean transacted, int acknowledgeMode)
           
 Session XAConnection.createSession(boolean transacted, int acknowledgeMode)
           
 Session ServerSession.getSession()
           
 Session XASession.getSession()
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.