C# Class Apache.NMS.Commands.Queue

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

Public Methods

Method Description
Clone ( ) : Object
CreateDestination ( String name ) : Destination
GetDestinationType ( ) : int
Queue ( ) : System
Queue ( String name ) : System

Method Details

Clone() public method

public Clone ( ) : Object
return Object

CreateDestination() public method

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

GetDestinationType() public method

public GetDestinationType ( ) : int
return int

Queue() public method

public Queue ( ) : System
return System

Queue() public method

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