|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.PortableServer.Servant
fr.esrf.Tango.Device_2POA
fr.esrf.TangoDs.DeviceImpl
fr.esrf.TangoDs.DServer
public class DServer
| Field Summary |
|---|
| Method Summary | |
|---|---|
void |
add_obj_polling(DevVarLongStringArray argin)
command to add one object to be polled |
void |
add_obj_polling(DevVarLongStringArray argin,
boolean with_db_upd)
command to add one object to be polled |
void |
delete_device()
This method is called during device Init an the DevRestart command. |
java.util.Vector |
get_class_list()
|
java.lang.String |
get_full_name()
|
java.lang.String |
get_instance_name()
|
org.apache.log4j.Logger |
get_logger()
Returns the device's logger |
java.lang.String |
get_personal_name()
|
java.lang.String |
get_process_name()
|
void |
init_device()
Intialise a device. |
void |
init_logger()
Initialize the logging for this device |
void |
kill()
|
java.lang.String[] |
query_class()
|
java.lang.String[] |
query_device()
|
void |
rem_obj_polling(java.lang.String[] argin)
command to remove an already polled object from the device polled object list |
void |
rem_obj_polling(java.lang.String[] argin,
boolean with_db_upd)
command to remove an already polled object from the device polled object list |
void |
restart_server()
|
void |
restart(java.lang.String dev_name)
|
| Methods inherited from class fr.esrf.Tango.Device_2POA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void init_device()
throws DevFailed
DeviceImpl
init_device in class DeviceImplDevFailed - This method does not throw exception but a redefined
method can. Click here to read DevFailed exception specification
public java.lang.String[] query_class()
throws DevFailed
DevFailed
public java.lang.String[] query_device()
throws DevFailed
DevFailed
public void restart(java.lang.String dev_name)
throws DevFailed
DevFailed
public void restart_server()
throws DevFailed
DevFailedpublic void kill()
public java.lang.String get_process_name()
public java.lang.String get_personal_name()
public java.lang.String get_instance_name()
public java.lang.String get_full_name()
public java.util.Vector get_class_list()
public org.apache.log4j.Logger get_logger()
DeviceImpl
get_logger in class DeviceImplpublic void init_logger()
DeviceImpl
init_logger in class DeviceImpl
public void add_obj_polling(DevVarLongStringArray argin)
throws DevFailed
argin - The polling parameters(device name, object type,..)
DevFailed
public void add_obj_polling(DevVarLongStringArray argin,
boolean with_db_upd)
throws DevFailed
argin - The polling parameters(device name, object type,..)with_db_upd - Update db if true (false if no dbase).
DevFailed
public void rem_obj_polling(java.lang.String[] argin)
throws DevFailed
argin - The polling parameters(device name, object type,..)
DevFailed
public void rem_obj_polling(java.lang.String[] argin,
boolean with_db_upd)
throws DevFailed
argin - The polling parameters(device name, object type,..)with_db_upd - Update db if true (false if no dbase).
DevFailed
public void delete_device()
throws DevFailed
DeviceImpl
delete_device in class DeviceImplDevFailed
|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||