Uses of Interface
org.apache.qpid.jms.Session

Packages that use Session
org.apache.qpid.client   
org.apache.qpid.jms   
 

Uses of Session in org.apache.qpid.client
 

Methods in org.apache.qpid.client that return Session
 Session AMQConnection.createSession(boolean transacted, int acknowledgeMode)
           
 Session AMQConnectionDelegate_8_0.createSession(boolean transacted, int acknowledgeMode, int prefetch)
           
 Session AMQConnection.createSession(boolean transacted, int acknowledgeMode, int prefetch)
           
 Session AMQConnectionDelegate.createSession(boolean transacted, int acknowledgeMode, int prefetchHigh, int prefetchLow)
           
 Session AMQConnectionDelegate_0_10.createSession(boolean transacted, int acknowledgeMode, int prefetchHigh, int prefetchLow)
          create a Session and start it if required.
 Session AMQConnectionDelegate_8_0.createSession(boolean transacted, int acknowledgeMode, int prefetchHigh, int prefetchLow)
           
 Session AMQConnection.createSession(boolean transacted, int acknowledgeMode, int prefetchHigh, int prefetchLow)
           
 

Uses of Session in org.apache.qpid.jms
 

Methods in org.apache.qpid.jms that return Session
 Session Connection.createSession(boolean transacted, int acknowledgeMode, int prefetch)
          Create a session specifying the prefetch limit of messages.
 Session Connection.createSession(boolean transacted, int acknowledgeMode, int prefetchHigh, int prefetchLow)
          Create a session specifying the prefetch limit of messages.
 



Licensed to the Apache Software Foundation