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

A Temporary Queue
Inheritance: ActiveMQTempDestination, ITemporaryQueue
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
ActiveMQTempQueue ( ) : System
ActiveMQTempQueue ( String name ) : System
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int
GetQueueName ( ) : String

Method Details

ActiveMQTempQueue() public method

public ActiveMQTempQueue ( ) : System
return System

ActiveMQTempQueue() public method

public ActiveMQTempQueue ( String name ) : System
name String
return System

Clone() public method

public Clone ( ) : Object
return Object

CreateDestination() public method

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

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

GetDestinationType() public method

public GetDestinationType ( ) : int
return int

GetQueueName() public method

public GetQueueName ( ) : String
return String