edu.vt.marian.server
Class marian_server

java.lang.Object
  |
  +--edu.vt.marian.server.marian_server

public class marian_server
extends java.lang.Object

class name: marian_server class description: this is the main class of the system. uses the services of class(es): designer(s): Jianxin Zhao (jxzhao@csgrad.cs.vt.edu) implementator(s): Ning Chai (nchai@csgrad.cs.vt.edu) finished time: Nov 30th, 1998 known bugs: JDK version: 1.1.5 side effects:


Constructor Summary
marian_server()
           
 
Method Summary
static void main(java.lang.String[] argv)
          method description: this is the main method of the system uses the services of class(es): input parameter(s): argv[] -- command input output parameter(s): none return value: none
static boolean super_user_shut_down()
          method description: this method will tell whether or not the super user want to shut down the system uses the services of class(es): input parameter(s): none output parameter(s): none return value: true -- super user want to shut down the system false -- super user don't want to shut down the system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

marian_server

public marian_server()
Method Detail

main

public static void main(java.lang.String[] argv)
method description: this is the main method of the system uses the services of class(es): input parameter(s): argv[] -- command input output parameter(s): none return value: none

super_user_shut_down

public static boolean super_user_shut_down()
method description: this method will tell whether or not the super user want to shut down the system uses the services of class(es): input parameter(s): none output parameter(s): none return value: true -- super user want to shut down the system false -- super user don't want to shut down the system