public class CommonConnDefImpl extends CommonConnDefImpl implements CommonConnDef
CommonConnDef.Attribute, CommonConnDef.Tag
className, configProperties, enabled, isXA, jndiName, pool, poolName, recovery, security, timeOut, useCcm, useJavaContext, 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,
java.lang.Boolean sharable,
java.lang.Boolean enlistment,
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) |
int |
hashCode() |
java.lang.Boolean |
isEnlistment()
Get the enlistment
|
java.lang.Boolean |
isSharable()
Get the sharable
|
java.lang.String |
toString() |
getClassName, getConfigProperties, getJndiName, getPool, getPoolName, getRecovery, getSecurity, getTimeOut, getValidation, isEnabled, isUseCcm, isUseJavaContext, isXa
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getClassName, getConfigProperties, getJndiName, getPool, getPoolName, getRecovery, getSecurity, getTimeOut, getValidation, isEnabled, isUseCcm, isUseJavaContext, 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, java.lang.Boolean sharable, java.lang.Boolean enlistment, CommonPool pool, CommonTimeOut timeOut, CommonValidation validation, CommonSecurity security, Recovery recovery, java.lang.Boolean isXA)
configProperties
- configPropertiesclassName
- classNamejndiName
- jndiNamepoolName
- poolNameenabled
- enableduseJavaContext
- useJavaContextuseCcm
- useCcmsharable
- sharableenlistment
- enlistmentpool
- pooltimeOut
- timeOutvalidation
- validationsecurity
- securityrecovery
- recoveryisXA
- isXApublic final java.lang.Boolean isSharable()
public final java.lang.Boolean isEnlistment()
public int hashCode()
hashCode
in class CommonConnDefImpl
public boolean equals(java.lang.Object obj)
equals
in class CommonConnDefImpl
public java.lang.String toString()
toString
in class CommonConnDefImpl
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)