Inheritance diagram for NullMessage:
Public Member Functions | |
Object | create () |
char[] | getGuid () |
Static Public Member Functions | |
this () | |
Private Member Functions | |
Object | create (IReader reader) |
void | setReply (char[] channel) |
char[] | getReply () |
bool | isReplyExpected () |
void | read (IReader reader) |
void | write (IWriter writer) |
Definition at line 177 of file Message.d.
|
Register ourselves with the pickle factory |
|
Overridable create method that simply instantiates a new instance. May be used to allocate subclassses from a freelist Reimplemented from Message. |
|
Return the guid for this payload. This should be unique per payload class, if said class is used in conjunction with the clustering facilities. Inspected by the Pickle utility classes. Reimplemented from Message. |
|
Create a new instance of a payload, and populate it via read() using the specified reader Reimplemented from Payload. Reimplemented in Task. |
|
Reimplemented from IMessage. Definition at line 106 of file Message.d. References Message::reply. |
|
Reimplemented from IMessage. Definition at line 115 of file Message.d. References Message::reply. |
|
Definition at line 124 of file Message.d. References Message::reply. |
|
Recover the reply-channel from the provided reader Reimplemented from Payload. Reimplemented in Task. Definition at line 135 of file Message.d. References IReader::get(), IReader::length(), and Message::reply. |
|
Emit our reply-channel to the provided writer Reimplemented from Payload. Reimplemented in Task. Definition at line 150 of file Message.d. References IWriter::put(), and Message::reply. |