org.apache.qpid.server.state
Interface StateAwareMethodListener<B extends org.apache.qpid.framing.AMQMethodBody>

All Known Implementing Classes:
AccessRequestHandler, BasicAckMethodHandler, BasicCancelMethodHandler, BasicConsumeMethodHandler, BasicGetMethodHandler, BasicPublishMethodHandler, BasicQosHandler, BasicRecoverMethodHandler, BasicRecoverSyncMethodHandler, BasicRejectMethodHandler, ChannelCloseHandler, ChannelCloseOkHandler, ChannelFlowHandler, ChannelOpenHandler, ConnectionCloseMethodHandler, ConnectionCloseOkMethodHandler, ConnectionOpenMethodHandler, ConnectionSecureOkMethodHandler, ConnectionStartOkMethodHandler, ConnectionTuneOkMethodHandler, ExchangeBoundHandler, ExchangeDeclareHandler, ExchangeDeleteHandler, QueueBindHandler, QueueDeclareHandler, QueueDeleteHandler, QueuePurgeHandler, QueueUnbindHandler, TxCommitHandler, TxRollbackHandler, TxSelectHandler

public interface StateAwareMethodListener<B extends org.apache.qpid.framing.AMQMethodBody>

A frame listener that is informed of the protocol state when invoked and has the opportunity to update state.


Method Summary
 void methodReceived(AMQStateManager stateManager, B evt, int channelId)
           
 

Method Detail

methodReceived

void methodReceived(AMQStateManager stateManager,
                    B evt,
                    int channelId)
                    throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation