public interface CommandVisitor
Response processAddConnection(ConnectionInfo info) throws Exception
Exception
Response processAddSession(SessionInfo info) throws Exception
Exception
Response processAddProducer(ProducerInfo info) throws Exception
Exception
Response processAddConsumer(ConsumerInfo info) throws Exception
Exception
Response processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId) throws Exception
Exception
Response processRemoveSession(SessionId id, long lastDeliveredSequenceId) throws Exception
Exception
Response processRemoveProducer(ProducerId id) throws Exception
Exception
Response processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId) throws Exception
Exception
Response processAddDestination(DestinationInfo info) throws Exception
Exception
Response processRemoveDestination(DestinationInfo info) throws Exception
Exception
Response processRemoveSubscription(RemoveSubscriptionInfo info) throws Exception
Exception
Response processMessage(Message send) throws Exception
Exception
Response processMessageAck(MessageAck ack) throws Exception
Exception
Response processMessagePull(MessagePull pull) throws Exception
Exception
Response processBeginTransaction(TransactionInfo info) throws Exception
Exception
Response processPrepareTransaction(TransactionInfo info) throws Exception
Exception
Response processCommitTransactionOnePhase(TransactionInfo info) throws Exception
Exception
Response processCommitTransactionTwoPhase(TransactionInfo info) throws Exception
Exception
Response processRollbackTransaction(TransactionInfo info) throws Exception
Exception
Response processWireFormat(WireFormatInfo info) throws Exception
Exception
Response processKeepAlive(KeepAliveInfo info) throws Exception
Exception
Response processShutdown(ShutdownInfo info) throws Exception
Exception
Response processFlush(FlushCommand command) throws Exception
Exception
Response processBrokerInfo(BrokerInfo info) throws Exception
Exception
Response processRecoverTransactions(TransactionInfo info) throws Exception
Exception
Response processForgetTransaction(TransactionInfo info) throws Exception
Exception
Response processEndTransaction(TransactionInfo info) throws Exception
Exception
Response processMessageDispatchNotification(MessageDispatchNotification notification) throws Exception
Exception
Response processProducerAck(ProducerAck ack) throws Exception
Exception
Response processMessageDispatch(MessageDispatch dispatch) throws Exception
Exception
Response processControlCommand(ControlCommand command) throws Exception
Exception
Response processConnectionError(ConnectionError error) throws Exception
Exception
Response processConnectionControl(ConnectionControl control) throws Exception
Exception
Response processConsumerControl(ConsumerControl control) throws Exception
Exception
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.