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