Package org.apache.activemq.state
Class CommandVisitorAdapter
- java.lang.Object
-
- org.apache.activemq.state.CommandVisitorAdapter
-
- All Implemented Interfaces:
CommandVisitor
- Direct Known Subclasses:
ConnectionStateTracker
public class CommandVisitorAdapter extends Object implements CommandVisitor
-
-
Constructor Summary
Constructors Constructor Description CommandVisitorAdapter()
-
Method Summary
-
-
-
Method Detail
-
processAddConnection
public Response processAddConnection(ConnectionInfo info) throws Exception
- Specified by:
processAddConnectionin interfaceCommandVisitor- Throws:
Exception
-
processAddConsumer
public Response processAddConsumer(ConsumerInfo info) throws Exception
- Specified by:
processAddConsumerin interfaceCommandVisitor- Throws:
Exception
-
processAddDestination
public Response processAddDestination(DestinationInfo info) throws Exception
- Specified by:
processAddDestinationin interfaceCommandVisitor- Throws:
Exception
-
processAddProducer
public Response processAddProducer(ProducerInfo info) throws Exception
- Specified by:
processAddProducerin interfaceCommandVisitor- Throws:
Exception
-
processAddSession
public Response processAddSession(SessionInfo info) throws Exception
- Specified by:
processAddSessionin interfaceCommandVisitor- Throws:
Exception
-
processBeginTransaction
public Response processBeginTransaction(TransactionInfo info) throws Exception
- Specified by:
processBeginTransactionin interfaceCommandVisitor- Throws:
Exception
-
processBrokerInfo
public Response processBrokerInfo(BrokerInfo info) throws Exception
- Specified by:
processBrokerInfoin interfaceCommandVisitor- Throws:
Exception
-
processCommitTransactionOnePhase
public Response processCommitTransactionOnePhase(TransactionInfo info) throws Exception
- Specified by:
processCommitTransactionOnePhasein interfaceCommandVisitor- Throws:
Exception
-
processCommitTransactionTwoPhase
public Response processCommitTransactionTwoPhase(TransactionInfo info) throws Exception
- Specified by:
processCommitTransactionTwoPhasein interfaceCommandVisitor- Throws:
Exception
-
processEndTransaction
public Response processEndTransaction(TransactionInfo info) throws Exception
- Specified by:
processEndTransactionin interfaceCommandVisitor- Throws:
Exception
-
processFlush
public Response processFlush(FlushCommand command) throws Exception
- Specified by:
processFlushin interfaceCommandVisitor- Throws:
Exception
-
processForgetTransaction
public Response processForgetTransaction(TransactionInfo info) throws Exception
- Specified by:
processForgetTransactionin interfaceCommandVisitor- Throws:
Exception
-
processKeepAlive
public Response processKeepAlive(KeepAliveInfo info) throws Exception
- Specified by:
processKeepAlivein interfaceCommandVisitor- Throws:
Exception
-
processMessage
public Response processMessage(Message send) throws Exception
- Specified by:
processMessagein interfaceCommandVisitor- Throws:
Exception
-
processMessageAck
public Response processMessageAck(MessageAck ack) throws Exception
- Specified by:
processMessageAckin interfaceCommandVisitor- Throws:
Exception
-
processMessageDispatchNotification
public Response processMessageDispatchNotification(MessageDispatchNotification notification) throws Exception
- Specified by:
processMessageDispatchNotificationin interfaceCommandVisitor- Throws:
Exception
-
processMessagePull
public Response processMessagePull(MessagePull pull) throws Exception
- Specified by:
processMessagePullin interfaceCommandVisitor- Throws:
Exception
-
processPrepareTransaction
public Response processPrepareTransaction(TransactionInfo info) throws Exception
- Specified by:
processPrepareTransactionin interfaceCommandVisitor- Throws:
Exception
-
processProducerAck
public Response processProducerAck(ProducerAck ack) throws Exception
- Specified by:
processProducerAckin interfaceCommandVisitor- Throws:
Exception
-
processRecoverTransactions
public Response processRecoverTransactions(TransactionInfo info) throws Exception
- Specified by:
processRecoverTransactionsin interfaceCommandVisitor- Throws:
Exception
-
processRemoveConnection
public Response processRemoveConnection(ConnectionId id, long lastDeliveredSequenceId) throws Exception
- Specified by:
processRemoveConnectionin interfaceCommandVisitor- Throws:
Exception
-
processRemoveConsumer
public Response processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId) throws Exception
- Specified by:
processRemoveConsumerin interfaceCommandVisitor- Throws:
Exception
-
processRemoveDestination
public Response processRemoveDestination(DestinationInfo info) throws Exception
- Specified by:
processRemoveDestinationin interfaceCommandVisitor- Throws:
Exception
-
processRemoveProducer
public Response processRemoveProducer(ProducerId id) throws Exception
- Specified by:
processRemoveProducerin interfaceCommandVisitor- Throws:
Exception
-
processRemoveSession
public Response processRemoveSession(SessionId id, long lastDeliveredSequenceId) throws Exception
- Specified by:
processRemoveSessionin interfaceCommandVisitor- Throws:
Exception
-
processRemoveSubscription
public Response processRemoveSubscription(RemoveSubscriptionInfo info) throws Exception
- Specified by:
processRemoveSubscriptionin interfaceCommandVisitor- Throws:
Exception
-
processRollbackTransaction
public Response processRollbackTransaction(TransactionInfo info) throws Exception
- Specified by:
processRollbackTransactionin interfaceCommandVisitor- Throws:
Exception
-
processShutdown
public Response processShutdown(ShutdownInfo info) throws Exception
- Specified by:
processShutdownin interfaceCommandVisitor- Throws:
Exception
-
processWireFormat
public Response processWireFormat(WireFormatInfo info) throws Exception
- Specified by:
processWireFormatin interfaceCommandVisitor- Throws:
Exception
-
processMessageDispatch
public Response processMessageDispatch(MessageDispatch dispatch) throws Exception
- Specified by:
processMessageDispatchin interfaceCommandVisitor- Throws:
Exception
-
processControlCommand
public Response processControlCommand(ControlCommand command) throws Exception
- Specified by:
processControlCommandin interfaceCommandVisitor- Throws:
Exception
-
processConnectionControl
public Response processConnectionControl(ConnectionControl control) throws Exception
- Specified by:
processConnectionControlin interfaceCommandVisitor- Throws:
Exception
-
processConnectionError
public Response processConnectionError(ConnectionError error) throws Exception
- Specified by:
processConnectionErrorin interfaceCommandVisitor- Throws:
Exception
-
processConsumerControl
public Response processConsumerControl(ConsumerControl control) throws Exception
- Specified by:
processConsumerControlin interfaceCommandVisitor- Throws:
Exception
-
processBrokerSubscriptionInfo
public Response processBrokerSubscriptionInfo(BrokerSubscriptionInfo info) throws Exception
- Specified by:
processBrokerSubscriptionInfoin interfaceCommandVisitor- Throws:
Exception
-
-