Package 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.
-
-
Constructor Summary
Constructors Constructor Description DeploymentLifecycleProbeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplicationDeployedEvent(String appName, String appType, String loadTime)voidapplicationUndeployedEvent(String appName, String appType)Emits probe event that the application with the givenappNameandappTypehas been undeployed.
-
-
-
Method Detail
-
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 givenappNameandappTypehas been undeployed.- Parameters:
appName- the name of the application has been undeployedappType- the type of the application has been undeployed
-
-