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