com.ibm.wsspi.application.handler
Uses of Interface ApplicationMonitoringInformation
Uses of ApplicationMonitoringInformation in com.ibm.wsspi.application.handler
Modifier and Type | Class and Description |
---|---|
|
DefaultApplicationMonitoringInformation
Default implementation of
ApplicationMonitoringInformation
|
Modifier and Type | Method and Description |
---|---|
ApplicationHandler.setUpApplicationMonitoring(ApplicationInformation<T> applicationInformation)
This method will be called before
ApplicationHandler.install(ApplicationInformation) and gives the handler the opportunity to modify what paths will be monitored for updates on a
particular application.
|