C# Class Apache.NMS.Commands.TempDestination

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

Public Methods

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

Method CreateDestination

Delete ( ) : void
TempDestination ( ) : System
TempDestination ( String name ) : System

Method Details

Clone() public method

public Clone ( ) : Object
return Object

CreateDestination() public method

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

Delete() public method

public Delete ( ) : void
return void

TempDestination() public method

public TempDestination ( ) : System
return System

TempDestination() public method

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