| Package | Description |
|---|---|
| org.tango.server.admin |
Admin device or usually known as DServer
|
| org.tango.server.servant |
The CORBA servant
|
| org.tango.server.testserver |
All servers for unit tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminDevice.addLoggingTarget(String[] argin)
Send logs to a device
|
void |
AdminDevice.addPolling(fr.esrf.Tango.DevVarLongStringArray dvlsa) |
fr.esrf.Tango.DevVarLongStringArray |
AdminDevice.devLockStatus(String deviceName)
Command DevLockStatus
|
void |
AdminDevice.eventConfirmSubscription(String[] argin) |
int |
AdminDevice.eventSubscriptionChange(String[] argin) |
fr.esrf.Tango.DevVarLongStringArray |
AdminDevice.getLoggingLevel(String[] deviceNames)
Get the logging level
|
String[] |
AdminDevice.getLoggingTarget(String deviceName)
Get logging target
|
String[] |
AdminDevice.getPolledDevice() |
String[] |
AdminDevice.getPollStatus(String deviceName)
get the polling status
|
void |
AdminDevice.kill()
Unexport everything and kill it self
|
void |
AdminDevice.lockDevice(fr.esrf.Tango.DevVarLongStringArray argin) |
String[] |
AdminDevice.queryClass() |
String[] |
AdminDevice.queryClassProp(String className)
Get class properties
|
String[] |
AdminDevice.queryDevice() |
String[] |
AdminDevice.queryDevProp(String className)
Get device properties
|
String[] |
AdminDevice.querySubDevice()
Command QuerySubDevice
|
void |
AdminDevice.relockDevice(String[] deviceNames) |
void |
AdminDevice.removeLoggingTarget(String[] argin)
remove logging to a device
|
void |
AdminDevice.removePolling(String[] devices)
Command RemObjPolling
|
void |
AdminDevice.resetStats() |
void |
AdminDevice.restart(String deviceName) |
void |
AdminDevice.restartServer()
Restart the whole server and its devices.
|
void |
AdminDevice.setLoggingLevel(fr.esrf.Tango.DevVarLongStringArray dvlsa)
Set logging level
|
void |
AdminDevice.startLogging()
Start logging
|
void |
AdminDevice.startPolling()
Start polling
|
void |
AdminDevice.stopLogging()
Stop logging
|
void |
AdminDevice.stopPolling()
Stop polling
|
int |
AdminDevice.unlockDevice(fr.esrf.Tango.DevVarLongStringArray argin)
Command UnLockDevice
|
void |
AdminDevice.updatePollingPeriod(fr.esrf.Tango.DevVarLongStringArray dvlsa)
Command UpdObjPollingPeriod
|
fr.esrf.Tango.DevVarLongStringArray |
AdminDevice.zmqEventSubscriptionChange(String[] argin) |
| Modifier and Type | Method and Description |
|---|---|
fr.esrf.Tango.DevState |
DeviceImpl.executeStateCmd()
Command State
|
String |
DeviceImpl.executeStatusCmd()
Command status
|
void |
DeviceImpl.initCmd()
Init the device.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JTangoTest.booleanCommand(boolean value) |
byte |
JTangoTest.byteCommand(byte value) |
byte[] |
JTangoTest.byteSpectrumCommand(byte[] value) |
double |
JTangoTest.doubleCommand(double value) |
double[] |
JTangoTest.doubleSpectrumCommand(double[] value) |
fr.esrf.Tango.DevVarDoubleStringArray |
JTangoTest.doubleStringCommand(fr.esrf.Tango.DevVarDoubleStringArray value) |
float |
JTangoTest.floatCommand(float value) |
float[] |
JTangoTest.floatSpectrumCommand(float[] value) |
String[] |
JTangoTest.getMyClassProperty() |
String |
JTangoTest.getMyProperty() |
String |
JTangoTest.getName() |
String |
SubServer.getSuperDeviceProperty() |
int |
JTangoTest.intCommand(int value) |
int[] |
JTangoTest.intSpectrumCommand(int[] value) |
boolean |
JTangoTest.isBooleanProp() |
long |
JTangoTest.longCommand(long value) |
long[] |
JTangoTest.longSpectrumCommand(long[] value) |
fr.esrf.Tango.DevVarLongStringArray |
JTangoTest.longStringCommand(fr.esrf.Tango.DevVarLongStringArray value) |
void |
EventServer.pushDataReady() |
void |
EventServer.pushError() |
void |
PipeServer.pushPipeEvent() |
void |
EventServer.pushUserEvent() |
void |
SubServer.setDisable() |
void |
EventServer.setError(int error) |
short |
JTangoTest.shortCommand(short value) |
short[] |
JTangoTest.shortSpectrumCommand(short[] value) |
String |
JTangoTest.stringCommand(String value) |
String[] |
JTangoTest.stringSpectrumCommmand(String[] value) |
double |
SuperServer.superCommand(double value) |
double |
JTangoTest.testPolling() |
int[] |
JTangoTest.testPollingArray() |
void |
JTangoTest.testState() |
void |
JTangoTest.voidCommand() |
Copyright © 2012–2017 Tango Controls. All rights reserved.