Table of Contents

Interface Command

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public interface Command : DataStructure, ICloneable
Inherited Members

Properties

CommandId

int CommandId { get; set; }

Property Value

int

IsBrokerInfo

bool IsBrokerInfo { get; }

Property Value

bool

IsConnectionControl

bool IsConnectionControl { get; }

Property Value

bool

IsConnectionError

bool IsConnectionError { get; }

Property Value

bool

IsConnectionInfo

bool IsConnectionInfo { get; }

Property Value

bool

IsConsumerControl

bool IsConsumerControl { get; }

Property Value

bool

IsConsumerInfo

bool IsConsumerInfo { get; }

Property Value

bool

IsControlCommand

bool IsControlCommand { get; }

Property Value

bool

IsDestinationInfo

bool IsDestinationInfo { get; }

Property Value

bool

IsFlushCommand

bool IsFlushCommand { get; }

Property Value

bool

IsKeepAliveInfo

bool IsKeepAliveInfo { get; }

Property Value

bool

IsMessage

bool IsMessage { get; }

Property Value

bool

IsMessageAck

bool IsMessageAck { get; }

Property Value

bool

IsMessageDispatch

bool IsMessageDispatch { get; }

Property Value

bool

IsMessageDispatchNotification

bool IsMessageDispatchNotification { get; }

Property Value

bool

IsMessagePull

bool IsMessagePull { get; }

Property Value

bool

IsProducerAck

bool IsProducerAck { get; }

Property Value

bool

IsProducerInfo

bool IsProducerInfo { get; }

Property Value

bool

IsRemoveInfo

bool IsRemoveInfo { get; }

Property Value

bool

IsRemoveSubscriptionInfo

bool IsRemoveSubscriptionInfo { get; }

Property Value

bool

IsReplayCommand

bool IsReplayCommand { get; }

Property Value

bool

IsResponse

bool IsResponse { get; }

Property Value

bool

IsSessionInfo

bool IsSessionInfo { get; }

Property Value

bool

IsShutdownInfo

bool IsShutdownInfo { get; }

Property Value

bool

IsTransactionInfo

bool IsTransactionInfo { get; }

Property Value

bool

IsWireFormatInfo

bool IsWireFormatInfo { get; }

Property Value

bool

ResponseRequired

bool ResponseRequired { get; set; }

Property Value

bool

Methods

Visit(ICommandVisitor)

Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response