- All Known Implementing Classes:
- HSQLManager, HSQLManager
public interface ModuleHSQLManager
An interface for modules to start and stop HSQL servers.
If -hsql [start|stop] is specified on the command line,
org.kepler.Kepler uses this interface to control HSQL
servers managed by each module in modules.txt.
NOTE: The name of the class implementing this interface
must be called org.kepler.module.NNN.HSQLManager, where NNN
is the name of the module.
- Author:
- Daniel Crawl