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

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

Uses of MethodDelegate in org.apache.qpid
 

Subclasses of MethodDelegate in org.apache.qpid
(package private)  class ToyBroker
          ToyBroker
 

Uses of MethodDelegate in org.apache.qpid.transport
 

Subclasses of MethodDelegate in org.apache.qpid.transport
 class ClientDelegate
          ClientDelegate
 class ConnectionDelegate
          Currently only implemented client specific methods the server specific methods are dummy impls for testing the connectionClose is kind of different for both sides
 class ServerDelegate
          ServerDelegate
 class SessionDelegate
          SessionDelegate
 

Methods in org.apache.qpid.transport with parameters of type MethodDelegate
<C> void
MessageAcquire.dispatch(C context, MethodDelegate<C> delegate)
           
abstract
<C> void
Method.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
QueueDeclare.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExchangeBind.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
QueueQuery.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageSubscribe.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageFlow.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageFlush.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageTransfer.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionRequestTimeout.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionAttached.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionTimeout.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionCompleted.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionKnownCompleted.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionFlush.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionCommandPoint.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExecutionSync.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExecutionResult.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExecutionException.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageSetFlowMode.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageStop.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionStart.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionStartOk.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionSecure.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionSecureOk.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionTune.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionTuneOk.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionOpen.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionOpenOk.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionRedirect.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionHeartbeat.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionClose.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ConnectionCloseOk.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionAttach.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionDetach.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionDetached.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionExpected.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionConfirmed.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
SessionGap.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageAccept.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageReject.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageRelease.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageResume.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
MessageCancel.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
TxSelect.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
TxCommit.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
TxRollback.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxSelect.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxStart.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxEnd.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxCommit.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxForget.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxGetTimeout.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxPrepare.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxRecover.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxRollback.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
DtxSetTimeout.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExchangeDeclare.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExchangeDelete.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExchangeQuery.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExchangeUnbind.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
ExchangeBound.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
QueueDelete.dispatch(C context, MethodDelegate<C> delegate)
           
<C> void
QueuePurge.dispatch(C context, MethodDelegate<C> delegate)
           
 



Licensed to the Apache Software Foundation