Package org.glassfish.deployment.monitor
Class DeploymentLifecycleProbeProvider
java.lang.Object
org.glassfish.deployment.monitor.DeploymentLifecycleProbeProvider
Provider interface for deployment lifecycle related probe events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplicationDeployedEvent(String appName, String appType, String loadTime) voidapplicationUndeployedEvent(String appName, String appType) Emits probe event that the application with the givenappNameandappTypehas been undeployed.
-
Constructor Details
-
DeploymentLifecycleProbeProvider
public DeploymentLifecycleProbeProvider()
-
-
Method Details
-
applicationDeployedEvent
-
applicationUndeployedEvent
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
-