asProperty| Constructor and Description |
|---|
DataSource(boolean xa) |
DataSource(Property property,
boolean xa) |
DataSource(ResourceAddress address,
ModelNode modelNode,
boolean xa) |
DataSource(String name,
boolean xa) |
DataSource(String name,
ModelNode modelNode,
boolean xa) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fromDeployment() |
ResourceAddress |
getAddress() |
String |
getDeployment() |
String |
getPath()
Returns
deployment/subdeployment if subdeployment != null, deployment otherwise. |
String |
getSubdeployment() |
boolean |
isEnabled() |
boolean |
isStatisticsEnabled() |
boolean |
isXa() |
void |
setDriver(JdbcDriver driver) |
asModelNode, equals, getName, hashCode, jsCreate, setName, toString, updateadd, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addEmptyList, addEmptyObject, addExpression, as, asBigDecimal, asBigInteger, asBoolean, asBoolean, asBytes, asDouble, asDouble, asInt, asInt, asList, asLong, asLong, asObject, asProperty, asPropertyList, asString, asType, clear, clone, equals, format, fromBase64, get, get, get, getFailureDescription, getType, has, has, hasDefined, hasDefined, isDefined, isFailure, jsAsList, jsAsProperties, jsCreate, jsGetJSONString, keys, protect, remove, require, require, resolve, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setEmptyList, setEmptyObject, setExpression, setExpression, toBase64String, toJSONString, toJSONString, writeExternalpublic DataSource(boolean xa)
public DataSource(String name, boolean xa)
public DataSource(Property property, boolean xa)
public DataSource(ResourceAddress address, ModelNode modelNode, boolean xa)
public boolean isXa()
public boolean isEnabled()
public boolean isStatisticsEnabled()
public void setDriver(JdbcDriver driver)
public boolean fromDeployment()
public ResourceAddress getAddress()
public String getDeployment()
public String getSubdeployment()
public String getPath()
deployment/subdeployment if subdeployment != null, deployment otherwise.
Should not be used to build DMR operations, but rather in the UI.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.