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