C# Class Apache.NMS.Commands.TempTopic

A Temporary Topic
Inheritance: TempDestination, ITemporaryTopic
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object
CreateDestination ( String name ) : Destination
GetDestinationType ( ) : int
GetTopicName ( ) : String
TempTopic ( ) : System
TempTopic ( String name ) : System

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

CreateDestination() public méthode

public CreateDestination ( String name ) : Destination
name String
Résultat Destination

GetDestinationType() public méthode

public GetDestinationType ( ) : int
Résultat int

GetTopicName() public méthode

public GetTopicName ( ) : String
Résultat String

TempTopic() public méthode

public TempTopic ( ) : System
Résultat System

TempTopic() public méthode

public TempTopic ( String name ) : System
name String
Résultat System