org.openengsb.domain.deploy
Class DeployEndEvent

java.lang.Object
  extended by org.openengsb.core.api.Event
      extended by org.openengsb.domain.deploy.DeployEndEvent
Direct Known Subclasses:
DeployFailEvent, DeploySuccessEvent

public class DeployEndEvent
extends org.openengsb.core.api.Event


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

Constructor Detail

DeployEndEvent

public DeployEndEvent()

DeployEndEvent

public DeployEndEvent(String deployId,
                      String output)

DeployEndEvent

public DeployEndEvent(long processId,
                      String output)
Method Detail

getOutput

public String getOutput()

getDeployId

public String getDeployId()


Copyright © 2009-2012. All Rights Reserved.