Class RemoteExecutionControlManagerWebService
- java.lang.Object
-
- de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService<T>
-
- de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService<RemoteExecutionControlManager>
-
- de.aristaflow.ilm.ws.core.runtimeservice.RemoteExecutionControlManagerWebService
-
public class RemoteExecutionControlManagerWebService extends ExecutionControlManagerWebService<RemoteExecutionControlManager>
- See Also:
RemoteExecutionControlManager
-
-
Field Summary
-
Fields inherited from class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
ariws, pmf
-
-
Constructor Summary
Constructors Constructor Description RemoteExecutionControlManagerWebService(RemoteExecutionControlManager service, AbstractSubResourceWebService<?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
finishActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
Boolean
resetActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
Boolean
sendSignalToActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, @NotNull Integer signal, Long timeToRespond)
Boolean
suspendActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, Long timeToRespond)
-
Methods inherited from class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
abortActivity, finishActivity, getActivitiesIterator, getActivityState, getAsRemoteIteratorWebService, getExecutionControlProperties, resetActivity, sendSignalToActivity, shutdown, suspendActivity, waitForTermination
-
Methods inherited from class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
getLogger, getLogService, getService, getServiceMetaData, getServiceUris, getSessionFactory
-
-
-
-
Constructor Detail
-
RemoteExecutionControlManagerWebService
public RemoteExecutionControlManagerWebService(RemoteExecutionControlManager service, AbstractSubResourceWebService<?> parent) throws ServiceNotKnownException
- Throws:
ServiceNotKnownException
-
-
Method Detail
-
suspendActivity
public Boolean suspendActivity(@NotNull @Valid @NotNull @Valid SessionToken session, @NotNull @Valid @NotNull @Valid EbpInstanceReference activity, Long timeToRespond) throws ParameterException, InterruptException
-
finishActivity
public Boolean finishActivity(@NotNull @Valid @NotNull @Valid SessionToken session, @NotNull @Valid @NotNull @Valid EbpInstanceReference activity, Long timeToRespond) throws ParameterException, InterruptException
-
resetActivity
public Boolean resetActivity(@NotNull @Valid @NotNull @Valid SessionToken session, @NotNull @Valid @NotNull @Valid EbpInstanceReference activity, Long timeToRespond) throws ParameterException, InterruptException
-
sendSignalToActivity
public Boolean sendSignalToActivity(@NotNull @Valid @NotNull @Valid SessionToken session, @NotNull @Valid @NotNull @Valid EbpInstanceReference activity, @NotNull @NotNull Integer signal, Long timeToRespond) throws ParameterException, InterruptException
-
-