Free
Class RTServer

java.lang.Object
  |
  +--Free.RTServer

public class RTServer
extends java.lang.Object

This is the main class which launches the RTServer program, splash screen and preloads some objects. Worthy of note is the startDaemon which fires up the database, logging system and TCP/IP server initialisation code.

Version:
1.0 11 April 2001
Author:
Jason Kitcat, Rajagopal C.V

Field Summary
protected static boolean carryOn
           
protected static Comms comms
           
protected static Free.Category DEV
           
protected static RTFrame frame
           
protected static CryptFrame frame1
           
protected static Intro frame2
           
protected static DBFrame frame3
           
protected static Free.Category NORM
           
protected static int rServers
           
protected static int rServersDone
           
protected static TCPServer serv
           
protected static char serverType
           
protected static long timeOutTime
           
 
Constructor Summary
protected RTServer()
           
 
Method Summary
protected static void main(java.lang.String[] args)
           
protected static void startDaemon()
          Fires up the database, logging system and TCP/IP server.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeOutTime

protected static final long timeOutTime

carryOn

protected static boolean carryOn

serverType

protected static char serverType

rServers

protected static int rServers

rServersDone

protected static int rServersDone

frame

protected static RTFrame frame

frame2

protected static Intro frame2

frame3

protected static DBFrame frame3

serv

protected static TCPServer serv

frame1

protected static CryptFrame frame1

comms

protected static Comms comms

NORM

protected static Free.Category NORM

DEV

protected static Free.Category DEV
Constructor Detail

RTServer

protected RTServer()
Method Detail

main

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

startDaemon

protected static void startDaemon()
Fires up the database, logging system and TCP/IP server. It also checks to see what mode the software is running in and adapts the GUI accordingly. Logging is done with log4j, more info is available from http://www.log4j.org/.