| Package | Description |
|---|---|
| org.tango.server.command |
Implementation of Tango command
|
| org.tango.server.dynamic |
Manage dynamic attributes and commands
|
| org.tango.server.dynamic.command |
Implementation of some dynamic commands
|
| org.tango.server.testserver |
All servers for unit tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectCommandBehavior |
| Modifier and Type | Method and Description |
|---|---|
ICommandBehavior |
CommandImpl.getBehavior() |
| Constructor and Description |
|---|
CommandImpl(ICommandBehavior behavior,
String deviceName) |
| Modifier and Type | Method and Description |
|---|---|
ICommandBehavior |
DynamicManager.getCommand(String commandName)
Get a dynamic command
|
| Modifier and Type | Method and Description |
|---|---|
List<ICommandBehavior> |
DynamicManager.getDynamicCommands()
Retrieve all dynamic commands
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicManager.addCommand(ICommandBehavior behavior)
Add command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncGroupCommand
Send void commands and forget
|
class |
GroupCommand |
class |
ProxyCommand
A Tango dynamic command, that creates a proxy to an existing command The input and output types are the same as those
of the proxy command
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicCommandTest
To test dynamic commands
|
Copyright © 2012–2017 Tango Controls. All rights reserved.