C# 클래스 Apache.NMS.ActiveMQ.Commands.BaseCommand

상속: BaseDataStructure, Command, ICloneable
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
Clone ( ) : Object
Equals ( Object that ) : bool
GetDataStructureTypeAsString ( int type ) : String
GetHashCode ( ) : int
ToString ( ) : String
visit ( ICommandVisitor visitor ) : Response

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Equals() 공개 메소드

public Equals ( Object that ) : bool
that Object
리턴 bool

GetDataStructureTypeAsString() 공개 정적인 메소드

public static GetDataStructureTypeAsString ( int type ) : String
type int
리턴 String

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

visit() 공개 메소드

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
리턴 Response