public abstract class SystemExecutionEnvironment extends ExecutionEnvironment
Note, that only special, signed environments are allowed to extend this class. Please ask AristaFlow for advise, in case you need to implement a system execution environment.
ExecutableComponent.Signals| Modifier and Type | Field and Description |
|---|---|
protected Registry |
registry
The registry for this
SystemExecutionEnvironment. |
actData, activityInstance, localisedActInst, logger, sessionContext, SUSPEND_SAVEPOINTCONF_DATA_DIRECTORY, CONF_LIB_DIRECTORY, CONF_LOG_DIRECTORY, UNLOADING_CLASS_METHOD| Constructor and Description |
|---|
SystemExecutionEnvironment(ActivityInstance activityInstance,
Registry registry)
Creates a new
SystemExecutionEnvironment for the designated
activity. |
close, commit, createActivityData, getApplicationState, getApplicationState, getRawApplicationState, getRawApplicationState, init, initResume, kill, prepareCommit, requireGUIContext, reset, rollback, run, setApplicationState, setApplicationState, setRawApplicationState, setRawApplicationState, signal, suspendprotected final Registry registry
SystemExecutionEnvironment.public SystemExecutionEnvironment(ActivityInstance activityInstance, Registry registry)
SystemExecutionEnvironment for the designated
activity. The constructor just sets the registry and calls the
super-constructor.activityInstance - The activity instance for this
ExecutionEnvironment.registry - The registry for this
SystemExecutionEnvironment.