Class WebModuleProbeProvider

java.lang.Object
org.glassfish.web.admin.monitor.WebModuleProbeProvider

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

    • WebModuleProbeProvider

      public WebModuleProbeProvider()
  • Method Details

    • 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.