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