void |
RemoteRuntimeEnvironment.applicationClosed(SessionToken token,
String sessionID,
SerialisableDataContext dataContext) |
Signals the termination of the designated execution session that is the
execution is closed.
|
void |
RemoteRuntimeEnvironment.applicationFailed(SessionToken token,
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,
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,
String sessionID,
String errorMessage,
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,
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,
String sessionId,
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,
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,
String sessionID,
SerialisableDataContext dataContext) |
Signals the termination of the designated execution session that is the
execution is suspended.
|
void |
RemoteProgressMonitor.beginTask(SessionToken token,
String sessionID) |
|
void |
RemoteProgressMonitor.beginTask(SessionToken token,
String sessionID,
int overallWorkUnits) |
|
void |
RemoteProgressMonitor.endTask(SessionToken token,
String sessionID) |
|
byte[] |
RemoteRuntimeEnvironment.getApplicationState(SessionToken token,
String sessionId,
String savepoint) |
|
String |
RemoteRuntimeEnvironment.getLastSavepoint(SessionToken token,
String sessionId) |
|
ActivityInstance |
RemoteRuntimeEnvironment.getLocalisedActivityInstance(SessionToken token,
String sessionId) |
Gets the activity instance localised with respect to the rich agent of the designated execution
session.
|
ProgressMonitor |
RuntimeService.getProgressMonitor(SessionToken token,
String sessionID) |
Gets the ProgressMonitor for the designated execution session.
|
List<de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ExecutionMessage> |
RemoteRuntimeEnvironment.getUnrepliedRequests(SessionToken token,
String sessionID) |
Gets the request messages that have been sent to the designated execution
session.
|
void |
RemoteProgressMonitor.progress(SessionToken token,
String sessionID) |
|
boolean |
RemoteRuntimeEnvironment.replyMessage(SessionToken token,
de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ReplyMessage<?> reply) |
|
void |
RemoteRuntimeEnvironment.setApplicationState(SessionToken token,
String sessionId,
byte[] applicationState) |
|
void |
RemoteRuntimeEnvironment.setSavepoint(SessionToken token,
String sessionId,
String savepoint,
boolean flush,
SerialisableDataContext dataContext) |
|
void |
RemoteProgressMonitor.setTaskState(SessionToken token,
String sessionID,
TaskState taskState) |
|