org.openengsb.domain.deploy
Class DeployEndEvent

java.lang.Object
  extended by org.openengsb.core.common.Event
      extended by org.openengsb.domain.deploy.DeployEndEvent

public class DeployEndEvent
extends Event


Constructor Summary
DeployEndEvent(String deployId, boolean success, String output)
           
 
Method Summary
 String getDeployId()
           
 String getOutput()
           
 boolean isSuccess()
           
 
Methods inherited from class org.openengsb.core.common.Event
getName, getType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployEndEvent

public DeployEndEvent(String deployId,
                      boolean success,
                      String output)
Method Detail

getOutput

public String getOutput()

isSuccess

public boolean isSuccess()

getDeployId

public String getDeployId()


Copyright © 2009-2010. All Rights Reserved.