| Package | Description |
|---|---|
| org.rhq.enterprise.communications.command.client |
| Modifier and Type | Class and Description |
|---|---|
class |
RemotePojoInvocationFuture
This is kind of "future" that can be used to wait for a remote POJO invocation.
|
| Modifier and Type | Method and Description |
|---|---|
CommandResponseCallback |
CommandAndCallback.getCallback()
Returns the callback.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
CommandAndCallback(Command command,
CommandResponseCallback callback)
Creates a new
CommandAndCallback object. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.