Uses of Class
de.aristaflow.ilm.util.InterruptException
-
Packages that use InterruptException Package Description de.aristaflow.ilm.ws.core.runtimemanager de.aristaflow.ilm.ws.core.runtimeservice -
-
Uses of InterruptException in de.aristaflow.ilm.ws.core.runtimemanager
Methods in de.aristaflow.ilm.ws.core.runtimemanager that throw InterruptException Modifier and Type Method Description @Valid ActivityState
ExecutionControlManagerWebService. waitForTermination(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
-
Uses of InterruptException in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice that throw InterruptException Modifier and Type Method Description Boolean
RemoteExecutionControlManagerWebService. finishActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
Boolean
RemoteExecutionControlManagerWebService. resetActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
Boolean
RemoteExecutionControlManagerWebService. sendSignalToActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, @NotNull Integer signal, Long timeToRespond)
Boolean
RemoteExecutionControlManagerWebService. suspendActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
-