public abstract class DeploymentInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentId |
protected boolean |
managed |
| Constructor and Description |
|---|
DeploymentInfo() |
DeploymentInfo(String deploymentId,
boolean managed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeploymentId() |
int |
hashCode() |
boolean |
isManaged() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.