de.leechuck.java.proxy.server
Class ServerConfig

java.lang.Object
  |
  +--de.leechuck.java.proxy.server.ServerConfig
All Implemented Interfaces:
java.io.Serializable

public class ServerConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String DATABASE
          The database ip-adress or hostname
 java.lang.String JDBCDRIVER
          The JDBC-Driver Class.
 java.lang.String JDBCNAME
          The name of the JDBC-Driver, used in the Connection-URL.
 java.lang.String LOGFILE
          The location of the Logfile.
 int LOGLEVEL
          The Logging-Level.
 int PORT
          The database port-adress
 int SERVERPORT
           
 
Constructor Summary
ServerConfig(java.lang.String filename)
           
 
Method Summary
 void printConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public int PORT
The database port-adress

DATABASE

public java.lang.String DATABASE
The database ip-adress or hostname

JDBCDRIVER

public java.lang.String JDBCDRIVER
The JDBC-Driver Class.

JDBCNAME

public java.lang.String JDBCNAME
The name of the JDBC-Driver, used in the Connection-URL.

LOGFILE

public java.lang.String LOGFILE
The location of the Logfile.

LOGLEVEL

public int LOGLEVEL
The Logging-Level. Level 0 ist no logging, 1 is medium, 2 is verbose.

SERVERPORT

public int SERVERPORT
Constructor Detail

ServerConfig

public ServerConfig(java.lang.String filename)
Method Detail

printConfig

public void printConfig()