C# Class Apache.NMS.Commands.Topic

Summary description for Topic.
Inheritance: Destination, ITopic
ファイルを表示 Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

Topic() public method

public Topic ( ) : System
return System

Topic() public method

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