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

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

공개 메소드들

메소드 설명
Acknowledge ( ) : void
ActiveMQMessage ( ) : System
BeforeMarshall ( OpenWireFormat wireFormat ) : void
ClearBody ( ) : void
ClearProperties ( ) : void
Clone ( ) : object
Equals ( ActiveMQMessage that ) : bool
Equals ( object that ) : bool
GetDataStructureType ( ) : byte
GetHashCode ( ) : int
GetObjectProperty ( string name ) : object
IsMarshallAware ( ) : bool
SetObjectProperty ( string name, object value ) : void
Transform ( IMessage message ) : ActiveMQMessage
visit ( ICommandVisitor visitor ) : Response

보호된 메소드들

메소드 설명
FailIfReadOnlyBody ( ) : void
FailIfWriteOnlyBody ( ) : void

메소드 상세

Acknowledge() 공개 메소드

public Acknowledge ( ) : void
리턴 void

ActiveMQMessage() 공개 메소드

public ActiveMQMessage ( ) : System
리턴 System

BeforeMarshall() 공개 메소드

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

ClearBody() 공개 메소드

public ClearBody ( ) : void
리턴 void

ClearProperties() 공개 메소드

public ClearProperties ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Equals() 공개 메소드

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

Equals() 공개 메소드

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

FailIfReadOnlyBody() 보호된 메소드

protected FailIfReadOnlyBody ( ) : void
리턴 void

FailIfWriteOnlyBody() 보호된 메소드

protected FailIfWriteOnlyBody ( ) : void
리턴 void

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectProperty() 공개 메소드

public GetObjectProperty ( string name ) : object
name string
리턴 object

IsMarshallAware() 공개 메소드

public IsMarshallAware ( ) : bool
리턴 bool

SetObjectProperty() 공개 메소드

public SetObjectProperty ( string name, object value ) : void
name string
value object
리턴 void

Transform() 공개 정적인 메소드

public static Transform ( IMessage message ) : ActiveMQMessage
message IMessage
리턴 ActiveMQMessage

visit() 공개 메소드

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