The run control java code implements a general purpose interface to the run control CORBA server written in C++.

See:
          Description

Packages
rcCommand The package rcCommand contains all classes that talk to the run control CORBA server using OrbixWeb.
rcUserInterface The package rcUserInterface contains all user interface related classes for the run control server.

 

The run control java code implements a general purpose interface to the run control CORBA server written in C++. It consists of two packages: The package rcCommand contains the classes that talk to the run control CORBA server using OrbixWeb. The package rcUserInterface contains all the GUI code (using the Swing classes) and sits on top of the rcCommand package. Note that the rcCommand package could in principle be used in a standalone environment without the run control. E.g. this would allow to control a run control server from a script based on simple Java commands (just like the C++ class pcmd).