Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.nml
Class autoconf  view autoconf download autoconf.java

java.lang.Object
  extended byrcs.nml.autoconf

public class autoconf
extends java.lang.Object


Field Summary
static java.net.ServerSocket connect_socket
           
static autoconfDB db
           
static boolean killme
           
static int port
           
static java.util.Vector threadList
           
 
Constructor Summary
autoconf()
           
 
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
 

Field Detail

db

public static autoconfDB db

port

public static int port

killme

public static boolean killme

threadList

public static java.util.Vector threadList

connect_socket

public static java.net.ServerSocket connect_socket
Constructor Detail

autoconf

public autoconf()
Method Detail

main

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