edu.stanford.slac.aida.sys.daServer
Class DaServer

java.lang.Object
  extended by edu.stanford.slac.aida.sys.daServer.DaServer

public class DaServer
extends java.lang.Object

DaServer is the CORBA server which hosts the primary callable interface servant object for AIDA, DaServerI. That is, DaServer contains an entry point and must be run as part of the AIDA run-time server set.

Usage: aidadev sys.daServer.DaServer (at time of writing).

DaServer hosts the CORBA servant object for DaServerI, which is in turn the client callable interface for AIDA.

Version:
16-Sep-2004, Greg White (greg): Convert for Err singleton re-write., 13-Nov-2002 Ron MacKenzie Change import of except from aida to except and log a message when the server starts with Err.log()., 15-Aug-2002 Greg White Removed "status =" from da.terminate() call, so compiles., Jun-2002 George McIntyre Compatibility with NewLabour architecture (using _PersistentDaObject
Author:
Sep-2001 Greg White First release

Constructor Summary
DaServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaServer

public DaServer()
Method Detail

main

public static void main(java.lang.String[] args)