de.malowa
Class DerbyNetworkServer

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

public class DerbyNetworkServer
extends java.lang.Object
implements ShutdownWatcher

Starts the networking part of the Derby database engine. It accepts JDBC connections on port 9997. Use firewall rules to make sure that only trusted clients can access the Derby server. Please also change the default password of the 'APP' as explained in the Derby manual. Then write the new password to the config/greylist.properties.

Author:
Marcel Lohmann

Constructor Summary
DerbyNetworkServer()
           
 
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

DerbyNetworkServer

public DerbyNetworkServer()
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