public class OpenWireConnection.CommandProcessor extends Object implements org.apache.activemq.state.CommandVisitor
| Constructor and Description |
|---|
CommandProcessor() |
| Modifier and Type | Method and Description |
|---|---|
AMQConnectionContext |
getContext() |
org.apache.activemq.command.Response |
processAddConnection(org.apache.activemq.command.ConnectionInfo info) |
org.apache.activemq.command.Response |
processAddConsumer(org.apache.activemq.command.ConsumerInfo info) |
org.apache.activemq.command.Response |
processAddDestination(org.apache.activemq.command.DestinationInfo dest) |
org.apache.activemq.command.Response |
processAddProducer(org.apache.activemq.command.ProducerInfo info) |
org.apache.activemq.command.Response |
processAddSession(org.apache.activemq.command.SessionInfo info) |
org.apache.activemq.command.Response |
processBeginTransaction(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processBrokerInfo(org.apache.activemq.command.BrokerInfo arg0) |
org.apache.activemq.command.Response |
processBrokerSubscriptionInfo(org.apache.activemq.command.BrokerSubscriptionInfo brokerSubscriptionInfo) |
org.apache.activemq.command.Response |
processCommitTransactionOnePhase(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processCommitTransactionTwoPhase(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processConnectionControl(org.apache.activemq.command.ConnectionControl connectionControl) |
org.apache.activemq.command.Response |
processConnectionError(org.apache.activemq.command.ConnectionError arg0) |
org.apache.activemq.command.Response |
processConsumerControl(org.apache.activemq.command.ConsumerControl consumerControl) |
org.apache.activemq.command.Response |
processControlCommand(org.apache.activemq.command.ControlCommand arg0) |
org.apache.activemq.command.Response |
processEndTransaction(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processFlush(org.apache.activemq.command.FlushCommand arg0) |
org.apache.activemq.command.Response |
processForgetTransaction(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processKeepAlive(org.apache.activemq.command.KeepAliveInfo arg0) |
org.apache.activemq.command.Response |
processMessage(org.apache.activemq.command.Message messageSend) |
org.apache.activemq.command.Response |
processMessageAck(org.apache.activemq.command.MessageAck ack) |
org.apache.activemq.command.Response |
processMessageDispatch(org.apache.activemq.command.MessageDispatch arg0) |
org.apache.activemq.command.Response |
processMessageDispatchNotification(org.apache.activemq.command.MessageDispatchNotification arg0) |
org.apache.activemq.command.Response |
processMessagePull(org.apache.activemq.command.MessagePull arg0) |
org.apache.activemq.command.Response |
processPrepareTransaction(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processProducerAck(org.apache.activemq.command.ProducerAck arg0) |
org.apache.activemq.command.Response |
processRecoverTransactions(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processRemoveConnection(org.apache.activemq.command.ConnectionId id,
long lastDeliveredSequenceId) |
org.apache.activemq.command.Response |
processRemoveConsumer(org.apache.activemq.command.ConsumerId id,
long lastDeliveredSequenceId) |
org.apache.activemq.command.Response |
processRemoveDestination(org.apache.activemq.command.DestinationInfo info) |
org.apache.activemq.command.Response |
processRemoveProducer(org.apache.activemq.command.ProducerId id) |
org.apache.activemq.command.Response |
processRemoveSession(org.apache.activemq.command.SessionId id,
long lastDeliveredSequenceId) |
org.apache.activemq.command.Response |
processRemoveSubscription(org.apache.activemq.command.RemoveSubscriptionInfo subInfo) |
org.apache.activemq.command.Response |
processRollbackTransaction(org.apache.activemq.command.TransactionInfo info) |
org.apache.activemq.command.Response |
processShutdown(org.apache.activemq.command.ShutdownInfo info) |
org.apache.activemq.command.Response |
processWireFormat(org.apache.activemq.command.WireFormatInfo command) |
public AMQConnectionContext getContext()
public org.apache.activemq.command.Response processAddConnection(org.apache.activemq.command.ConnectionInfo info)
throws Exception
processAddConnection in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processBrokerSubscriptionInfo(org.apache.activemq.command.BrokerSubscriptionInfo brokerSubscriptionInfo)
throws Exception
processBrokerSubscriptionInfo in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processAddProducer(org.apache.activemq.command.ProducerInfo info)
throws Exception
processAddProducer in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processAddConsumer(org.apache.activemq.command.ConsumerInfo info)
throws Exception
processAddConsumer in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRemoveDestination(org.apache.activemq.command.DestinationInfo info)
throws Exception
processRemoveDestination in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRemoveProducer(org.apache.activemq.command.ProducerId id)
throws Exception
processRemoveProducer in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRemoveSession(org.apache.activemq.command.SessionId id,
long lastDeliveredSequenceId)
throws Exception
processRemoveSession in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRemoveSubscription(org.apache.activemq.command.RemoveSubscriptionInfo subInfo)
throws Exception
processRemoveSubscription in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRollbackTransaction(org.apache.activemq.command.TransactionInfo info)
throws Exception
processRollbackTransaction in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processShutdown(org.apache.activemq.command.ShutdownInfo info)
throws Exception
processShutdown in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processWireFormat(org.apache.activemq.command.WireFormatInfo command)
throws Exception
processWireFormat in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processAddDestination(org.apache.activemq.command.DestinationInfo dest)
throws Exception
processAddDestination in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processAddSession(org.apache.activemq.command.SessionInfo info)
throws Exception
processAddSession in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processBeginTransaction(org.apache.activemq.command.TransactionInfo info)
throws Exception
processBeginTransaction in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processCommitTransactionOnePhase(org.apache.activemq.command.TransactionInfo info)
throws Exception
processCommitTransactionOnePhase in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processCommitTransactionTwoPhase(org.apache.activemq.command.TransactionInfo info)
throws Exception
processCommitTransactionTwoPhase in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processForgetTransaction(org.apache.activemq.command.TransactionInfo info)
throws Exception
processForgetTransaction in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processPrepareTransaction(org.apache.activemq.command.TransactionInfo info)
throws Exception
processPrepareTransaction in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processEndTransaction(org.apache.activemq.command.TransactionInfo info)
throws Exception
processEndTransaction in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processBrokerInfo(org.apache.activemq.command.BrokerInfo arg0)
throws Exception
processBrokerInfo in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processConnectionControl(org.apache.activemq.command.ConnectionControl connectionControl)
throws Exception
processConnectionControl in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processConnectionError(org.apache.activemq.command.ConnectionError arg0)
throws Exception
processConnectionError in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processConsumerControl(org.apache.activemq.command.ConsumerControl consumerControl)
throws Exception
processConsumerControl in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processControlCommand(org.apache.activemq.command.ControlCommand arg0)
throws Exception
processControlCommand in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processFlush(org.apache.activemq.command.FlushCommand arg0)
throws Exception
processFlush in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processKeepAlive(org.apache.activemq.command.KeepAliveInfo arg0)
throws Exception
processKeepAlive in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processMessage(org.apache.activemq.command.Message messageSend)
throws Exception
processMessage in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processMessageAck(org.apache.activemq.command.MessageAck ack)
throws Exception
processMessageAck in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processMessageDispatch(org.apache.activemq.command.MessageDispatch arg0)
throws Exception
processMessageDispatch in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processMessageDispatchNotification(org.apache.activemq.command.MessageDispatchNotification arg0)
throws Exception
processMessageDispatchNotification in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processMessagePull(org.apache.activemq.command.MessagePull arg0)
throws Exception
processMessagePull in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processProducerAck(org.apache.activemq.command.ProducerAck arg0)
throws Exception
processProducerAck in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRecoverTransactions(org.apache.activemq.command.TransactionInfo info)
throws Exception
processRecoverTransactions in interface org.apache.activemq.state.CommandVisitorExceptionpublic org.apache.activemq.command.Response processRemoveConnection(org.apache.activemq.command.ConnectionId id,
long lastDeliveredSequenceId)
throws Exception
processRemoveConnection in interface org.apache.activemq.state.CommandVisitorExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.