Show / Hide Table of Contents

    Class ActiveMQTempDestination

    Inheritance
    System.Object
    BaseDataStructure
    ActiveMQDestination
    ActiveMQTempDestination
    ActiveMQTempQueue
    ActiveMQTempTopic
    Implements
    DataStructure
    System.ICloneable
    Apache.NMS.IDestination
    System.IDisposable
    Inherited Members
    ActiveMQDestination.ACTIVEMQ_TOPIC
    ActiveMQDestination.ACTIVEMQ_TEMPORARY_TOPIC
    ActiveMQDestination.ACTIVEMQ_QUEUE
    ActiveMQDestination.ACTIVEMQ_TEMPORARY_QUEUE
    ActiveMQDestination.ADVISORY_PREFIX
    ActiveMQDestination.CONSUMER_ADVISORY_PREFIX
    ActiveMQDestination.PRODUCER_ADVISORY_PREFIX
    ActiveMQDestination.CONNECTION_ADVISORY_PREFIX
    ActiveMQDestination.DEFAULT_ORDERED_TARGET
    ActiveMQDestination.Dispose()
    ActiveMQDestination.IsTopic
    ActiveMQDestination.IsQueue
    ActiveMQDestination.IsTemporary
    ActiveMQDestination.IsAdvisory()
    ActiveMQDestination.SetAdvisory(Boolean)
    ActiveMQDestination.IsConsumerAdvisory()
    ActiveMQDestination.IsProducerAdvisory()
    ActiveMQDestination.IsConnectionAdvisory()
    ActiveMQDestination.IsExclusive()
    ActiveMQDestination.SetExclusive(Boolean)
    ActiveMQDestination.IsOrdered()
    ActiveMQDestination.SetOrdered(Boolean)
    ActiveMQDestination.GetOrderedTarget()
    ActiveMQDestination.SetOrderedTarget(String)
    ActiveMQDestination.Inspect(ActiveMQDestination)
    ActiveMQDestination.Transform(IDestination)
    ActiveMQDestination.CreateDestination(Int32, String)
    ActiveMQDestination.CreateTemporaryName(String)
    ActiveMQDestination.GetClientId(ActiveMQDestination)
    ActiveMQDestination.CompareTo(Object)
    ActiveMQDestination.CompareTo(ActiveMQDestination)
    ActiveMQDestination.PhysicalName
    ActiveMQDestination.GetDestinationTypeAsString()
    ActiveMQDestination.IsComposite
    ActiveMQDestination.GetCompositeDestinations()
    ActiveMQDestination.ToString()
    ActiveMQDestination.GetHashCode()
    ActiveMQDestination.Equals(Object)
    ActiveMQDestination.IsWildcard()
    BaseDataStructure.IsMarshallAware()
    BaseDataStructure.BeforeMarshall(OpenWireFormat)
    BaseDataStructure.AfterMarshall(OpenWireFormat)
    BaseDataStructure.BeforeUnmarshall(OpenWireFormat)
    BaseDataStructure.AfterUnmarshall(OpenWireFormat)
    BaseDataStructure.SetMarshalledForm(OpenWireFormat, Byte[])
    BaseDataStructure.GetMarshalledForm(OpenWireFormat)
    BaseDataStructure.HashCode(Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Apache.NMS.ActiveMQ.Commands
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public abstract class ActiveMQTempDestination : ActiveMQDestination, DataStructure, ICloneable, IDestination, IDisposable

    Constructors

    | Improve this Doc View Source

    ActiveMQTempDestination()

    Declaration
    protected ActiveMQTempDestination()
    | Improve this Doc View Source

    ActiveMQTempDestination(String)

    Declaration
    protected ActiveMQTempDestination(string name)
    Parameters
    Type Name Description
    System.String name

    Fields

    | Improve this Doc View Source

    ID_ActiveMQTempDestination

    Declaration
    public const byte ID_ActiveMQTempDestination = 0
    Field Value
    Type Description
    System.Byte

    Properties

    | Improve this Doc View Source

    Connection

    Declaration
    public Connection Connection { get; set; }
    Property Value
    Type Description
    Connection
    | Improve this Doc View Source

    DestinationType

    Declaration
    public abstract override DestinationType DestinationType { get; }
    Property Value
    Type Description
    Apache.NMS.DestinationType
    Overrides
    ActiveMQDestination.DestinationType

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object
    Overrides
    ActiveMQDestination.Clone()
    | Improve this Doc View Source

    CreateDestination(String)

    Method CreateDestination

    Declaration
    public override ActiveMQDestination CreateDestination(string name)
    Parameters
    Type Name Description
    System.String name

    A String

    Returns
    Type Description
    ActiveMQDestination

    An ActiveMQDestination

    Overrides
    ActiveMQDestination.CreateDestination(String)
    | Improve this Doc View Source

    Delete()

    Declaration
    public void Delete()
    | Improve this Doc View Source

    GetDataStructureType()

    Declaration
    public override byte GetDataStructureType()
    Returns
    Type Description
    System.Byte
    Overrides
    BaseDataStructure.GetDataStructureType()
    | Improve this Doc View Source

    GetDestinationType()

    Method GetDestinationType

    Declaration
    public override int GetDestinationType()
    Returns
    Type Description
    System.Int32

    An int

    Overrides
    ActiveMQDestination.GetDestinationType()

    Implements

    DataStructure
    System.ICloneable
    Apache.NMS.IDestination
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX