public interface SubInstanceStateListener extends ADEPT2Service
SubInstanceStateListener provides access to an
SubInstanceStateNotification which is notified when there are
changes in the observed subprocess 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 subprocess instance.| Modifier and Type | Method and Description |
|---|---|
SubInstanceStateNotification |
getSubInstanceStateNotification()
Gets the interface to send notifications to when the state of the observed
subprocess instance changes, that is it is suspended, resumed, finished or
failed.
|
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, startSubInstanceStateNotification getSubInstanceStateNotification()