org.rhq.enterprise.communications.command.impl.echo
Class EchoCommandClient
java.lang.Object
org.rhq.enterprise.communications.command.client.AbstractCommandClient
org.rhq.enterprise.communications.command.impl.echo.EchoCommandClient
- All Implemented Interfaces:
- CommandClient
public class EchoCommandClient
- extends AbstractCommandClient
Provides a client API for the echo command.
- Author:
- John Mazzitelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoCommandClient
public EchoCommandClient()
- See Also:
AbstractCommandClient.AbstractCommandClient()
EchoCommandClient
public EchoCommandClient(RemoteCommunicator communicator)
- See Also:
AbstractCommandClient.AbstractCommandClient(RemoteCommunicator)
createNewCommand
public Command createNewCommand(Map<String,Object> params)
- Description copied from interface:
CommandClient
- Creates a new
Command 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.
- Parameters:
params - contains parameter values keyed on the parameter names (may be null)
- Returns:
- a new
Command instance - See Also:
CommandClient.createNewCommand(Map)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.