ChannelMapping Interface Reference

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

Inheritance diagram for ChannelMapping:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void print (String dx)
 Method to print out values of attributes and relationships.
void destroy (config.Configuration db)
 Method to destroy object.
short get_outputFibre ()
 Get "outputFibre" attribute value.
void set_outputFibre (short value)
 Set "outputFibre" attribute value.
short get_stream0Fibre ()
 Get "stream0Fibre" attribute value.
void set_stream0Fibre (short value)
 Set "stream0Fibre" attribute value.
short get_stream1Fibre ()
 Get "stream1Fibre" attribute value.
void set_stream1Fibre (short value)
 Set "stream1Fibre" 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.

Optional mapping of fibres in MUR

Author:
genconfig

Definition at line 31 of file ChannelMapping.java.


Member Function Documentation

void ChannelMapping.destroy config.Configuration  db  ) 
 

Method to destroy object.

Parameters:
db configuration object

Implemented in ChannelMapping_Impl.

void ChannelMapping.print String  dx  ) 
 

Method to print out values of attributes and relationships.

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

Implemented in ChannelMapping_Impl.


The documentation for this interface was generated from the following file:
Generated on Mon Feb 6 14:12:27 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6