Class ActiveMQTempDestination
Inheritance
System.Object
ActiveMQTempDestination
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 abstract class ActiveMQTempDestination : ActiveMQDestination, DataStructure, ICloneable, IDestination, IDisposable
Constructors
| Improve this Doc View SourceActiveMQTempDestination()
Declaration
protected ActiveMQTempDestination()
ActiveMQTempDestination(String)
Declaration
protected ActiveMQTempDestination(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Fields
| Improve this Doc View SourceID_ActiveMQTempDestination
Declaration
public const byte ID_ActiveMQTempDestination = 0
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceConnection
Declaration
public Connection Connection { get; set; }
Property Value
Type | Description |
---|---|
Connection |
DestinationType
Declaration
public abstract override DestinationType DestinationType { get; }
Property Value
Type | Description |
---|---|
Apache.NMS.DestinationType |
Overrides
Methods
| Improve this Doc View SourceClone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
| Improve this Doc View SourceCreateDestination(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
| Improve this Doc View SourceDelete()
Declaration
public void Delete()
GetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
| Improve this Doc View SourceGetDestinationType()
Method GetDestinationType
Declaration
public override int GetDestinationType()
Returns
Type | Description |
---|---|
System.Int32 | An int |
Overrides
Implements
System.ICloneable
Apache.NMS.IDestination
System.IDisposable