Table of Contents

Class ActiveMQTempDestination

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public abstract class ActiveMQTempDestination : ActiveMQDestination, DataStructure, ICloneable, IDestination, IDisposable
Inheritance
ActiveMQTempDestination
Implements
IDestination
Derived
Inherited Members

Constructors

ActiveMQTempDestination()

protected ActiveMQTempDestination()

ActiveMQTempDestination(string)

protected ActiveMQTempDestination(string name)

Parameters

name string

Fields

ID_ActiveMQTempDestination

public const byte ID_ActiveMQTempDestination = 0

Field Value

byte

Properties

Connection

public Connection Connection { get; set; }

Property Value

Connection

DestinationType

public override abstract DestinationType DestinationType { get; }

Property Value

DestinationType

Methods

Clone()

public override object Clone()

Returns

object

CreateDestination(string)

public override ActiveMQDestination CreateDestination(string name)

Parameters

name string

Returns

ActiveMQDestination

Delete()

public void Delete()

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

GetDestinationType()

public override int GetDestinationType()

Returns

int