|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.malowa.DerbyNetworkServer
public class DerbyNetworkServer
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
.
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 |
---|
public DerbyNetworkServer()
Method Detail |
---|
public void start()
public void doShutdown()
doShutdown
in interface ShutdownWatcher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |