C# Class Apache.NMS.Commands.Message

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

Public Methods

Method Description
Acknowledge ( ) : void
ClearBody ( ) : void
ClearProperties ( ) : void
Clone ( ) : Object
ToString ( ) : string

Protected Methods

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

Method Details

Acknowledge() public method

public Acknowledge ( ) : void
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

FailIfReadOnlyBody() protected method

protected FailIfReadOnlyBody ( ) : void
return void

FailIfWriteOnlyBody() protected method

protected FailIfWriteOnlyBody ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string