Public Member Functions | |
JismKernel () | |
Create a new kernel. | |
void | run () |
void | executionStarts (JismExecutorEvent e) |
Call when an execution starts. | |
void | executionEnds (JismExecutorEvent e) |
Call when an execution ends. | |
Static Public Member Functions | |
static void | main (String[] args) |
Static Public Attributes | |
static PluginClassLoader | PLUGIN_LOADER = new PluginClassLoader() |
static final int | DEFAULT_MAX_THREADS = 4 |
static final int | THREADS_BY_PLUGIN = 4 |
static final String | METHOD_SEPARATOR = ";" |
Protected Member Functions | |
void | runPlugins () |
void | runPlugin (String name) |
Plugins will be loaded and add to an executor queue.
org.miv.jism.core.JismKernel.JismKernel | ( | ) |
Create a new kernel.
Executors will be created.
void org.miv.jism.core.JismKernel.executionStarts | ( | JismExecutorEvent | e | ) |
Call when an execution starts.
e | event which fires the call |
Implements org.miv.jism.core.executor.event.JismExecutorListener.
void org.miv.jism.core.JismKernel.executionEnds | ( | JismExecutorEvent | e | ) |
Call when an execution ends.
e | event which fires the call |
Implements org.miv.jism.core.executor.event.JismExecutorListener.