Static Public Attributes | |
final String | PROPERTYNAME = "acs.mastercomp.monitorStateChangeNotification" |
final boolean | monitorStateChangeNotification = Boolean.getBoolean(PROPERTYNAME) |
Protected Member Functions | |
synchronized void | stateChangedNotification (String[] newStateHierarchy) |
Package Functions | |
StateChangeNotificationChecker (Logger logger) | |
synchronized void | announceStateChangeNotification (String[] stateNameHierarchy) |
Private Attributes | |
LinkedList< String > | announcedStateNameHierarchy = new LinkedList<String>() |
acs.mastercomp.monitorStateChangeNotification
must be set to true
. We suspect that in some cases the baci property fires too often, which would be documented with a SEVERE log.
|
|
|
|
|
Subclasses may override this and do something useful with the new state...
Reimplemented from alma::ACS::MasterComponentImpl::StateChangeListener.
|
|
|
|
|
|
|