Свойство | Type | Description | |
---|---|---|---|
Abandon | void | ||
InitBlock | void | ||
Message | System | ||
acceptsReplies | bool | ||
cleanup | void | ||
hasReplies | bool | ||
putReply | void | ||
sendMessage | void | ||
sleepersAwake | void | ||
stopTimer | void | ||
waitForReply |
Méthode | Description | |
---|---|---|
Abandon ( |
||
InitBlock ( ) : void | ||
Message ( |
||
acceptsReplies ( ) : bool |
Returns true if replies are accepted for this request.
|
|
cleanup ( ) : void | ||
hasReplies ( ) : bool |
Returns true if replies are queued
|
|
putReply ( |
||
sendMessage ( ) : void | ||
sleepersAwake ( ) : void |
Notifies all waiting threads
|
|
stopTimer ( ) : void |
stops the timeout timer from running
|
|
waitForReply ( ) : |
Gets the next reply from the reply queue or waits until one is there
|