org.openengsb.domain.deploy
Class DeployFailEvent

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

public class DeployFailEvent
extends DeployEndEvent


Constructor Summary
DeployFailEvent(long processId, String output)
           
DeployFailEvent(String deployId, 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

DeployFailEvent

public DeployFailEvent(long processId,
                       String output)

DeployFailEvent

public DeployFailEvent(String deployId,
                       String output)


Copyright © 2009-2011. All Rights Reserved.