Uses of Interface
de.aristaflow.adept2.core.executionmanager.InstanceControl
Packages that use InstanceControl
Package
Description
-
Uses of InstanceControl in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return InstanceControlModifier and TypeMethodDescriptionADEPT2ClientService.getInstanceControl()Deprecated.Gets the interface for controlling an instance.AdministrationService.getInstanceControl()Gets the interface for controlling an instance.MultiplexingClientService.getInstanceControl()WorklistClientService.getInstanceControl()Gets the interface for controlling an instance. -
Uses of InstanceControl in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as InstanceControlModifier and TypeFieldDescriptionprotected InstanceControlAbstractEventManager.instanceControlThe control interface for starting instances.Methods in de.aristaflow.adept2.core.eventmanager.common that return InstanceControlModifier and TypeMethodDescriptionAbstractEventManager.getInstanceControl()Gets the instance control of the execution manager of this event manager for starting a new instance based on an occurred database event. -
Uses of InstanceControl in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return InstanceControlModifier and TypeMethodDescriptionExecutionManager.getInstanceControl()Gets a reference to the management of instances, that is, controlling the state of an instance (start, suspend, resume, commit, abort,...) and starting new instances. -
Uses of InstanceControl in de.aristaflow.ilm.ws.core.executionmanager
Constructors in de.aristaflow.ilm.ws.core.executionmanager with parameters of type InstanceControlModifierConstructorDescriptionInstanceControlWebService(InstanceControl service, ExecutionManagerWebService parent, TemplIdRemoteIteratorWebService tiriws)