org.openengsb.domain.deploy
Class DeployEndEvent

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

public class DeployEndEvent
extends Event


Constructor Summary
DeployEndEvent()
           
DeployEndEvent(long processId, java.lang.String output)
           
DeployEndEvent(java.lang.String deployId, java.lang.String output)
           
 
Method Summary
 java.lang.String getDeployId()
           
 java.lang.String getOutput()
           
 
Methods inherited from class org.openengsb.core.common.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(java.lang.String deployId,
                      java.lang.String output)

DeployEndEvent

public DeployEndEvent(long processId,
                      java.lang.String output)
Method Detail

getOutput

public java.lang.String getOutput()

getDeployId

public java.lang.String getDeployId()


Copyright © 2009-2011. All Rights Reserved.