Class WebModuleProbeProvider


  • public class WebModuleProbeProvider
    extends Object
    Provider interface for web module lifecycle related probe events.
    • Constructor Detail

      • WebModuleProbeProvider

        public WebModuleProbeProvider()
    • Method Detail

      • webModuleStartedEvent

        public void webModuleStartedEvent​(String appName,
                                          String hostName)
        Emits probe event that the web module with the given appName has been loaded on the virtual server with the given hostName.
        Parameters:
        appName -
      • webModuleStoppedEvent

        public void webModuleStoppedEvent​(String appName,
                                          String hostName)
        Emits probe event that the web module with the given appName has been unloaded from the virtual server with the given hostName.