Uses of Interface
de.aristaflow.adept2.core.executionmanager.InstanceControl
-
-
Uses of InstanceControl in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return InstanceControl Modifier and Type Method Description InstanceControl
ADEPT2ClientService. getInstanceControl()
Deprecated.Gets the interface for controlling an instance.InstanceControl
AdministrationService. getInstanceControl()
Gets the interface for controlling an instance.InstanceControl
MultiplexingClientService. getInstanceControl()
InstanceControl
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 InstanceControl Modifier and Type Field Description protected InstanceControl
AbstractEventManager. instanceControl
The control interface for starting instances.Methods in de.aristaflow.adept2.core.eventmanager.common that return InstanceControl Modifier and Type Method Description InstanceControl
AbstractEventManager. 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 InstanceControl Modifier and Type Method Description InstanceControl
ExecutionManager. 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 InstanceControl Constructor Description InstanceControlWebService(InstanceControl service, ExecutionManagerWebService parent, TemplIdRemoteIteratorWebService tiriws)
-