C# Class Apache.NMS.ActiveMQ.Commands.ActiveMQTempDestination

Inheritance: ActiveMQDestination
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination

Method CreateDestination

Delete ( ) : void
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int

Method GetDestinationType

Protected Methods

Method Description
ActiveMQTempDestination ( ) : System
ActiveMQTempDestination ( String name ) : System

Method Details

ActiveMQTempDestination() protected method

protected ActiveMQTempDestination ( ) : System
return System

ActiveMQTempDestination() protected method

protected ActiveMQTempDestination ( String name ) : System
name String
return System

Clone() public method

public Clone ( ) : Object
return Object

CreateDestination() public method

Method CreateDestination
public CreateDestination ( String name ) : ActiveMQDestination
name String A String
return ActiveMQDestination

Delete() public method

public Delete ( ) : void
return void

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

GetDestinationType() public method

Method GetDestinationType
public GetDestinationType ( ) : int
return int