public final class ReflectCommandBehavior extends Object implements ICommandBehavior
| Constructor and Description |
|---|
ReflectCommandBehavior(Method executeMethod,
Object businessObject,
CommandConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object arg)
Execute the command
|
CommandConfiguration |
getConfiguration() |
StateMachineBehavior |
getStateMachine() |
String |
toString() |
public ReflectCommandBehavior(Method executeMethod, Object businessObject, CommandConfiguration config)
public Object execute(Object arg) throws fr.esrf.Tango.DevFailed
ICommandBehaviorexecute in interface ICommandBehaviorarg - the input of the commandfr.esrf.Tango.DevFailedpublic CommandConfiguration getConfiguration()
getConfiguration in interface ICommandBehaviorpublic StateMachineBehavior getStateMachine()
getStateMachine in interface ICommandBehaviorCopyright © 2012–2017 Tango Controls. All rights reserved.