| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimeservice |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteRuntimeEnvironment.applicationClosed(SessionToken token,
java.lang.String sessionID,
SerialisableDataContext dataContext)
Signals the termination of the designated execution session that is the
execution is closed.
|
void |
RemoteRuntimeEnvironment.applicationFailed(SessionToken token,
java.lang.String sessionID,
ApplicationEnvironmentException excpt,
SerialisableDataContext dataContext)
Signals the failing of the designated execution session that is the
execution is terminated due to the designated application environment
exception and all data produced yet is invalidated.
|
void |
RemoteRuntimeEnvironment.applicationFailed(SessionToken token,
java.lang.String sessionID,
ApplicationFailedException excpt,
SerialisableDataContext dataContext)
Signals the failing of the designated execution session that is the
execution is terminated due to the designated application failed exception
and all data produced yet is invalidated.
|
void |
RemoteRuntimeEnvironment.applicationFailed(SessionToken token,
java.lang.String sessionID,
java.lang.String errorMessage,
java.lang.String state,
long errorCode,
SerialisableDataContext dataContext)
Signals the failing of the designated execution session that is the
execution is terminated due to a failure and all data produced yet is
invalidated.
|
void |
RemoteRuntimeEnvironment.applicationReset(SessionToken token,
java.lang.String sessionID,
SerialisableDataContext dataContext)
Signals the termination of the designated execution session that is the execution is reset and
all data produced yet (including from previous execution sessions) is invalidated.
|
void |
RemoteRuntimeEnvironment.applicationResetTo(SessionToken token,
java.lang.String sessionId,
java.lang.String savepoint,
SerialisableDataContext dataContext)
Signals the termination of the designated execution session that is the execution is reset to
the designated savepoint.
|
void |
RemoteRuntimeEnvironment.applicationResetToPreviousSavepoint(SessionToken token,
java.lang.String sessionId,
SerialisableDataContext dataContext)
Signals the termination of the designated execution session that is the execution is reset to
the last savepoint before the execution started.
|
void |
RemoteRuntimeEnvironment.applicationSuspended(SessionToken token,
java.lang.String sessionID,
SerialisableDataContext dataContext)
Signals the termination of the designated execution session that is the
execution is suspended.
|
void |
RemoteProgressMonitor.beginTask(SessionToken token,
java.lang.String sessionID)
|
void |
RemoteProgressMonitor.beginTask(SessionToken token,
java.lang.String sessionID,
int overallWorkUnits)
|
void |
RemoteProgressMonitor.endTask(SessionToken token,
java.lang.String sessionID)
|
byte[] |
RemoteRuntimeEnvironment.getApplicationState(SessionToken token,
java.lang.String sessionId,
java.lang.String savepoint)
|
java.lang.String |
RemoteRuntimeEnvironment.getLastSavepoint(SessionToken token,
java.lang.String sessionId)
|
ActivityInstance |
RemoteRuntimeEnvironment.getLocalisedActivityInstance(SessionToken token,
java.lang.String sessionId)
Gets the activity instance localised with respect to the rich agent of the designated execution
session.
|
ProgressMonitor |
RuntimeService.getProgressMonitor(SessionToken token,
java.lang.String sessionID)
Gets the
ProgressMonitor for the designated execution session. |
java.util.List<de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessage> |
RemoteRuntimeEnvironment.getUnrepliedRequests(SessionToken token,
java.lang.String sessionID)
Gets the request messages that have been sent to the designated execution
session.
|
void |
RemoteProgressMonitor.progress(SessionToken token,
java.lang.String sessionID)
|
boolean |
RemoteRuntimeEnvironment.replyMessage(SessionToken token,
de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ReplyMessage<?> reply)
Replies to a request message received by
RemoteRuntimeEnvironment.getUnrepliedRequests(SessionToken, String). |
void |
RemoteRuntimeEnvironment.setApplicationState(SessionToken token,
java.lang.String sessionId,
byte[] applicationState)
|
void |
RemoteRuntimeEnvironment.setSavepoint(SessionToken token,
java.lang.String sessionId,
java.lang.String savepoint,
boolean flush,
SerialisableDataContext dataContext)
|
void |
RemoteProgressMonitor.setTaskState(SessionToken token,
java.lang.String sessionID,
TaskState taskState)
|