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

Inheritance: BaseDataStructure, Command, ICloneable
Datei anzeigen Open project: ThorTech/apache-nms

Public Methods

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

Method Details

Clone() public method

public Clone ( ) : Object
return Object

Equals() public method

public Equals ( Object that ) : bool
that Object
return bool

GetDataStructureTypeAsString() public static method

public static GetDataStructureTypeAsString ( int type ) : String
type int
return String

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

visit() public method

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
return Response