C# Class Apache.NMS.Commands.TempQueue

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

Public Methods

Method Description
Clone ( ) : Object
CreateDestination ( String name ) : Destination
GetDestinationType ( ) : int
GetQueueName ( ) : String
TempQueue ( ) : System
TempQueue ( 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

GetQueueName() public method

public GetQueueName ( ) : String
return String

TempQueue() public method

public TempQueue ( ) : System
return System

TempQueue() public method

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