Interface CommonDataSource
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata
- All Known Subinterfaces:
DataSource,XaDataSource
A CommonDataSource.
- Author:
- Stefano Maestri
-
Method Summary
Modifier and TypeMethodDescriptionGet the driverGet the jndiName.getMcp()Get the mcpGet the poolName.Get the security.Get the timeOutGet the transactionIsolation.Get the validation.Get the enabled.Get the enlistment traceisSpy()Get the spy.isUseCcm()Get the use-ccm.Get the useJavaContext.voidsetEnabled(Boolean enabled) Set the enabled.Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
getTransactionIsolation
TransactionIsolation getTransactionIsolation()Get the transactionIsolation.- Returns:
- the transactionIsolation.
-
getTimeOut
TimeOut getTimeOut()Get the timeOut- Returns:
- the timeOut.
-
getSecurity
DsSecurity getSecurity()Get the security.- Returns:
- the security.
-
getValidation
Validation getValidation()Get the validation.- Returns:
- the validation.
-
isUseJavaContext
Boolean isUseJavaContext()Get the useJavaContext.- Returns:
- the useJavaContext.
-
getPoolName
String getPoolName()Get the poolName.- Returns:
- the poolName.
-
isEnabled
Boolean isEnabled()Get the enabled.- Returns:
- the enabled.
-
getJndiName
String getJndiName()Get the jndiName.- Returns:
- the jndiName.
-
isSpy
Boolean isSpy()Get the spy.- Returns:
- the spy.
-
isUseCcm
Boolean isUseCcm()Get the use-ccm.- Returns:
- the use-ccm.
-
getMcp
String getMcp()Get the mcp- Returns:
- the mcp
-
isEnlistmentTrace
Boolean isEnlistmentTrace()Get the enlistment trace- Returns:
- the enlistment trace
-
getDriver
String getDriver()Get the driver- Returns:
- The value
-
setEnabled
Set the enabled.- Parameters:
enabled- The enabled to set.
-