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

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

Methods in com.ibm.wsspi.application.handler with parameters of type ApplicationInformation
 java.util.concurrent.Future<java.lang.Boolean> ApplicationHandler.install(ApplicationInformation<T> applicationInformation)
           
 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.
 java.util.concurrent.Future<java.lang.Boolean> ApplicationHandler.uninstall(ApplicationInformation<T> applicationInformation)