| Constructor and Description |
|---|
TangoExporter(String hostName,
String serverName,
String pid,
Map<String,Class<?>> tangoClasses) |
| Modifier and Type | Method and Description |
|---|---|
DeviceImpl |
buildDevice(String deviceName,
Class<?> clazz) |
DeviceImpl |
buildDevice(String name,
DeviceClassBuilder classBuilder) |
void |
clearClass() |
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) |
List<DeviceClassBuilder> |
getDeviceClassList() |
String[] |
getDevicesOfClass(String tangoClass)
Get the started devices of this server.
|
void |
unexportAll() |
void |
unexportDevice(String deviceName) |
void |
unexportDevices()
Unexport all except admin device
|
public void exportAll()
throws fr.esrf.Tango.DevFailed
public void exportDevices()
throws fr.esrf.Tango.DevFailed
exportDevices in interface IExporterfr.esrf.Tango.DevFailedpublic void unexportDevices()
throws fr.esrf.Tango.DevFailed
unexportDevices in interface IExporterfr.esrf.Tango.DevFailedpublic void unexportDevice(String deviceName) throws fr.esrf.Tango.DevFailed
unexportDevice in interface IExporterfr.esrf.Tango.DevFailedpublic void unexportAll()
throws fr.esrf.Tango.DevFailed
unexportAll in interface IExporterfr.esrf.Tango.DevFailedpublic DeviceImpl buildDevice(String deviceName, Class<?> clazz) throws fr.esrf.Tango.DevFailed
buildDevice in interface IExporterfr.esrf.Tango.DevFailedpublic DeviceImpl buildDevice(String name, DeviceClassBuilder classBuilder) throws fr.esrf.Tango.DevFailed
buildDevice in interface IExporterfr.esrf.Tango.DevFailedpublic DeviceImpl getDevice(String className, String deviceName) throws fr.esrf.Tango.DevFailed
public String[] getDevicesOfClass(String tangoClass) throws fr.esrf.Tango.DevFailed
tangoClass - fr.esrf.Tango.DevFailedpublic List<DeviceClassBuilder> getDeviceClassList()
public void clearClass()
Copyright © 2012–2017 Tango Controls. All rights reserved.