public final class ProxyCommand extends Object implements ICommandBehavior
| Constructor and Description |
|---|
ProxyCommand(String commandName,
String commandProxyName)
Ctr
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object arg)
Execute the command on the proxy
|
CommandConfiguration |
getConfiguration() |
StateMachineBehavior |
getStateMachine() |
public ProxyCommand(String commandName, String commandProxyName) throws fr.esrf.Tango.DevFailed
commandName - The name of the created commandcommandProxyName - The name of the proxy command with syntax like deviceName/commandName. i.e. tmp/test/device1/Startfr.esrf.Tango.DevFailedpublic StateMachineBehavior getStateMachine()
getStateMachine in interface ICommandBehaviorpublic CommandConfiguration getConfiguration()
getConfiguration in interface ICommandBehaviorpublic Object execute(Object arg) throws fr.esrf.Tango.DevFailed
execute in interface ICommandBehaviorarg - The command input parameterfr.esrf.Tango.DevFailedCopyright © 2012–2017 Tango Controls. All rights reserved.