C# Class Apache.NMS.Commands.TempTopic

A Temporary Topic
Inheritance: TempDestination, ITemporaryTopic
Mostrar archivo Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

GetTopicName() public method

public GetTopicName ( ) : String
return String

TempTopic() public method

public TempTopic ( ) : System
return System

TempTopic() public method

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