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

Inheritance: BaseCommand, MessageReference, MarshallAware, ICloneable
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object
GetDataStructureType ( ) : byte
IsExpired ( ) : bool
OnMessageRollback ( ) : void
OnSend ( ) : void
Size ( ) : int
ToString ( ) : string
visit ( ICommandVisitor visitor ) : Response

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

IsExpired() public méthode

public IsExpired ( ) : bool
Résultat bool

OnMessageRollback() public méthode

public OnMessageRollback ( ) : void
Résultat void

OnSend() public méthode

public OnSend ( ) : void
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

visit() public méthode

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