Uses of Interface
com.ibm.wsspi.application.handler.ApplicationMonitoringInformation
-
Packages that use ApplicationMonitoringInformation Package Description com.ibm.wsspi.application.handler -
-
Uses of ApplicationMonitoringInformation in com.ibm.wsspi.application.handler
Classes in com.ibm.wsspi.application.handler that implement ApplicationMonitoringInformation Modifier and Type Class Description classDefaultApplicationMonitoringInformationDefault implementation ofApplicationMonitoringInformationMethods in com.ibm.wsspi.application.handler that return ApplicationMonitoringInformation Modifier and Type Method Description ApplicationMonitoringInformationApplicationHandler. setUpApplicationMonitoring(ApplicationInformation<T> applicationInformation)This method will be called beforeApplicationHandler.install(ApplicationInformation)and gives the handler the opportunity to modify what paths will be monitored for updates on a particular application.
-