public interface CommonDataSource extends JCAMetadata, ValidatableMetadata
Modifier and Type | Method and Description |
---|---|
String |
getDriver()
Get the driver
|
String |
getJndiName()
Get the jndiName.
|
String |
getMcp()
Get the mcp
|
String |
getPoolName()
Get the poolName.
|
DsSecurity |
getSecurity()
Get the security.
|
TimeOut |
getTimeOut()
Get the timeOut
|
TransactionIsolation |
getTransactionIsolation()
Get the transactionIsolation.
|
Validation |
getValidation()
Get the validation.
|
Boolean |
isEnabled()
Get the enabled.
|
Boolean |
isEnlistmentTrace()
Get the enlistment trace
|
Boolean |
isSpy()
Get the spy.
|
Boolean |
isUseCcm()
Get the use-ccm.
|
Boolean |
isUseJavaContext()
Get the useJavaContext.
|
void |
setEnabled(Boolean enabled)
Set the enabled.
|
validate
TransactionIsolation getTransactionIsolation()
TimeOut getTimeOut()
DsSecurity getSecurity()
Validation getValidation()
Boolean isUseJavaContext()
String getPoolName()
Boolean isEnabled()
String getJndiName()
Boolean isSpy()
Boolean isUseCcm()
String getMcp()
Boolean isEnlistmentTrace()
String getDriver()
void setEnabled(Boolean enabled)
enabled
- The enabled to set.Copyright © 2021 JBoss by Red Hat. All rights reserved.