jBPM :: Distribution 6.2.0.Final

org.jbpm.services.api
Class DeploymentEvent

java.lang.Object
  extended by org.jbpm.services.api.DeploymentEvent

public class DeploymentEvent
extends Object


Constructor Summary
DeploymentEvent(String deploymentId, DeployedUnit deployedUnit)
           
 
Method Summary
 DeployedUnit getDeployedUnit()
           
 String getDeploymentId()
           
 void setDeployedUnit(DeployedUnit deployedUnit)
           
 void setDeploymentId(String deploymentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentEvent

public DeploymentEvent(String deploymentId,
                       DeployedUnit deployedUnit)
Method Detail

getDeployedUnit

public DeployedUnit getDeployedUnit()

setDeployedUnit

public void setDeployedUnit(DeployedUnit deployedUnit)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

jBPM :: Distribution 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.