public final class GroupCommand extends Object implements ICommandBehavior
| Constructor and Description |
|---|
GroupCommand(String commandName,
Group group) |
GroupCommand(String commandName,
String... deviceNames) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object arg)
execute all commands and read back all errors
|
CommandConfiguration |
getConfiguration() |
Map<String,String> |
getErrorReportMap() |
StateMachineBehavior |
getStateMachine() |
boolean |
isArgPrimitiveType() |
public GroupCommand(String commandName, Group group) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedpublic Object execute(Object arg) throws fr.esrf.Tango.DevFailed
execute in interface ICommandBehaviorarg - the input of the commandfr.esrf.Tango.DevFailedpublic CommandConfiguration getConfiguration()
getConfiguration in interface ICommandBehaviorpublic StateMachineBehavior getStateMachine()
getStateMachine in interface ICommandBehaviorpublic boolean isArgPrimitiveType()
Copyright © 2012–2017 Tango Controls. All rights reserved.