FileDocCategorySizeDatePackage
DeploymentCallback.javaAPI DocGlassfish v2 API2865Fri May 04 22:31:16 BST 2007com.sun.enterprise.management.deploy

DeploymentCallback

public interface DeploymentCallback
Intended for implementing code to make note of the relevant deployment events.

Fields Summary
Constructors Summary
Methods Summary
public voiddeploymentDone(com.sun.appserv.management.deploy.DeploymentStatus finalStatus)
Deployment has finished. This callback should only be made once when the deployment has finished.

public voiddeploymentProgress(com.sun.appserv.management.deploy.DeploymentProgress progress)
New progress information is available. This callback may be called an arbitrary number of times, but may not be called after deploymentDone() has been called.