| Package | Description |
|---|---|
| org.tango.server.build |
All classes to build a Tango server
|
| org.tango.server.device | |
| org.tango.server.dynamic |
Manage dynamic attributes and commands
|
| org.tango.server.export | |
| org.tango.server.servant |
The CORBA servant
|
| Modifier and Type | Method and Description |
|---|---|
DeviceImpl |
DeviceClassBuilder.buildDevice(String name) |
DeviceImpl |
DeviceBuilder.createDevice() |
DeviceImpl |
DeviceClassBuilder.getDeviceImpl(String deviceName) |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceImpl> |
DeviceClassBuilder.getDeviceImplList() |
| Constructor and Description |
|---|
DeviceManager(DeviceImpl device)
Ctr
|
| Constructor and Description |
|---|
DynamicManager(DeviceImpl deviceImpl)
Ctr
|
| Modifier and Type | Method and Description |
|---|---|
DeviceImpl |
TangoExporter.buildDevice(String deviceName,
Class<?> clazz) |
DeviceImpl |
IExporter.buildDevice(String deviceName,
Class<?> clazz) |
DeviceImpl |
TangoExporter.buildDevice(String name,
DeviceClassBuilder classBuilder) |
DeviceImpl |
IExporter.buildDevice(String name,
DeviceClassBuilder classBuilder) |
DeviceImpl |
TangoExporter.getDevice(String className,
String deviceName) |
DeviceImpl |
IExporter.getDevice(String className,
String deviceName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ORBUtils.exportDevice(DeviceImpl dev,
String hostName,
String pid) |
static org.tango.orb.IORDump |
ORBUtils.getIORDump(DeviceImpl dev) |
static void |
ORBUtils.unexportDevice(DeviceImpl device) |
Copyright © 2012–2017 Tango Controls. All rights reserved.