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

All Known Implementing Classes:
BasicAckMethodHandler, BasicCancelMethodHandler, BasicConsumeMethodHandler, BasicPublishMethodHandler, BasicQosHandler, BasicRecoverMethodHandler, ChannelCloseHandler, ChannelCloseOkHandler, ChannelFlowHandler, ChannelOpenHandler, ConnectionCloseMethodHandler, ConnectionCloseOkMethodHandler, ConnectionOpenMethodHandler, ConnectionSecureOkMethodHandler, ConnectionStartOkMethodHandler, ConnectionTuneOkMethodHandler, ExchangeDeclareHandler, ExchangeDeleteHandler, QueueBindHandler, QueueDeclareHandler, QueueDeleteHandler, 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, QueueRegistry queueRegistry, ExchangeRegistry exchangeRegistry, AMQProtocolSession protocolSession, AMQMethodEvent<B> evt)
           
 

Method Detail

methodReceived

void methodReceived(AMQStateManager stateManager,
                    QueueRegistry queueRegistry,
                    ExchangeRegistry exchangeRegistry,
                    AMQProtocolSession protocolSession,
                    AMQMethodEvent<B> evt)
                    throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException