Uses of Class
org.apache.qpid.transport.Session

Packages that use Session
org.apache.qpid   
org.apache.qpid.transport   
 

Uses of Session in org.apache.qpid
 

Methods in org.apache.qpid with parameters of type Session
 void ToyClient.closed(Session ssn)
           
 void ToyClient.exception(Session ssn, SessionException exc)
           
 void ToyBroker.exchangeBind(Session ssn, ExchangeBind qb)
           
 void ToyClient.message(Session ssn, MessageTransfer xfr)
           
 void ToyBroker.messageAcquire(Session context, MessageAcquire struct)
           
 void ToyBroker.messageFlow(Session ssn, MessageFlow struct)
           
 void ToyBroker.messageFlush(Session ssn, MessageFlush struct)
           
 void ToyBroker.messageSubscribe(Session ssn, MessageSubscribe ms)
           
 void ToyBroker.messageTransfer(Session ssn, MessageTransfer xfr)
           
 void ToyClient.opened(Session ssn)
           
 void ToyBroker.queueDeclare(Session ssn, QueueDeclare qd)
           
 void ToyBroker.queueQuery(Session ssn, QueueQuery qq)
           
 void ToyClient.resumed(Session ssn)
           
 

Uses of Session in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return Session
 Session Connection.createSession()
           
 Session Connection.createSession(Binary name, long expiry)
           
 Session Connection.createSession(byte[] name, long expiry)
           
 Session Connection.createSession(long expiry)
           
 Session Connection.createSession(String name)
           
 Session Connection.createSession(String name, long expiry)
           
 Session ServerDelegate.getSession(Connection conn, SessionAttach atc)
           
protected  Session ServerDelegate.getSession(Connection conn, SessionDelegate delegate, SessionAttach atc)
           
(package private)  Session Connection.getSession(int channel)
           
 Session Connection.SessionFactory.newSession(Connection conn, Binary name, long expiry)
           
 

Methods in org.apache.qpid.transport with parameters of type Session
 void SessionListener.closed(Session session)
           
 void SessionDelegate.closed(Session session)
           
 void Session.DefaultSessionListener.closed(Session ssn)
           
 void SessionDelegate.command(Session ssn, Method method)
           
 void SessionDelegate.control(Session ssn, Method method)
           
 void SessionDelegate.detached(Session session)
           
 void SessionDelegate.error(Session ssn, ProtocolError error)
           
 void SessionListener.exception(Session session, SessionException exception)
           
 void Session.DefaultSessionListener.exception(Session ssn, SessionException exc)
           
 void SessionDelegate.executionException(Session ssn, ExecutionException exc)
           
 void SessionDelegate.executionResult(Session ssn, ExecutionResult result)
           
 void SessionDelegate.executionSync(Session ssn, ExecutionSync sync)
           
 void SessionDelegate.handle(Session ssn, Method method)
           
 void SessionDelegate.init(Session ssn, ProtocolHeader hdr)
           
(package private)  void Connection.map(Session ssn, int channel)
           
 void SessionListener.message(Session ssn, MessageTransfer xfr)
           
 void Session.DefaultSessionListener.message(Session ssn, MessageTransfer xfr)
           
 void SessionDelegate.messageFlow(Session ssn, MessageFlow flow)
           
 void SessionDelegate.messageSetFlowMode(Session ssn, MessageSetFlowMode sfm)
           
 void SessionDelegate.messageStop(Session ssn, MessageStop stop)
           
 void SessionDelegate.messageTransfer(Session ssn, MessageTransfer xfr)
           
 void SessionListener.opened(Session session)
           
 void Session.DefaultSessionListener.opened(Session ssn)
           
(package private)  void Connection.removeSession(Session ssn)
           
 void SessionListener.resumed(Session session)
           
 void Session.DefaultSessionListener.resumed(Session ssn)
           
 void SessionDelegate.sessionAttached(Session ssn, SessionAttached atc)
           
 void SessionDelegate.sessionCommandPoint(Session ssn, SessionCommandPoint scp)
           
 void SessionDelegate.sessionCompleted(Session ssn, SessionCompleted cmp)
           
 void SessionDelegate.sessionFlush(Session ssn, SessionFlush flush)
           
 void SessionDelegate.sessionKnownCompleted(Session ssn, SessionKnownCompleted kcmp)
           
 void SessionDelegate.sessionRequestTimeout(Session ssn, SessionRequestTimeout t)
           
 void SessionDelegate.sessionTimeout(Session ssn, SessionTimeout t)
           
(package private)  void Connection.unmap(Session ssn)
           
 



Licensed to the Apache Software Foundation