Interface ApplicationMonitoringInformation
- 
- All Known Implementing Classes:
- DefaultApplicationMonitoringInformation
 
 public interface ApplicationMonitoringInformationAn object implementing this interface will provide information about what elements in an application need monitoring.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<com.ibm.wsspi.adaptable.module.Notifier.Notification>getNotificationsToMonitor()Returns a collection of notification objects that define which paths in which containers should be monitored for this application.booleanisListeningForRootStructuralChanges()Returnstrueif additions and deletions from the root element of this application should trigger the application to be updated.
 
- 
- 
- 
Method Detail- 
getNotificationsToMonitorjava.util.Collection<com.ibm.wsspi.adaptable.module.Notifier.Notification> getNotificationsToMonitor() Returns a collection of notification objects that define which paths in which containers should be monitored for this application.- Returns:
 
 - 
isListeningForRootStructuralChangesboolean isListeningForRootStructuralChanges() Returnstrueif additions and deletions from the root element of this application should trigger the application to be updated. As an example, this can be useful to listen to WAR files being added to the root of an EAR without having to recursively listen to the whole EAR.- Returns:
 
 
- 
 
-