|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandResponseCallback
This defines the callback object that will be called when an asynchronous command has been sent. It allows the client that asked to send the command to be notified of the results of the command.
NOTE: This class is serializable since it is possible for commands to have to be persisted to disk as part of a guaranteed delivery mechanism. This might not be something we should expect - we might have to remove the serialization requirement on this class and just make the callback transient in the CommandAndCallback class.
| Method Summary | |
|---|---|
void |
commandSent(CommandResponse response)
The callback method that indicates the command was sent. |
| Method Detail |
|---|
void commandSent(CommandResponse response)
response is the results of the command
execution as returned by the server.
response - the results of the command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||