|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KernelState
State changing methods for the kernel.
| Method Summary | |
|---|---|
void |
init(QedeqConfig config,
Kernel moduleServices,
KernelProperties basic)
Kernel initialisation. |
void |
shutdown()
Closes the kernel. |
void |
startup()
Start the kernel. |
| Methods inherited from interface org.qedeq.kernel.bo.common.KernelServices |
|---|
checkFormallyProved, checkWellFormedness, clearAllPluginResults, clearLocalBuffer, executePlugin, getAllLoadedModules, getModuleAddress, getModuleAddress, getModuleAddress, getPlugins, getQedeqBo, getRunningServiceProcesses, getServiceProcesses, getSource, loadAllModulesFromQedeq, loadModule, loadRequiredModules, removeAllModules, removeModule, terminateAllServiceProcesses |
| Method Detail |
|---|
void init(QedeqConfig config,
Kernel moduleServices,
KernelProperties basic)
throws java.io.IOException
config - Configuration access.moduleServices - Various kernel services are supported here.basic - Basic kernel properties.
java.lang.IllegalStateException - Kernel is already initialized.
java.io.IOException - Initialization failed.void startup()
void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||