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

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

Méthodes publiques

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

Method Details

ActiveMQTempQueue() public méthode

public ActiveMQTempQueue ( ) : System
Résultat System

ActiveMQTempQueue() public méthode

public ActiveMQTempQueue ( 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

GetQueueName() public méthode

public GetQueueName ( ) : String
Résultat String