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

Inheritance: BaseCommand, MessageReference, MarshallAware, ICloneable
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

Method Details

Clone() public method

public Clone ( ) : Object
return Object

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

IsExpired() public method

public IsExpired ( ) : bool
return bool

OnMessageRollback() public method

public OnMessageRollback ( ) : void
return void

OnSend() public method

public OnSend ( ) : void
return void

Size() public method

public Size ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

visit() public method

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