|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.malowa.HSQLDBNetworkServer
public class HSQLDBNetworkServer
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
.
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 |
---|
public HSQLDBNetworkServer()
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 |