C# Class Apache.NMS.ActiveMQ.State.CommandVisitorAdapter

Inheritance: ICommandVisitor
Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
processAddConnection ( ConnectionInfo info ) : Response
processAddConsumer ( ConsumerInfo info ) : Response
processAddDestination ( DestinationInfo info ) : Response
processAddProducer ( ProducerInfo info ) : Response
processAddSession ( SessionInfo info ) : Response
processBeginTransaction ( TransactionInfo info ) : Response
processBrokerInfo ( BrokerInfo info ) : Response
processCommitTransactionOnePhase ( TransactionInfo info ) : Response
processCommitTransactionTwoPhase ( TransactionInfo info ) : Response
processConnectionControl ( ConnectionControl control ) : Response
processConnectionError ( ConnectionError error ) : Response
processConsumerControl ( ConsumerControl control ) : Response
processControlCommand ( ControlCommand command ) : Response
processEndTransaction ( TransactionInfo info ) : Response
processFlushCommand ( Apache.NMS.ActiveMQ.Commands.FlushCommand command ) : Response
processForgetTransaction ( TransactionInfo info ) : Response
processKeepAliveInfo ( KeepAliveInfo info ) : Response
processMessage ( Message send ) : Response
processMessageAck ( MessageAck ack ) : Response
processMessageDispatch ( MessageDispatch dispatch ) : Response
processMessageDispatchNotification ( MessageDispatchNotification notification ) : Response
processMessagePull ( MessagePull pull ) : Response
processPrepareTransaction ( TransactionInfo info ) : Response
processProducerAck ( ProducerAck ack ) : Response
processRecoverTransactions ( TransactionInfo info ) : Response
processRemoveConnection ( ConnectionId id ) : Response
processRemoveConsumer ( ConsumerId id ) : Response
processRemoveDestination ( DestinationInfo info ) : Response
processRemoveProducer ( ProducerId id ) : Response
processRemoveSession ( SessionId id ) : Response
processRemoveSubscriptionInfo ( RemoveSubscriptionInfo info ) : Response
processReplayCommand ( ReplayCommand replayCommand ) : Response
processResponse ( Response response ) : Response
processRollbackTransaction ( TransactionInfo info ) : Response
processShutdownInfo ( ShutdownInfo info ) : Response
processWireFormat ( WireFormatInfo info ) : Response

Method Details

processAddConnection() public method

public processAddConnection ( ConnectionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.ConnectionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processAddConsumer() public method

public processAddConsumer ( ConsumerInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.ConsumerInfo
return Apache.NMS.ActiveMQ.Commands.Response

processAddDestination() public method

public processAddDestination ( DestinationInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.DestinationInfo
return Apache.NMS.ActiveMQ.Commands.Response

processAddProducer() public method

public processAddProducer ( ProducerInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.ProducerInfo
return Apache.NMS.ActiveMQ.Commands.Response

processAddSession() public method

public processAddSession ( SessionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.SessionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processBeginTransaction() public method

public processBeginTransaction ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processBrokerInfo() public method

public processBrokerInfo ( BrokerInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.BrokerInfo
return Apache.NMS.ActiveMQ.Commands.Response

processCommitTransactionOnePhase() public method

public processCommitTransactionOnePhase ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processCommitTransactionTwoPhase() public method

public processCommitTransactionTwoPhase ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processConnectionControl() public method

public processConnectionControl ( ConnectionControl control ) : Response
control Apache.NMS.ActiveMQ.Commands.ConnectionControl
return Apache.NMS.ActiveMQ.Commands.Response

processConnectionError() public method

public processConnectionError ( ConnectionError error ) : Response
error Apache.NMS.ActiveMQ.Commands.ConnectionError
return Apache.NMS.ActiveMQ.Commands.Response

processConsumerControl() public method

public processConsumerControl ( ConsumerControl control ) : Response
control Apache.NMS.ActiveMQ.Commands.ConsumerControl
return Apache.NMS.ActiveMQ.Commands.Response

processControlCommand() public method

public processControlCommand ( ControlCommand command ) : Response
command Apache.NMS.ActiveMQ.Commands.ControlCommand
return Apache.NMS.ActiveMQ.Commands.Response

processEndTransaction() public method

public processEndTransaction ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processFlushCommand() public method

public processFlushCommand ( Apache.NMS.ActiveMQ.Commands.FlushCommand command ) : Response
command Apache.NMS.ActiveMQ.Commands.FlushCommand
return Apache.NMS.ActiveMQ.Commands.Response

processForgetTransaction() public method

public processForgetTransaction ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processKeepAliveInfo() public method

public processKeepAliveInfo ( KeepAliveInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.KeepAliveInfo
return Apache.NMS.ActiveMQ.Commands.Response

processMessage() public method

public processMessage ( Message send ) : Response
send Apache.NMS.ActiveMQ.Commands.Message
return Apache.NMS.ActiveMQ.Commands.Response

processMessageAck() public method

public processMessageAck ( MessageAck ack ) : Response
ack Apache.NMS.ActiveMQ.Commands.MessageAck
return Apache.NMS.ActiveMQ.Commands.Response

processMessageDispatch() public method

public processMessageDispatch ( MessageDispatch dispatch ) : Response
dispatch Apache.NMS.ActiveMQ.Commands.MessageDispatch
return Apache.NMS.ActiveMQ.Commands.Response

processMessageDispatchNotification() public method

public processMessageDispatchNotification ( MessageDispatchNotification notification ) : Response
notification Apache.NMS.ActiveMQ.Commands.MessageDispatchNotification
return Apache.NMS.ActiveMQ.Commands.Response

processMessagePull() public method

public processMessagePull ( MessagePull pull ) : Response
pull Apache.NMS.ActiveMQ.Commands.MessagePull
return Apache.NMS.ActiveMQ.Commands.Response

processPrepareTransaction() public method

public processPrepareTransaction ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processProducerAck() public method

public processProducerAck ( ProducerAck ack ) : Response
ack Apache.NMS.ActiveMQ.Commands.ProducerAck
return Apache.NMS.ActiveMQ.Commands.Response

processRecoverTransactions() public method

public processRecoverTransactions ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processRemoveConnection() public method

public processRemoveConnection ( ConnectionId id ) : Response
id Apache.NMS.ActiveMQ.Commands.ConnectionId
return Apache.NMS.ActiveMQ.Commands.Response

processRemoveConsumer() public method

public processRemoveConsumer ( ConsumerId id ) : Response
id Apache.NMS.ActiveMQ.Commands.ConsumerId
return Apache.NMS.ActiveMQ.Commands.Response

processRemoveDestination() public method

public processRemoveDestination ( DestinationInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.DestinationInfo
return Apache.NMS.ActiveMQ.Commands.Response

processRemoveProducer() public method

public processRemoveProducer ( ProducerId id ) : Response
id Apache.NMS.ActiveMQ.Commands.ProducerId
return Apache.NMS.ActiveMQ.Commands.Response

processRemoveSession() public method

public processRemoveSession ( SessionId id ) : Response
id Apache.NMS.ActiveMQ.Commands.SessionId
return Apache.NMS.ActiveMQ.Commands.Response

processRemoveSubscriptionInfo() public method

public processRemoveSubscriptionInfo ( RemoveSubscriptionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.RemoveSubscriptionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processReplayCommand() public method

public processReplayCommand ( ReplayCommand replayCommand ) : Response
replayCommand Apache.NMS.ActiveMQ.Commands.ReplayCommand
return Apache.NMS.ActiveMQ.Commands.Response

processResponse() public method

public processResponse ( Response response ) : Response
response Apache.NMS.ActiveMQ.Commands.Response
return Apache.NMS.ActiveMQ.Commands.Response

processRollbackTransaction() public method

public processRollbackTransaction ( TransactionInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.TransactionInfo
return Apache.NMS.ActiveMQ.Commands.Response

processShutdownInfo() public method

public processShutdownInfo ( ShutdownInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.ShutdownInfo
return Apache.NMS.ActiveMQ.Commands.Response

processWireFormat() public method

public processWireFormat ( WireFormatInfo info ) : Response
info Apache.NMS.ActiveMQ.Commands.WireFormatInfo
return Apache.NMS.ActiveMQ.Commands.Response