edu.stanford.slac.aida.sys.daNameServer
Class NameServer

java.lang.Object
  extended by edu.stanford.slac.aida.sys.daNameServer.NameServer

public class NameServer
extends java.lang.Object

NameServer is the AIDA directory service server. This class servers as the entry-point "main" for the name server.

Usage: aidadev sys.daNameServer.DaNameServer (at time of writing).

NamesServer is the CORBA server which hosts the AIDA daNameServer interface servant object daNameServerI. NameServer contains an entry point and must be run as part of the AIDA run-time server set. daNameServer is the AIDA directory service API. That is, it's a class which provides AIDA processes with a way to discover the names, attributes, and run-time access specifics of each data item available through AIDA.

Version:
21-Jun-2005 Greg White (greg): changed err.logs to err.logls, 15-Sep-2004 Greg White (greg) Change use of Err for Err's new singleton implementation., 13-Nov-2002 Ron MacKenzie Change import of except from aida to package 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
Author:
Sep-2001 Greg White First release

Constructor Summary
NameServer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the Aida Directory service server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameServer

public NameServer()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the Aida Directory service server.

Parameters:
args - -ORBconfig configfilename.conf -ORBInitRef corbaloc of IMR host -ORBInitRef corbaloc of Event Service host -ORBserver_name name The name of this server is "name".