com.hungry.javacvs.server
Class CVSServer

java.lang.Object
  |
  +--com.hungry.javacvs.server.CVSServer

public class CVSServer
extends java.lang.Object


Constructor Summary
CVSServer(int method, int min_threads, int max_threads)
           
 
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

CVSServer

public CVSServer(int method,
                 int min_threads,
                 int max_threads)
Method Detail

main

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