@Portable public class DriverDeploymentInfo extends DeploymentInfo
deploymentId, managed| Constructor and Description |
|---|
DriverDeploymentInfo() |
DriverDeploymentInfo(String deploymentId,
String driverDeploymentId,
boolean managed,
String uuid,
String driverClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<DataSourceDeploymentInfo> |
getDependants() |
String |
getDriverClass() |
String |
getDriverDeploymentId() |
String |
getUuid() |
boolean |
hasDependants() |
int |
hashCode() |
String |
toString() |
getDeploymentId, isManagedpublic String getUuid()
public String getDriverClass()
public String getDriverDeploymentId()
public boolean hasDependants()
public List<DataSourceDeploymentInfo> getDependants()
public boolean equals(Object o)
equals in class DeploymentInfopublic int hashCode()
hashCode in class DeploymentInfoCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.