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
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 |
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
RTServer
protected RTServer()
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/.