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

Summary description for ActiveMQQueue.
Inheritance: ActiveMQDestination, IQueue
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

Method Details

ActiveMQQueue() public method

public ActiveMQQueue ( ) : System
return System

ActiveMQQueue() public method

public ActiveMQQueue ( 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