public void notifyStop(StateType state, String message) {
notify(new GeronimoDeploymentStatus(ActionType.EXECUTE, CommandType.START,
state, message)) ;
}
public void notify(DeploymentStatus deploymentStatus) {
ProgressEvent progressEvt =
new ProgressEvent(source, null, deploymentStatus) ;
this.deploymentStatus = deploymentStatus ;
ProgressListener[] targets = null ;
synchronized(this) {