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 CommonConnDef
public java.lang.String getClassName()
getClassName
in interface CommonConnDef
public java.lang.String getJndiName()
getJndiName
in interface CommonConnDef
public java.lang.String getPoolName()
getPoolName
in interface CommonConnDef
public java.lang.Boolean isEnabled()
isEnabled
in interface CommonConnDef
public java.lang.Boolean isUseJavaContext()
isUseJavaContext
in interface CommonConnDef
public java.lang.Boolean isUseCcm()
isUseCcm
in interface CommonConnDef
public CommonPool getPool()
getPool
in interface CommonConnDef
public CommonTimeOut getTimeOut()
getTimeOut
in interface CommonConnDef
public CommonValidation getValidation()
getValidation
in interface CommonConnDef
public CommonSecurity getSecurity()
getSecurity
in interface CommonConnDef
public Recovery getRecovery()
getRecovery
in interface CommonConnDef
public java.lang.Boolean isXa()
CommonConnDef
isXa
in interface CommonConnDef
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)