org.openengsb.domain.deploy
Class DeploySuccessEvent

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

public class DeploySuccessEvent
extends DeployEndEvent


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

DeploySuccessEvent

public DeploySuccessEvent(long processId,
                          java.lang.String output)

DeploySuccessEvent

public DeploySuccessEvent(java.lang.String deployId,
                          java.lang.String output)


Copyright © 2009-2011. All Rights Reserved.