public interface InstanceStateListener extends ADEPT2Service
InstanceStateListener provides access to an
InstanceStateNotification which is notified when there are
changes in the observed process instance. The indirection introduced by this
interface allows to have a separate class to receive the notification instead
of the ADEPT2Service that implements this interface. service URIs
when starting or resuming the observed instance.| Modifier and Type | Method and Description |
|---|---|
InstanceStateNotification |
getInstanceStateNotification()
Gets the interface to send notifications to when the state of the observed
instance changes, that is it is suspended, resumed, finished or
failed.
|
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, startInstanceStateNotification getInstanceStateNotification()