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

Inheritance: BaseDataStructure, Command, ICloneable
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
Clone ( ) : Object
Equals ( Object that ) : bool
GetDataStructureTypeAsString ( int type ) : String
GetHashCode ( ) : int
ToString ( ) : String
visit ( ICommandVisitor visitor ) : Response

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Equals() public méthode

public Equals ( Object that ) : bool
that Object
Résultat bool

GetDataStructureTypeAsString() public static méthode

public static GetDataStructureTypeAsString ( int type ) : String
type int
Résultat String

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

visit() public méthode

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
Résultat Response