public class CommonConnDefImpl extends java.lang.Object implements CommonConnDef
CommonConnDef.Attribute, CommonConnDef.Tag| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
className
class-name
|
protected java.util.Map<java.lang.String,java.lang.String> |
configProperties
config-property
|
protected java.lang.Boolean |
enabled
enable
|
protected java.lang.Boolean |
isXA
isXA
|
protected java.lang.String |
jndiName
jndi-name
|
protected CommonPool |
pool
pool
|
protected java.lang.String |
poolName
pool-name
|
protected Recovery |
recovery
recovery
|
protected CommonSecurity |
security
security
|
protected CommonTimeOut |
timeOut
timeout
|
protected java.lang.Boolean |
useCcm
use-ccm
|
protected java.lang.Boolean |
useJavaContext
use-java-context
|
protected CommonValidation |
validation
validation
|
| Constructor and Description |
|---|
CommonConnDefImpl(java.util.Map<java.lang.String,java.lang.String> configProperties,
java.lang.String className,
java.lang.String jndiName,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.Boolean useJavaContext,
java.lang.Boolean useCcm,
CommonPool pool,
CommonTimeOut timeOut,
CommonValidation validation,
CommonSecurity security,
Recovery recovery,
java.lang.Boolean isXA)
Create a new ConnectionDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
CommonSecurity |
getSecurity()
Get the security.
|
CommonTimeOut |
getTimeOut()
Get the timeOut.
|
CommonValidation |
getValidation()
Get the validation.
|
int |
hashCode() |
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.lang.String |
toString() |
protected final java.util.Map<java.lang.String,java.lang.String> configProperties
protected final java.lang.String className
protected final java.lang.String jndiName
protected final java.lang.String poolName
protected final java.lang.Boolean enabled
protected final java.lang.Boolean useJavaContext
protected final java.lang.Boolean useCcm
protected final CommonPool pool
protected final CommonTimeOut timeOut
protected final CommonValidation validation
protected final CommonSecurity security
protected final Recovery recovery
protected final java.lang.Boolean isXA
public CommonConnDefImpl(java.util.Map<java.lang.String,java.lang.String> configProperties,
java.lang.String className,
java.lang.String jndiName,
java.lang.String poolName,
java.lang.Boolean enabled,
java.lang.Boolean useJavaContext,
java.lang.Boolean useCcm,
CommonPool pool,
CommonTimeOut timeOut,
CommonValidation validation,
CommonSecurity security,
Recovery recovery,
java.lang.Boolean isXA)
configProperties - configPropertiesclassName - classNamejndiName - jndiNamepoolName - poolNameenabled - enableduseJavaContext - useJavaContextuseCcm - useCcmpool - pooltimeOut - timeOutvalidation - validationsecurity - securityrecovery - recoveryisXA - isXApublic java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
getConfigProperties in interface CommonConnDefpublic java.lang.String getClassName()
getClassName in interface CommonConnDefpublic java.lang.String getJndiName()
getJndiName in interface CommonConnDefpublic java.lang.String getPoolName()
getPoolName in interface CommonConnDefpublic java.lang.Boolean isEnabled()
isEnabled in interface CommonConnDefpublic java.lang.Boolean isUseJavaContext()
isUseJavaContext in interface CommonConnDefpublic java.lang.Boolean isUseCcm()
isUseCcm in interface CommonConnDefpublic CommonPool getPool()
getPool in interface CommonConnDefpublic CommonTimeOut getTimeOut()
getTimeOut in interface CommonConnDefpublic CommonValidation getValidation()
getValidation in interface CommonConnDefpublic CommonSecurity getSecurity()
getSecurity in interface CommonConnDefpublic Recovery getRecovery()
getRecovery in interface CommonConnDefpublic java.lang.Boolean isXa()
CommonConnDefisXa in interface CommonConnDefpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 IronJacamar (http://www.ironjacamar.org)