Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.UnknownSessionException
Packages that use UnknownSessionException
Package
Description
-
Uses of UnknownSessionException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that throw UnknownSessionExceptionModifier and TypeMethodDescriptionvoidRemoteRuntimeEnvironment.applicationClosed(SessionToken token, String sessionID, SerialisableDataContext dataContext) Signals the termination of the designated execution session that is the execution is closed.voidRemoteRuntimeEnvironment.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.voidRemoteRuntimeEnvironment.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.voidRemoteRuntimeEnvironment.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.voidRemoteRuntimeEnvironment.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.voidRemoteRuntimeEnvironment.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.voidRemoteRuntimeEnvironment.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.voidRemoteRuntimeEnvironment.applicationSuspended(SessionToken token, String sessionID, SerialisableDataContext dataContext) Signals the termination of the designated execution session that is the execution is suspended.voidRemoteProgressMonitor.beginTask(SessionToken token, String sessionID) voidRemoteProgressMonitor.beginTask(SessionToken token, String sessionID, int overallWorkUnits) voidRemoteProgressMonitor.endTask(SessionToken token, String sessionID) byte[]RemoteRuntimeEnvironment.getApplicationState(SessionToken token, String sessionId, String savepoint) RemoteRuntimeEnvironment.getLastSavepoint(SessionToken token, String sessionId) RemoteRuntimeEnvironment.getLocalisedActivityInstance(SessionToken token, String sessionId) Gets the activity instance localised with respect to the rich agent of the designated execution session.RuntimeService.getProgressMonitor(SessionToken token, String sessionID) Gets theProgressMonitorfor 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.voidRemoteProgressMonitor.progress(SessionToken token, String sessionID) booleanRemoteRuntimeEnvironment.replyMessage(SessionToken token, de.aristaflow.adept2.model.runtimeenvironment.messages.execution.ReplyMessage<?> reply) Replies to a request message received byRemoteRuntimeEnvironment.getUnrepliedRequests(SessionToken, String).voidRemoteRuntimeEnvironment.setApplicationState(SessionToken token, String sessionId, byte[] applicationState) voidRemoteRuntimeEnvironment.setSavepoint(SessionToken token, String sessionId, String savepoint, boolean flush, SerialisableDataContext dataContext) voidRemoteProgressMonitor.setTaskState(SessionToken token, String sessionID, TaskState taskState) -
Uses of UnknownSessionException in de.aristaflow.ilm.model.runtimeenvironment
Constructors in de.aristaflow.ilm.model.runtimeenvironment with parameters of type UnknownSessionException