Maintains the embedded HSQLDB server engine. When Adito is started up, an instance is created and then {@link #start()}ed.
Plugins may then register any new databases they wish to add to the server (although this should be called indirectly through {@link com.adito.core.CoreServlet#addDatabase(String,File)}.
When the server is shutting down, the {@link #stop()} method should be calledallow the database engine to clean itself up.
|
|