com.monica.javacom.application
Class MJCClient

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

public class MJCClient
extends java.lang.Object

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

Usage: java com.monica.javacom.application.MJCClient destHost destPort [logFile]

The configuration will be read from ./MJC.conf.


Constructor Summary
MJCClient()
           
 
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

MJCClient

public MJCClient()
Method Detail

main

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