Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

Slave Interface Reference

Declares methods to get and put values of attributes / relationships, to print and to destroy object. More...

Inheritance diagram for Slave:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void print (String dx)
 Method to print out values of attributes and relationships.


Package Functions

void destroy (config.Configuration db)
 Method to destroy object.

short get_id ()
 Get "id" attribute value.

void set_id (short value)
 Set "id" attribute value. slave ID.

String get_ipramFile ()
 Get "ipramFile" attribute value.

void set_ipramFile (String value)
 Set "ipramFile" attribute value.

String get_idramFile ()
 Get "idramFile" attribute value.

void set_idramFile (String value)
 Set "idramFile" attribute value.

String get_extFile ()
 Get "extFile" attribute value.

void set_extFile (String value)
 Set "extFile" attribute value.


Detailed Description

Declares methods to get and put values of attributes / relationships, to print and to destroy object.

The methods can throw several exceptions:

In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException exception in case, if there are no write access rights or database is already locked by other process.

DSP code files

Author:
genconfig

Definition at line 31 of file Slave.java.


Member Function Documentation

void Slave.destroy config.Configuration  db  )  [package]
 

Method to destroy object.

Parameters:
db configuration object

short Slave.get_id  )  [package]
 

Get "id" attribute value.

slave ID

void Slave.print String  dx  ) 
 

Method to print out values of attributes and relationships.

Parameters:
dx string for left margin (for a formatted output)


The documentation for this interface was generated from the following file:
Generated on Fri Dec 16 19:46:41 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5