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