|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandResponseCallback | |
|---|---|
| org.rhq.enterprise.communications.command.client | |
| Uses of CommandResponseCallback in org.rhq.enterprise.communications.command.client |
|---|
| Classes in org.rhq.enterprise.communications.command.client that implement CommandResponseCallback | |
|---|---|
class |
RemotePojoInvocationFuture
This is kind of "future" that can be used to wait for a remote POJO invocation. |
| Methods in org.rhq.enterprise.communications.command.client that return CommandResponseCallback | |
|---|---|
CommandResponseCallback |
CommandAndCallback.getCallback()
Returns the callback. |
| Methods in org.rhq.enterprise.communications.command.client with parameters of type CommandResponseCallback | |
|---|---|
void |
ClientCommandSender.sendAsynch(Command command,
CommandResponseCallback callback)
Sends the command asynchronously. |
void |
ClientCommandSender.sendAsynchGuaranteed(Command command,
CommandResponseCallback callback)
Sends the command asynchronously with guaranteed delivery enabled. |
void |
ClientRemotePojoFactory.setAsynch(boolean is_async,
CommandResponseCallback callback)
Tells this object to make any new remote POJO proxies (via ClientRemotePojoFactory.getRemotePojo(Class)) such that they send
their invocations asynchronously. |
| Constructors in org.rhq.enterprise.communications.command.client with parameters of type CommandResponseCallback | |
|---|---|
CommandAndCallback(Command command,
CommandResponseCallback callback)
Creates a new CommandAndCallback object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||