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