Method Summary |
|
public static synchronized DeploymentMonitor | getInstance() This method returns the instance of the DeploymentMonitor. |
public synchronized void | initDeployCompleted() This method will mark the initial deploy as completed. |
public synchronized boolean | isInitDeployComplete() This method returns true if the initial deploy is complete and false if
it is not. |
public synchronized boolean | isTerminated() This method is called to check if the deployment process is terminated. |
public synchronized void | terminate() This method terminates the deployment process. |
public synchronized void | waitUntilInitDeployComplete() This method when called will wait until the deployment process is
complete. |