org.glassfish.deployment.monitor
Class DeploymentLifecycleProbeProvider

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

public class DeploymentLifecycleProbeProvider
extends Object

Provider interface for deployment lifecycle related probe events.


Constructor Summary
DeploymentLifecycleProbeProvider()
           
 
Method Summary
 void applicationDeployedEvent(String appName, String appType, String loadTime)
           
 void applicationUndeployedEvent(String appName, String appType)
          Emits probe event that the application with the given appName and appType has been undeployed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentLifecycleProbeProvider

public DeploymentLifecycleProbeProvider()
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 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


Copyright © 2012. All Rights Reserved.