activemq-cpp-3.9.5
activemq::state::CommandVisitorAdapter Class Reference

Default Implementation of a CommandVisitor that returns NULL for all calls. More...

#include <src/main/activemq/state/CommandVisitorAdapter.h>

Inheritance diagram for activemq::state::CommandVisitorAdapter:

Public Member Functions

virtual ~CommandVisitorAdapter ()
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveConnection (commands::ConnectionId *id AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveSession (commands::SessionId *id AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveProducer (commands::ProducerId *id AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveConsumer (commands::ConsumerId *id AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessDestinationInfo (commands::DestinationInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveDestination (commands::DestinationInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveSubscriptionInfo (commands::RemoveSubscriptionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessMessage (commands::Message *send AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessMessageAck (commands::MessageAck *ack AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessMessagePull (commands::MessagePull *pull AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessBeginTransaction (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessPrepareTransaction (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessCommitTransactionOnePhase (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessCommitTransactionTwoPhase (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRollbackTransaction (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessWireFormat (commands::WireFormatInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessKeepAliveInfo (commands::KeepAliveInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessShutdownInfo (commands::ShutdownInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessFlushCommand (commands::FlushCommand *command AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessBrokerInfo (commands::BrokerInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessRecoverTransactions (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessForgetTransaction (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessEndTransaction (commands::TransactionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessMessageDispatchNotification (commands::MessageDispatchNotification *notification AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessProducerAck (commands::ProducerAck *ack AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessMessageDispatch (commands::MessageDispatch *dispatch AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessControlCommand (commands::ControlCommand *command AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessConnectionError (commands::ConnectionError *error AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessConnectionControl (commands::ConnectionControl *control AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessConsumerControl (commands::ConsumerControl *control AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessBrokerError (commands::BrokerError *error AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessReplayCommand (commands::ReplayCommand *replay AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessResponse (commands::Response *response AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessConnectionInfo (commands::ConnectionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessSessionInfo (commands::SessionInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessProducerInfo (commands::ProducerInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessConsumerInfo (commands::ConsumerInfo *info AMQCPP_UNUSED)
 
virtual decaf::lang::Pointer< commands::CommandprocessTransactionInfo (commands::TransactionInfo *info)
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveInfo (commands::RemoveInfo *info)
 
- Public Member Functions inherited from activemq::state::CommandVisitor
virtual ~CommandVisitor ()
 
virtual decaf::lang::Pointer< commands::CommandprocessConnectionInfo (commands::ConnectionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessSessionInfo (commands::SessionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessProducerInfo (commands::ProducerInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessConsumerInfo (commands::ConsumerInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveConnection (commands::ConnectionId *id)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveSession (commands::SessionId *id)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveProducer (commands::ProducerId *id)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveConsumer (commands::ConsumerId *id)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessDestinationInfo (commands::DestinationInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveDestination (commands::DestinationInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRemoveSubscriptionInfo (commands::RemoveSubscriptionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessMessage (commands::Message *send)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessMessageAck (commands::MessageAck *ack)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessMessagePull (commands::MessagePull *pull)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessBeginTransaction (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessPrepareTransaction (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessCommitTransactionOnePhase (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessCommitTransactionTwoPhase (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRollbackTransaction (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessWireFormat (commands::WireFormatInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessKeepAliveInfo (commands::KeepAliveInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessShutdownInfo (commands::ShutdownInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessFlushCommand (commands::FlushCommand *command)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessBrokerInfo (commands::BrokerInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessRecoverTransactions (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessForgetTransaction (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessEndTransaction (commands::TransactionInfo *info)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessMessageDispatchNotification (commands::MessageDispatchNotification *notification)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessProducerAck (commands::ProducerAck *ack)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessMessageDispatch (commands::MessageDispatch *dispatch)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessControlCommand (commands::ControlCommand *command)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessConnectionError (commands::ConnectionError *error)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessConnectionControl (commands::ConnectionControl *control)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessConsumerControl (commands::ConsumerControl *control)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessBrokerError (commands::BrokerError *error)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessReplayCommand (commands::ReplayCommand *replay)=0
 
virtual decaf::lang::Pointer< commands::CommandprocessResponse (commands::Response *response)=0
 

Detailed Description

Default Implementation of a CommandVisitor that returns NULL for all calls.

Since
3.0

Constructor & Destructor Documentation

◆ ~CommandVisitorAdapter()

virtual activemq::state::CommandVisitorAdapter::~CommandVisitorAdapter ( )
virtual

Member Function Documentation

◆ processBeginTransaction()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processBeginTransaction ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processBrokerError()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processBrokerError ( commands::BrokerError *error AMQCPP_UNUSED)
inlinevirtual

◆ processBrokerInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processBrokerInfo ( commands::BrokerInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processCommitTransactionOnePhase()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processCommitTransactionOnePhase ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processCommitTransactionTwoPhase()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processCommitTransactionTwoPhase ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processConnectionControl()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processConnectionControl ( commands::ConnectionControl *control AMQCPP_UNUSED)
inlinevirtual

◆ processConnectionError()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processConnectionError ( commands::ConnectionError *error AMQCPP_UNUSED)
inlinevirtual

◆ processConnectionInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processConnectionInfo ( commands::ConnectionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processConsumerControl()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processConsumerControl ( commands::ConsumerControl *control AMQCPP_UNUSED)
inlinevirtual

◆ processConsumerInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processConsumerInfo ( commands::ConsumerInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processControlCommand()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processControlCommand ( commands::ControlCommand *command AMQCPP_UNUSED)
inlinevirtual

◆ processDestinationInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processDestinationInfo ( commands::DestinationInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processEndTransaction()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processEndTransaction ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processFlushCommand()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processFlushCommand ( commands::FlushCommand *command AMQCPP_UNUSED)
inlinevirtual

◆ processForgetTransaction()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processForgetTransaction ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processKeepAliveInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processKeepAliveInfo ( commands::KeepAliveInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processMessage()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processMessage ( commands::Message *send AMQCPP_UNUSED)
inlinevirtual

◆ processMessageAck()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processMessageAck ( commands::MessageAck *ack AMQCPP_UNUSED)
inlinevirtual

◆ processMessageDispatch()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processMessageDispatch ( commands::MessageDispatch *dispatch AMQCPP_UNUSED)
inlinevirtual

◆ processMessageDispatchNotification()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processMessageDispatchNotification ( commands::MessageDispatchNotification *notification AMQCPP_UNUSED)
inlinevirtual

◆ processMessagePull()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processMessagePull ( commands::MessagePull *pull AMQCPP_UNUSED)
inlinevirtual

◆ processPrepareTransaction()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processPrepareTransaction ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processProducerAck()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processProducerAck ( commands::ProducerAck *ack AMQCPP_UNUSED)
inlinevirtual

◆ processProducerInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processProducerInfo ( commands::ProducerInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processRecoverTransactions()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRecoverTransactions ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processRemoveConnection()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveConnection ( commands::ConnectionId *id AMQCPP_UNUSED)
inlinevirtual

◆ processRemoveConsumer()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveConsumer ( commands::ConsumerId *id AMQCPP_UNUSED)
inlinevirtual

◆ processRemoveDestination()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveDestination ( commands::DestinationInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processRemoveInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveInfo ( commands::RemoveInfo * info)
virtual

◆ processRemoveProducer()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveProducer ( commands::ProducerId *id AMQCPP_UNUSED)
inlinevirtual

◆ processRemoveSession()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveSession ( commands::SessionId *id AMQCPP_UNUSED)
inlinevirtual

◆ processRemoveSubscriptionInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRemoveSubscriptionInfo ( commands::RemoveSubscriptionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processReplayCommand()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processReplayCommand ( commands::ReplayCommand *replay AMQCPP_UNUSED)
inlinevirtual

◆ processResponse()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processResponse ( commands::Response *response AMQCPP_UNUSED)
inlinevirtual

◆ processRollbackTransaction()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processRollbackTransaction ( commands::TransactionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processSessionInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processSessionInfo ( commands::SessionInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processShutdownInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processShutdownInfo ( commands::ShutdownInfo *info AMQCPP_UNUSED)
inlinevirtual

◆ processTransactionInfo()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processTransactionInfo ( commands::TransactionInfo * info)
virtual

◆ processWireFormat()

virtual decaf::lang::Pointer< commands::Command > activemq::state::CommandVisitorAdapter::processWireFormat ( commands::WireFormatInfo *info AMQCPP_UNUSED)
inlinevirtual

The documentation for this class was generated from the following file: