|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tango.server.export.TangoExporter
public final class TangoExporter
| Constructor Summary | |
|---|---|
TangoExporter(java.lang.String hostName,
java.lang.String serverName,
java.lang.String pid,
java.util.Map<java.lang.String,java.lang.Class<?>> tangoClasses)
|
|
| Method Summary | |
|---|---|
DeviceImpl |
buildDevice(java.lang.String deviceName,
java.lang.Class<?> clazz)
|
DeviceImpl |
buildDevice(java.lang.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(java.lang.String className,
java.lang.String deviceName)
|
java.util.List<DeviceClassBuilder> |
getDeviceClassList()
|
java.lang.String[] |
getDevicesOfClass(java.lang.String tangoClass)
Get the started devices of this server. |
void |
unexportAll()
|
void |
unexportDevice(java.lang.String deviceName)
|
void |
unexportDevices()
Unexport all except admin device |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TangoExporter(java.lang.String hostName,
java.lang.String serverName,
java.lang.String pid,
java.util.Map<java.lang.String,java.lang.Class<?>> tangoClasses)
| Method Detail |
|---|
public void exportAll()
throws fr.esrf.Tango.DevFailed
exportAll in interface IExporterfr.esrf.Tango.DevFailed
public void exportDevices()
throws fr.esrf.Tango.DevFailed
exportDevices in interface IExporterfr.esrf.Tango.DevFailed
public void unexportDevices()
throws fr.esrf.Tango.DevFailed
unexportDevices in interface IExporterfr.esrf.Tango.DevFailed
public void unexportDevice(java.lang.String deviceName)
throws fr.esrf.Tango.DevFailed
unexportDevice in interface IExporterfr.esrf.Tango.DevFailed
public void unexportAll()
throws fr.esrf.Tango.DevFailed
unexportAll in interface IExporterfr.esrf.Tango.DevFailed
public DeviceImpl buildDevice(java.lang.String deviceName,
java.lang.Class<?> clazz)
throws fr.esrf.Tango.DevFailed
buildDevice in interface IExporterfr.esrf.Tango.DevFailed
public DeviceImpl buildDevice(java.lang.String name,
DeviceClassBuilder classBuilder)
throws fr.esrf.Tango.DevFailed
buildDevice in interface IExporterfr.esrf.Tango.DevFailed
public DeviceImpl getDevice(java.lang.String className,
java.lang.String deviceName)
throws fr.esrf.Tango.DevFailed
getDevice in interface IExporterfr.esrf.Tango.DevFailed
public java.lang.String[] getDevicesOfClass(java.lang.String tangoClass)
throws fr.esrf.Tango.DevFailed
tangoClass -
fr.esrf.Tango.DevFailedpublic java.util.List<DeviceClassBuilder> getDeviceClassList()
public void clearClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||