Uses of Interface
com.ibm.wsspi.application.handler.ApplicationInformation
Packages that use ApplicationInformation
-
Uses of ApplicationInformation in com.ibm.wsspi.application.handler
Methods in com.ibm.wsspi.application.handler with parameters of type ApplicationInformationModifier and TypeMethodDescriptionApplicationHandler.install
(ApplicationInformation<T> applicationInformation) ApplicationHandler.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.ApplicationHandler.uninstall
(ApplicationInformation<T> applicationInformation)