| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager.executionenvironments | |
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Field and Description |
|---|---|
protected SessionContext |
IDExecutionEnvironment.innerSessionContext
The Session Context which will be passed along to the inner Component
|
protected SessionContext |
ExecutionEnvironment.sessionContext
The session context for this execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEnvironment.init(SessionContext sessContext)
Initialises this
ExecutionEnvironment by setting the session
context, the logger field and the activity data. |
void |
IDExecutionEnvironment.init(SessionContext sessContext) |
void |
ExecutionEnvironment.initResume(java.lang.String savepointId,
SessionContext sessContext)
Does nothing - overwrite this method to support resuming.
|
void |
IDExecutionEnvironment.initResume(java.lang.String savepointId,
SessionContext sessContext) |
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
RuntimeEnvironmentFactory.getInitialSessionContext(ClientSessionFactory sessionFactory,
java.lang.String sessionID,
EBPInstanceReference ebpInstanceReference,
DataContext dataContext,
ExecutionContext executionContext,
GUIContext guiContext,
RuntimeEnvironment runtimeEnvironment,
java.lang.Thread componentThread)
Returns an application related implementation of the session context and
initialises the sessionID of the session context by the passed value.
|
SessionContext |
RuntimeEnvironmentFactory.getWrappedSessionContext(SessionContext sessionContext,
DataContext dataContext,
ProcessConstants.ExecutionMode executionMode,
GUIContext guiContext,
RuntimeEnvironment runtimeEnvironment,
java.lang.Thread componentThread)
Returns a session context based on the designated one.
|
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
RuntimeEnvironmentFactory.getWrappedSessionContext(SessionContext sessionContext,
DataContext dataContext,
ProcessConstants.ExecutionMode executionMode,
GUIContext guiContext,
RuntimeEnvironment runtimeEnvironment,
java.lang.Thread componentThread)
Returns a session context based on the designated one.
|
void |
ExecutableComponent.init(SessionContext sessionContext)
Initialises and prepares the execution of the application and provides all
necessary data which maybe necessary for this.
|
void |
ExecutableComponent.initResume(java.lang.String savepointId,
SessionContext sessionContext)
Initialises and prepares the resuming of the application and provides all
necessary data which maybe necessary for this.
|