ERServer
Class ERServer

java.lang.Object
  |
  +--ERServer.ERServer

public class ERServer
extends java.lang.Object

Launches the ERServer program and initalises the GUI. The database is also initialised. Additionally the log system is prepared. Logging is done with log4j, more info is available from www.log4j.org.

Version:
0.7 1 November 2000
Author:
Jason Kitcat

Field Summary
protected static ERServer.Category DEV
           
protected static ERFrame1 frame
           
protected static ERFrame2 frame2
           
protected static ERServer.Category NORM
           
protected static TCPServer serv
           
 
Constructor Summary
protected ERServer()
           
 
Method Summary
protected static void main(java.lang.String[] args)
           
protected static void showSplash(int duration)
          A simple little method, adatped from O'Reilly's 'Java Swing', to show a title screen in the centre of the screen for a certain time.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

protected static ERFrame1 frame

frame2

protected static ERFrame2 frame2

serv

protected static TCPServer serv

NORM

protected static ERServer.Category NORM

DEV

protected static ERServer.Category DEV
Constructor Detail

ERServer

protected ERServer()
Method Detail

main

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

showSplash

protected static void showSplash(int duration)
A simple little method, adatped from O'Reilly's 'Java Swing', to show a title screen in the centre of the screen for a certain time.
Parameters:
duration - The time to show the screen for