Show / Hide Table of Contents

    Class ActiveMQTempTopic

    A Temporary Topic

    Inheritance
    System.Object
    BaseDataStructure
    ActiveMQDestination
    ActiveMQTempDestination
    ActiveMQTempTopic
    Implements
    DataStructure
    System.ICloneable
    Apache.NMS.ITemporaryTopic
    Apache.NMS.ITopic
    Apache.NMS.IDestination
    System.IDisposable
    Inherited Members
    ActiveMQTempDestination.ID_ActiveMQTempDestination
    ActiveMQTempDestination.Connection
    ActiveMQTempDestination.Delete()
    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 class ActiveMQTempTopic : ActiveMQTempDestination, DataStructure, ICloneable, ITemporaryTopic, ITopic, IDestination, IDisposable

    Constructors

    | Improve this Doc View Source

    ActiveMQTempTopic()

    Declaration
    public ActiveMQTempTopic()
    | Improve this Doc View Source

    ActiveMQTempTopic(String)

    Declaration
    public ActiveMQTempTopic(string name)
    Parameters
    Type Name Description
    System.String name

    Fields

    | Improve this Doc View Source

    ID_ACTIVEMQTEMPTOPIC

    Declaration
    public const byte ID_ACTIVEMQTEMPTOPIC = 103
    Field Value
    Type Description
    System.Byte

    Properties

    | Improve this Doc View Source

    DestinationType

    Declaration
    public override DestinationType DestinationType { get; }
    Property Value
    Type Description
    Apache.NMS.DestinationType
    Overrides
    ActiveMQTempDestination.DestinationType
    | Improve this Doc View Source

    TopicName

    Declaration
    public string TopicName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Clone()

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

    CreateDestination(String)

    Declaration
    public override ActiveMQDestination CreateDestination(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    ActiveMQDestination
    Overrides
    ActiveMQTempDestination.CreateDestination(String)
    | Improve this Doc View Source

    GetDataStructureType()

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

    GetDestinationType()

    Declaration
    public override int GetDestinationType()
    Returns
    Type Description
    System.Int32
    Overrides
    ActiveMQTempDestination.GetDestinationType()
    | Improve this Doc View Source

    GetTopicName()

    Declaration
    public string GetTopicName()
    Returns
    Type Description
    System.String

    Implements

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