public interface UpdateManager extends ADEPT2Service
| Modifier and Type | Interface and Description |
|---|---|
static class |
UpdateManager.ActivityProperties |
static class |
UpdateManager.DataEdgeProperties |
static class |
UpdateManager.DataElementProperties |
static class |
UpdateManager.EdgeProperties |
static class |
UpdateManager.InstanceProperties
These constants are needed with subprocesses to signal the activation or
termination of a subprocess instance.
|
static class |
UpdateManager.NodeProperties |
static class |
UpdateManager.ProcessProperties |
static class |
UpdateManager.TransactionProperties
Enum for transaction events
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTIVITY_STATE |
static int |
DEFAULT_PRIORITY
The default priority of a listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.Object what,
ChangeListener callback)
Add callback as a new listener for what, using the default priority.
|
void |
addListener(java.lang.Object what,
ChangeListener callback,
int priority)
Add callback as a new listener for what
|
void |
firePropertyChange(java.lang.Object procElement,
java.lang.Object property)
Notify all interested parties of changes to a Process element
|
void |
firePropertyChange(java.lang.Object procElement,
java.lang.Object property,
java.lang.Object newValue)
Notify all interested parties of changes to a Process element
|
void |
firePropertyChange(java.lang.Object procElement,
java.lang.Object property,
java.lang.Object oldValue,
java.lang.Object newValue)
Notify all interested parties of changes to a Process element
|
void |
removeListener(java.lang.Object what,
ChangeListener callback)
Remove a callback from the listener list for object what
|
void |
sendPropertyChanges()
Send all queued events and flush the queue.
|
getLocalUris, getRelease, getRuntimeRequiredServices, getServiceInstanceName, getStartupRequiredServices, getURIs, init, ping, preShutdown, shutdown, startstatic final int DEFAULT_PRIORITY
static final java.lang.String ACTIVITY_STATE
void addListener(java.lang.Object what,
ChangeListener callback)
what - The object that is to be monitoredcallback - The object receiving notificationvoid addListener(java.lang.Object what,
ChangeListener callback,
int priority)
what - The object that is to be monitoredcallback - The object receiving notificationpriority - The priority - smaller numbers lead to earlier calls.void removeListener(java.lang.Object what,
ChangeListener callback)
what - The monitored objectcallback - The PropertyChangeListener to be removedvoid firePropertyChange(java.lang.Object procElement,
java.lang.Object property)
procElement - The altered Process elementproperty - The altered propertyvoid firePropertyChange(java.lang.Object procElement,
java.lang.Object property,
java.lang.Object newValue)
procElement - The altered Process elementproperty - The altered propertynewValue - The new value of the process elementvoid firePropertyChange(java.lang.Object procElement,
java.lang.Object property,
java.lang.Object oldValue,
java.lang.Object newValue)
procElement - The altered Process elementproperty - The altered propertyoldValue - The old value of the process elementnewValue - The new value of the process elementvoid sendPropertyChanges()