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

Inheritance: ActiveMQDestination
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination

Method CreateDestination

Delete ( ) : void
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int

Method GetDestinationType

Méthodes protégées

Méthode Description
ActiveMQTempDestination ( ) : System
ActiveMQTempDestination ( String name ) : System

Method Details

ActiveMQTempDestination() protected méthode

protected ActiveMQTempDestination ( ) : System
Résultat System

ActiveMQTempDestination() protected méthode

protected ActiveMQTempDestination ( String name ) : System
name String
Résultat System

Clone() public méthode

public Clone ( ) : Object
Résultat Object

CreateDestination() public méthode

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

Delete() public méthode

public Delete ( ) : void
Résultat void

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

GetDestinationType() public méthode

Method GetDestinationType
public GetDestinationType ( ) : int
Résultat int