| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.core.executionmanager |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected InstanceControl |
AbstractEventManager.instanceControl
The control interface for starting instances.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|