org.glassfish.deployment.monitor
Class DeploymentLifecycleProbeProvider
java.lang.Object
org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider
public class DeploymentLifecycleProbeProvider
- extends Object
Provider interface for deployment lifecycle related probe events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentLifecycleProbeProvider
public DeploymentLifecycleProbeProvider()
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 undeployedappType - the type of the application has been undeployed
Copyright © 2012 GlassFish Community. All Rights Reserved.