C# Class Apache.NMS.ActiveMQ.Commands.ActiveMQTempTopic

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

Méthodes publiques

Méthode Description
ActiveMQTempTopic ( ) : System
ActiveMQTempTopic ( String name ) : System
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int
GetTopicName ( ) : String

Method Details

ActiveMQTempTopic() public méthode

public ActiveMQTempTopic ( ) : System
Résultat System

ActiveMQTempTopic() public méthode

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

Clone() public méthode

public Clone ( ) : Object
Résultat Object

CreateDestination() public méthode

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

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

GetDestinationType() public méthode

public GetDestinationType ( ) : int
Résultat int

GetTopicName() public méthode

public GetTopicName ( ) : String
Résultat String