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 InstanceControlADEPT2ClientService. getInstanceControl()Deprecated.Gets the interface for controlling an instance.InstanceControlAdministrationService. getInstanceControl()Gets the interface for controlling an instance.InstanceControlMultiplexingClientService. getInstanceControl()InstanceControlWorklistClientService. 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 InstanceControlAbstractEventManager. instanceControlThe control interface for starting instances.Methods in de.aristaflow.adept2.core.eventmanager.common that return InstanceControl Modifier and Type Method Description InstanceControlAbstractEventManager. 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 InstanceControlExecutionManager. 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)
-