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

Packages that use Method
org.apache.qpid.transport   
org.apache.qpid.transport.network   
 

Uses of Method in org.apache.qpid.transport
 

Subclasses of Method in org.apache.qpid.transport
 class ConnectionClose
           
 class ConnectionCloseOk
           
 class ConnectionHeartbeat
           
 class ConnectionOpen
           
 class ConnectionOpenOk
           
 class ConnectionRedirect
           
 class ConnectionSecure
           
 class ConnectionSecureOk
           
 class ConnectionStart
           
 class ConnectionStartOk
           
 class ConnectionTune
           
 class ConnectionTuneOk
           
 class DtxCommit
           
 class DtxEnd
           
 class DtxForget
           
 class DtxGetTimeout
           
 class DtxPrepare
           
 class DtxRecover
           
 class DtxRollback
           
 class DtxSelect
           
 class DtxSetTimeout
           
 class DtxStart
           
 class ExchangeBind
           
 class ExchangeBound
           
 class ExchangeDeclare
           
 class ExchangeDelete
           
 class ExchangeQuery
           
 class ExchangeUnbind
           
 class ExecutionException
           
 class ExecutionResult
           
 class ExecutionSync
           
 class MessageAccept
           
 class MessageAcquire
           
 class MessageCancel
           
 class MessageFlow
           
 class MessageFlush
           
 class MessageReject
           
 class MessageRelease
           
 class MessageResume
           
 class MessageSetFlowMode
           
 class MessageStop
           
 class MessageSubscribe
           
 class MessageTransfer
           
 class QueueDeclare
           
 class QueueDelete
           
 class QueuePurge
           
 class QueueQuery
           
 class SessionAttach
           
 class SessionAttached
           
 class SessionCommandPoint
           
 class SessionCompleted
           
 class SessionConfirmed
           
 class SessionDetach
           
 class SessionDetached
           
 class SessionExpected
           
 class SessionFlush
           
 class SessionGap
           
 class SessionKnownCompleted
           
 class SessionRequestTimeout
           
 class SessionTimeout
           
 class TxCommit
           
 class TxRollback
           
 class TxSelect
           
 

Methods in org.apache.qpid.transport that return Method
static Method Method.create(int type)
           
 

Methods in org.apache.qpid.transport with parameters of type Method
 void ProtocolDelegate.command(C context, Method command)
           
 void ConnectionDelegate.command(Connection conn, Method method)
           
 void SessionDelegate.command(Session ssn, Method method)
           
 void ProtocolDelegate.control(C context, Method control)
           
 void ConnectionDelegate.control(Connection conn, Method method)
           
 void SessionDelegate.control(Session ssn, Method method)
           
 void Connection.dispatch(Method method)
           
abstract  void MethodDelegate.handle(C context, Method method)
           
 void ConnectionDelegate.handle(Connection conn, Method method)
           
 void SessionDelegate.handle(Session ssn, Method method)
           
(package private)  void Session.identify(Method cmd)
           
protected abstract  void SessionInvoker.invoke(Method method)
           
protected abstract  void ConnectionInvoker.invoke(Method method)
           
 void Session.invoke(Method m)
           
protected  void Connection.invoke(Method method)
           
protected abstract
<T> Future<T>
SessionInvoker.invoke(Method method, Class<T> resultClass)
           
protected
<T> Future<T>
Session.invoke(Method m, Class<T> klass)
           
 void Session.invoke(Method m, Runnable postIdSettingAction)
           
 void Method.CompletionListener.onComplete(Method method)
           
 void Session.processed(Method command)
           
(package private)  void Session.received(Method m)
           
 

Uses of Method in org.apache.qpid.transport.network
 

Methods in org.apache.qpid.transport.network with parameters of type Method
 void Disassembler.command(Void v, Method method)
           
 void Disassembler.control(Void v, Method method)
           
 



Licensed to the Apache Software Foundation