Class DeploymentLifecycleProbeProvider

java.lang.Object
org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider

public class DeploymentLifecycleProbeProvider extends Object
Provider interface for deployment lifecycle related probe events.
  • Constructor Details

    • DeploymentLifecycleProbeProvider

      public DeploymentLifecycleProbeProvider()
  • Method Details

    • applicationDeployedEvent

      public void applicationDeployedEvent(String appName, String appType, String loadTime)
    • applicationUndeployedEvent

      public void applicationUndeployedEvent(String appName, String appType)
      Emits probe event that the application with the given appName and appType has been undeployed.
      Parameters:
      appName - the name of the application has been undeployed
      appType - the type of the application has been undeployed