public interface CommandResponseCallback extends Serializable
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.
| Modifier and Type | Method and Description |
|---|---|
void |
commandSent(CommandResponse response)
The callback method that indicates the command was sent.
|
void commandSent(CommandResponse response)
response is the results of the command
execution as returned by the server.response - the results of the commandCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.