public interface CommonDataSource extends JCAMetadata, ValidatableMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver()
Get the driver
|
String |
getJndiName()
Get the jndiName.
|
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 |
isSpy()
Get the spy.
|
Boolean |
isUseCcm()
Get the use-ccm.
|
Boolean |
isUseJavaContext()
Get the useJavaContext.
|
void |
setEnabled(Boolean enabled)
Set the enabled.
|
validateTransactionIsolation getTransactionIsolation()
TimeOut getTimeOut()
DsSecurity getSecurity()
Validation getValidation()
Boolean isUseJavaContext()
String getPoolName()
Boolean isEnabled()
String getJndiName()
Boolean isSpy()
Boolean isUseCcm()
String getDriver()
void setEnabled(Boolean enabled)
enabled - The enabled to set.Copyright © 2013 IronJacamar (http://www.ironjacamar.org)