public interface IReceiver
IQueryInterface| Modifier and Type | Method and Description |
|---|---|
void |
sendReply(boolean exception,
ThreadId threadId,
Object result)
Send back a reply for a request.
|
void sendReply(boolean exception,
ThreadId threadId,
Object result)
exception - true if an exception (instead of a normal
result) is sent back.threadId - the thread ID of the request.result - the result of executing the request, or an exception thrown
while executing the request.