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

상속: BaseCommand, Command, MarshallAware
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
BeforeMarshall ( OpenWireFormat wireFormat ) : void
GetDataStructureType ( ) : byte
IsMarshallAware ( ) : bool
ToString ( ) : string
visit ( ICommandVisitor visitor ) : Response

메소드 상세

BeforeMarshall() 공개 메소드

public BeforeMarshall ( OpenWireFormat wireFormat ) : void
wireFormat Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat
리턴 void

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

IsMarshallAware() 공개 메소드

public IsMarshallAware ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

visit() 공개 메소드

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