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 java.lang.Object
- implements CommandVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandVisitorAdapter
public CommandVisitorAdapter()
processAddConnection
public Response processAddConnection(ConnectionInfo info)
throws java.lang.Exception
- Specified by:
processAddConnection
in interface CommandVisitor
- Throws:
java.lang.Exception
processAddConsumer
public Response processAddConsumer(ConsumerInfo info)
throws java.lang.Exception
- Specified by:
processAddConsumer
in interface CommandVisitor
- Throws:
java.lang.Exception
processAddDestination
public Response processAddDestination(DestinationInfo info)
throws java.lang.Exception
- Specified by:
processAddDestination
in interface CommandVisitor
- Throws:
java.lang.Exception
processAddProducer
public Response processAddProducer(ProducerInfo info)
throws java.lang.Exception
- Specified by:
processAddProducer
in interface CommandVisitor
- Throws:
java.lang.Exception
processAddSession
public Response processAddSession(SessionInfo info)
throws java.lang.Exception
- Specified by:
processAddSession
in interface CommandVisitor
- Throws:
java.lang.Exception
processBeginTransaction
public Response processBeginTransaction(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processBeginTransaction
in interface CommandVisitor
- Throws:
java.lang.Exception
processBrokerInfo
public Response processBrokerInfo(BrokerInfo info)
throws java.lang.Exception
- Specified by:
processBrokerInfo
in interface CommandVisitor
- Throws:
java.lang.Exception
processCommitTransactionOnePhase
public Response processCommitTransactionOnePhase(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processCommitTransactionOnePhase
in interface CommandVisitor
- Throws:
java.lang.Exception
processCommitTransactionTwoPhase
public Response processCommitTransactionTwoPhase(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processCommitTransactionTwoPhase
in interface CommandVisitor
- Throws:
java.lang.Exception
processEndTransaction
public Response processEndTransaction(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processEndTransaction
in interface CommandVisitor
- Throws:
java.lang.Exception
processFlush
public Response processFlush(FlushCommand command)
throws java.lang.Exception
- Specified by:
processFlush
in interface CommandVisitor
- Throws:
java.lang.Exception
processForgetTransaction
public Response processForgetTransaction(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processForgetTransaction
in interface CommandVisitor
- Throws:
java.lang.Exception
processKeepAlive
public Response processKeepAlive(KeepAliveInfo info)
throws java.lang.Exception
- Specified by:
processKeepAlive
in interface CommandVisitor
- Throws:
java.lang.Exception
processMessage
public Response processMessage(Message send)
throws java.lang.Exception
- Specified by:
processMessage
in interface CommandVisitor
- Throws:
java.lang.Exception
processMessageAck
public Response processMessageAck(MessageAck ack)
throws java.lang.Exception
- Specified by:
processMessageAck
in interface CommandVisitor
- Throws:
java.lang.Exception
processMessageDispatchNotification
public Response processMessageDispatchNotification(MessageDispatchNotification notification)
throws java.lang.Exception
- Specified by:
processMessageDispatchNotification
in interface CommandVisitor
- Throws:
java.lang.Exception
processMessagePull
public Response processMessagePull(MessagePull pull)
throws java.lang.Exception
- Specified by:
processMessagePull
in interface CommandVisitor
- Throws:
java.lang.Exception
processPrepareTransaction
public Response processPrepareTransaction(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processPrepareTransaction
in interface CommandVisitor
- Throws:
java.lang.Exception
processProducerAck
public Response processProducerAck(ProducerAck ack)
throws java.lang.Exception
- Specified by:
processProducerAck
in interface CommandVisitor
- Throws:
java.lang.Exception
processRecoverTransactions
public Response processRecoverTransactions(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processRecoverTransactions
in interface CommandVisitor
- Throws:
java.lang.Exception
processRemoveConnection
public Response processRemoveConnection(ConnectionId id,
long lastDeliveredSequenceId)
throws java.lang.Exception
- Specified by:
processRemoveConnection
in interface CommandVisitor
- Throws:
java.lang.Exception
processRemoveConsumer
public Response processRemoveConsumer(ConsumerId id,
long lastDeliveredSequenceId)
throws java.lang.Exception
- Specified by:
processRemoveConsumer
in interface CommandVisitor
- Throws:
java.lang.Exception
processRemoveDestination
public Response processRemoveDestination(DestinationInfo info)
throws java.lang.Exception
- Specified by:
processRemoveDestination
in interface CommandVisitor
- Throws:
java.lang.Exception
processRemoveProducer
public Response processRemoveProducer(ProducerId id)
throws java.lang.Exception
- Specified by:
processRemoveProducer
in interface CommandVisitor
- Throws:
java.lang.Exception
processRemoveSession
public Response processRemoveSession(SessionId id,
long lastDeliveredSequenceId)
throws java.lang.Exception
- Specified by:
processRemoveSession
in interface CommandVisitor
- Throws:
java.lang.Exception
processRemoveSubscription
public Response processRemoveSubscription(RemoveSubscriptionInfo info)
throws java.lang.Exception
- Specified by:
processRemoveSubscription
in interface CommandVisitor
- Throws:
java.lang.Exception
processRollbackTransaction
public Response processRollbackTransaction(TransactionInfo info)
throws java.lang.Exception
- Specified by:
processRollbackTransaction
in interface CommandVisitor
- Throws:
java.lang.Exception
processShutdown
public Response processShutdown(ShutdownInfo info)
throws java.lang.Exception
- Specified by:
processShutdown
in interface CommandVisitor
- Throws:
java.lang.Exception
processWireFormat
public Response processWireFormat(WireFormatInfo info)
throws java.lang.Exception
- Specified by:
processWireFormat
in interface CommandVisitor
- Throws:
java.lang.Exception
processMessageDispatch
public Response processMessageDispatch(MessageDispatch dispatch)
throws java.lang.Exception
- Specified by:
processMessageDispatch
in interface CommandVisitor
- Throws:
java.lang.Exception
processControlCommand
public Response processControlCommand(ControlCommand command)
throws java.lang.Exception
- Specified by:
processControlCommand
in interface CommandVisitor
- Throws:
java.lang.Exception
processConnectionControl
public Response processConnectionControl(ConnectionControl control)
throws java.lang.Exception
- Specified by:
processConnectionControl
in interface CommandVisitor
- Throws:
java.lang.Exception
processConnectionError
public Response processConnectionError(ConnectionError error)
throws java.lang.Exception
- Specified by:
processConnectionError
in interface CommandVisitor
- Throws:
java.lang.Exception
processConsumerControl
public Response processConsumerControl(ConsumerControl control)
throws java.lang.Exception
- Specified by:
processConsumerControl
in interface CommandVisitor
- Throws:
java.lang.Exception
Copyright © 2005-2016. All Rights Reserved.