de.malowa
Class HSQLDBNetworkServer

java.lang.Object
  extended by de.malowa.HSQLDBNetworkServer
All Implemented Interfaces:
ShutdownWatcher

public class HSQLDBNetworkServer
extends java.lang.Object
implements ShutdownWatcher

Starts the networking part of the HSQL database engine. It accepts JDBC connections on port 9997. Use firewall rules to make sure that only trusted clients can access the HSQLDB server. Please also change the default password of the 'sa' user by editing the db/greylist.script when the program is not running. Then write the new password to the config/greylist.properties.

Author:
Marcel Lohmann

Constructor Summary
HSQLDBNetworkServer()
           
 
Method Summary
 void doShutdown()
          Stops the server in a clean way
 void start()
          Starts the server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLDBNetworkServer

public HSQLDBNetworkServer()
Method Detail

start

public void start()
Starts the server


doShutdown

public void doShutdown()
Stops the server in a clean way

Specified by:
doShutdown in interface ShutdownWatcher