public class DeploymentEvent extends Object
| Constructor and Description |
|---|
DeploymentEvent(String deploymentId,
DeployedUnit deployedUnit) |
| Modifier and Type | Method and Description |
|---|---|
DeployedUnit |
getDeployedUnit() |
String |
getDeploymentId() |
void |
setDeployedUnit(DeployedUnit deployedUnit) |
void |
setDeploymentId(String deploymentId) |
public DeploymentEvent(String deploymentId, DeployedUnit deployedUnit)
public DeployedUnit getDeployedUnit()
public void setDeployedUnit(DeployedUnit deployedUnit)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.