com.monica.javacom.application
Class MJCServer

java.lang.Object
  |
  +--com.monica.javacom.application.MJCServer

public class MJCServer
extends java.lang.Object

Class for implementing the server services for the Team MONICA JavaCom. This class has to be run from the command line.

Usage: java com.monica.javacom.application.MJCServer workPort forwardToHost forwardToPort adminPort [logFile] [confFile]


Constructor Summary
MJCServer()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for the JAVA VM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MJCServer

public MJCServer()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for the JAVA VM.
Parameters:
String[] - agrs: the command line parameters