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

Inheritance: Message, IMessage, MarshallAware
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
FailIfReadOnlyBody ( ) : void
FailIfWriteOnlyBody ( ) : void

Method Details

Acknowledge() public method

public Acknowledge ( ) : void
return void

ActiveMQMessage() public method

public ActiveMQMessage ( ) : System
return System

BeforeMarshall() public method

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

ClearBody() public method

public ClearBody ( ) : void
return void

ClearProperties() public method

public ClearProperties ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

Equals() public method

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

Equals() public method

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

FailIfReadOnlyBody() protected method

protected FailIfReadOnlyBody ( ) : void
return void

FailIfWriteOnlyBody() protected method

protected FailIfWriteOnlyBody ( ) : void
return void

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetObjectProperty() public method

public GetObjectProperty ( string name ) : object
name string
return object

IsMarshallAware() public method

public IsMarshallAware ( ) : bool
return bool

SetObjectProperty() public method

public SetObjectProperty ( string name, object value ) : void
name string
value object
return void

Transform() public static method

public static Transform ( IMessage message ) : ActiveMQMessage
message IMessage
return ActiveMQMessage

visit() public method

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