|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.client.AbstractCommandClient
org.rhq.enterprise.communications.command.impl.echo.EchoCommandClient
public class EchoCommandClient
Provides a client API for the echo command.
| Constructor Summary | |
|---|---|
EchoCommandClient()
|
|
EchoCommandClient(RemoteCommunicator communicator)
|
|
| Method Summary | |
|---|---|
Command |
createNewCommand(java.util.Map<java.lang.String,java.lang.Object> params)
Creates a new Command object that can be used by this client. |
| Methods inherited from class org.rhq.enterprise.communications.command.client.AbstractCommandClient |
|---|
connectRemoteCommunicator, disconnectRemoteCommunicator, getRemoteCommunicator, invoke, invoke, setRemoteCommunicator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EchoCommandClient()
AbstractCommandClient.AbstractCommandClient()public EchoCommandClient(RemoteCommunicator communicator)
AbstractCommandClient.AbstractCommandClient(RemoteCommunicator)| Method Detail |
|---|
public Command createNewCommand(java.util.Map<java.lang.String,java.lang.Object> params)
CommandClientCommand object that can be used by this client. The client can take this new command
instance, fill it in with parameter values and execute it. The given map of parameters is optional; if non-
null, all parameters found in the map will be added to the command.
params - contains parameter values keyed on the parameter names (may be null)
Command instanceCommandClient.createNewCommand(Map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||