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