com.ibm.wsspi.application.handler

Class DefaultApplicationMonitoringInformation

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.application.handler.DefaultApplicationMonitoringInformation
All implemented interfaces:
ApplicationMonitoringInformation

  1. public class DefaultApplicationMonitoringInformation
  2. extends java.lang.Object
  3. implements ApplicationMonitoringInformation
Default implementation of ApplicationMonitoringInformation

Constructor Summary

Constructor and Description
DefaultApplicationMonitoringInformation(java.util.Collection<Notification> notificationsToMonitor,boolean listeningForRootStructuralChanges)

Method Summary

Modifier and Type Method and Description
  1. java.util.Collection<Notification>
getNotificationsToMonitor()
Returns a collection of notification objects that define which paths in which containers should be monitored for this application.
  1. boolean
isListeningForRootStructuralChanges()
Returns true if additions and deletions from the root element of this application should trigger the application to be updated.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DefaultApplicationMonitoringInformation

  1. public DefaultApplicationMonitoringInformation( java.util.Collection<Notification> notificationsToMonitor,
  2. boolean listeningForRootStructuralChanges)
Parameters:
notificationsToMonitor -

Method Detail

getNotificationsToMonitor

  1. public java.util.Collection<Notification> getNotificationsToMonitor( )
Returns a collection of notification objects that define which paths in which containers should be monitored for this application.
Specified by:
Returns:

isListeningForRootStructuralChanges

  1. public boolean isListeningForRootStructuralChanges( )
Returns true if 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.
Specified by:
Returns: