public interface IExporter
| Modifier and Type | Method and Description |
|---|---|
DeviceImpl |
buildDevice(String deviceName,
Class<?> clazz) |
DeviceImpl |
buildDevice(String name,
DeviceClassBuilder classBuilder) |
void |
exportAll()
Build all devices of all classes that are is this executable
|
void |
exportDevices()
Export all devices except admin device
|
DeviceImpl |
getDevice(String className,
String deviceName) |
void |
unexportAll() |
void |
unexportDevice(String deviceName) |
void |
unexportDevices()
Unexport all except admin device
|
void exportAll()
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedvoid exportDevices()
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedvoid unexportDevices()
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedvoid unexportAll()
throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedDeviceImpl buildDevice(String name, DeviceClassBuilder classBuilder) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedDeviceImpl getDevice(String className, String deviceName) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedvoid unexportDevice(String deviceName) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedDeviceImpl buildDevice(String deviceName, Class<?> clazz) throws fr.esrf.Tango.DevFailed
fr.esrf.Tango.DevFailedCopyright © 2012–2017 Tango Controls. All rights reserved.