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

Inheritance: Message, IMessage, MarshallAware
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FailIfReadOnlyBody ( ) : void
FailIfWriteOnlyBody ( ) : void

Method Details

Acknowledge() public méthode

public Acknowledge ( ) : void
Résultat void

ActiveMQMessage() public méthode

public ActiveMQMessage ( ) : System
Résultat System

BeforeMarshall() public méthode

public BeforeMarshall ( OpenWireFormat wireFormat ) : void
wireFormat Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat
Résultat void

ClearBody() public méthode

public ClearBody ( ) : void
Résultat void

ClearProperties() public méthode

public ClearProperties ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( ActiveMQMessage that ) : bool
that ActiveMQMessage
Résultat bool

Equals() public méthode

public Equals ( object that ) : bool
that object
Résultat bool

FailIfReadOnlyBody() protected méthode

protected FailIfReadOnlyBody ( ) : void
Résultat void

FailIfWriteOnlyBody() protected méthode

protected FailIfWriteOnlyBody ( ) : void
Résultat void

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetObjectProperty() public méthode

public GetObjectProperty ( string name ) : object
name string
Résultat object

IsMarshallAware() public méthode

public IsMarshallAware ( ) : bool
Résultat bool

SetObjectProperty() public méthode

public SetObjectProperty ( string name, object value ) : void
name string
value object
Résultat void

Transform() public static méthode

public static Transform ( IMessage message ) : ActiveMQMessage
message IMessage
Résultat ActiveMQMessage

visit() public méthode

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
Résultat Response