public interface CommonConnDef extends JCAMetadata
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Get the className.
|
java.util.Map<java.lang.String,java.lang.String> |
getConfigProperties()
Get the configProperties.
|
java.lang.String |
getJndiName()
Get the jndiName.
|
CommonPool |
getPool()
Get the pool.
|
java.lang.String |
getPoolName()
Get the poolName.
|
Recovery |
getRecovery()
Get the recovery settings.
|
CommonSecurity |
getSecurity()
Get the security.
|
CommonTimeOut |
getTimeOut()
Get the timeOut.
|
CommonValidation |
getValidation()
Get the validation.
|
java.lang.Boolean |
isEnabled()
Get the enabled.
|
java.lang.Boolean |
isUseCcm()
Get the useCcm.
|
java.lang.Boolean |
isUseJavaContext()
Get the useJavaContext.
|
java.lang.Boolean |
isXa()
Return true if this connectionDefnition have defined an XaPool
|
java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
java.lang.String getClassName()
java.lang.String getJndiName()
java.lang.String getPoolName()
java.lang.Boolean isEnabled()
java.lang.Boolean isUseJavaContext()
java.lang.Boolean isUseCcm()
CommonPool getPool()
CommonTimeOut getTimeOut()
CommonValidation getValidation()
CommonSecurity getSecurity()
java.lang.Boolean isXa()
Recovery getRecovery()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)