public class EchoCommandClient extends AbstractCommandClient
echo command.| Constructor and Description |
|---|
EchoCommandClient() |
EchoCommandClient(RemoteCommunicator communicator) |
| Modifier and Type | Method and Description |
|---|---|
Command |
createNewCommand(Map<String,Object> params)
Creates a new
Command object that can be used by this client. |
connectRemoteCommunicator, disconnectRemoteCommunicator, getRemoteCommunicator, invoke, invoke, setRemoteCommunicatorpublic EchoCommandClient()
public EchoCommandClient(RemoteCommunicator communicator)
public Command createNewCommand(Map<String,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)Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.