Table of Contents

Class DestinationInfo

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class DestinationInfo : BaseCommand, Command, DataStructure, ICloneable
Inheritance
DestinationInfo
Implements
Inherited Members

Constructors

DestinationInfo()

public DestinationInfo()

Fields

ADD_OPERATION_TYPE

public const byte ADD_OPERATION_TYPE = 0

Field Value

byte

ID_DESTINATIONINFO

public const byte ID_DESTINATIONINFO = 8

Field Value

byte

REMOVE_OPERATION_TYPE

public const byte REMOVE_OPERATION_TYPE = 1

Field Value

byte

Properties

BrokerPath

public BrokerId[] BrokerPath { get; set; }

Property Value

BrokerId[]

ConnectionId

public ConnectionId ConnectionId { get; set; }

Property Value

ConnectionId

Destination

public ActiveMQDestination Destination { get; set; }

Property Value

ActiveMQDestination

IsAddOperation

public bool IsAddOperation { get; }

Property Value

bool

IsDestinationInfo

public override bool IsDestinationInfo { get; }

Property Value

bool

IsRemoveOperation

public bool IsRemoveOperation { get; }

Property Value

bool

OperationType

public byte OperationType { get; set; }

Property Value

byte

Timeout

public long Timeout { get; set; }

Property Value

long

Methods

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response