com.ibm.wsspi.application.handler

Uses of Interface ApplicationInformation

Uses of ApplicationInformation in com.ibm.wsspi.application.handler

Modifier and Type Method and Description
  1. java.util.concurrent.Future<java.lang.Boolean>
ApplicationHandler.install(ApplicationInformation<T> applicationInformation)
  1. ApplicationMonitoringInformation
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.
  1. java.util.concurrent.Future<java.lang.Boolean>
ApplicationHandler.uninstall(ApplicationInformation<T> applicationInformation)