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

GuiComponents.System.SystemInterface Class Reference

This class is an interface to the rest of the Software System It contains methods to get access to all the various components that may or may not be running. More...

Collaboration diagram for GuiComponents.System.SystemInterface:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void refresh ()
 Re-obtain all connections to external processes.

Partition getPartition ()
 Get the IPC Partition that all our processes are contained in.

SctTestApi.Configuration getTestConfiguration ()
 Get a reference to the SctTest Configuration interface.

HighLevelApi getTestHighLevelApi ()
 Get a reference to the SctTest HighLevelApi interface.

CalibrationController getCalibrationController ()
 Gets a reference to the CalibrationController.

SctApi getSctApi ()
 Gets a reference to the Api.

sctConf.Configuration getConfigurationService ()
 Gets a reference to the configuration service.

AnalysisServiceInterface getAnalysisService ()
 Gets a reference to the analysis service.

ArchivingServiceInterface getArchivingService ()
 Gets a reference to the archiving service.

FitterInterface getFittingService ()
 Gets a reference to the fitting service.


Static Public Member Functions

SystemInterface getInstance ()
 Get the singleton interface.


Private Member Functions

 SystemInterface ()
 Creates a new instance of SCTInterface.


Private Attributes

Partition p
Logger logger
SctTestApi.Configuration testconfig
HighLevelApi highlevel
CalibrationController cc
SctApi api
sctConf.Configuration config
AnalysisServiceInterface analysis
ArchivingServiceInterface archiving
FitterInterface fitter

Static Private Attributes

SystemInterface instance = new SystemInterface()
final String partitionName = "SCT"

Detailed Description

This class is an interface to the rest of the Software System It contains methods to get access to all the various components that may or may not be running.

Users should probably not cache references for long periods of time

This class and ISInterface mirror some of the methods from SctNames in the C++ code

Author:
Matthew Palmer

Definition at line 32 of file SystemInterface.java.


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:56:28 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5