Class ActiveMQTempTopic
A Temporary Topic
Inheritance
System.Object
ActiveMQTempTopic
Implements
System.ICloneable
Apache.NMS.ITemporaryTopic
Apache.NMS.ITopic
Apache.NMS.IDestination
System.IDisposable
Inherited Members
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 SourceActiveMQTempTopic()
Declaration
public ActiveMQTempTopic()
ActiveMQTempTopic(String)
Declaration
public ActiveMQTempTopic(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Fields
| Improve this Doc View SourceID_ACTIVEMQTEMPTOPIC
Declaration
public const byte ID_ACTIVEMQTEMPTOPIC = 103
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceDestinationType
Declaration
public override DestinationType DestinationType { get; }
Property Value
Type | Description |
---|---|
Apache.NMS.DestinationType |
Overrides
| Improve this Doc View SourceTopicName
Declaration
public string TopicName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
| Improve this Doc View SourceCreateDestination(String)
Declaration
public override ActiveMQDestination CreateDestination(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ActiveMQDestination |
Overrides
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceGetDestinationType()
Declaration
public override int GetDestinationType()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceGetTopicName()
Declaration
public string GetTopicName()
Returns
Type | Description |
---|---|
System.String |
Implements
System.ICloneable
Apache.NMS.ITemporaryTopic
Apache.NMS.ITopic
Apache.NMS.IDestination
System.IDisposable