|
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.Objectfr.esrf.TangoDs.DeviceClass
fr.esrf.TangoDs.DServerClass
public class DServerClass
Class for all data common to all devices of the DServer class. This class is implemented using the singleton design pattern. Therefore a device server process can have only one instance of this class and its constructor is not public.
| Field Summary |
|---|
| Method Summary | |
|---|---|
void |
command_factory()
Create DServerClass commands. |
void |
device_factory(java.lang.String[] devlist)
Create and export device of the DServer class. |
static DServerClass |
init()
Create and get the singleton object reference. |
static DServerClass |
instance()
Get the singleton object reference. |
| Methods inherited from class fr.esrf.TangoDs.DeviceClass |
|---|
attribute_factory, command_handler, device_name_factory, get_class_attr, get_command_list, get_db_class, get_device_at, get_device_list, get_doc_url, get_name, get_nodb_name_list, initClass |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DServerClass instance()
public static DServerClass init()
throws DevFailed
DevFailed - If it is not possible to construct the object. It is a
propagation of the xecption thrown by the device_factory method.
Click here to read
DevFailed exception specificationpublic void command_factory()
command_factory in class DeviceClass
public void device_factory(java.lang.String[] devlist)
throws DevFailed
device_factory in class DeviceClassdevlist - The device(s) to be created name list
DevFailed - If the device creation or export failed.
Click here to read
DevFailed exception specification
|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||