public class CommonConnDefImpl extends CommonConnDefImpl implements CommonConnDef
CommonConnDef.Attribute, CommonConnDef.TagclassName, 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, isXaclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetClassName, getConfigProperties, getJndiName, getPool, getPoolName, getRecovery, getSecurity, getTimeOut, getValidation, isEnabled, isUseCcm, isUseJavaContext, isXapublic 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 CommonConnDefImplpublic boolean equals(java.lang.Object obj)
equals in class CommonConnDefImplpublic java.lang.String toString()
toString in class CommonConnDefImplCopyright © 2013 IronJacamar (http://www.ironjacamar.org)