
public class CommonConnDefImpl extends CommonConnDefImpl implements org.jboss.jca.common.api.metadata.common.v11.CommonConnDef
className, configProperties, enabled, 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,
org.jboss.jca.common.api.metadata.common.CommonPool pool,
org.jboss.jca.common.api.metadata.common.CommonTimeOut timeOut,
org.jboss.jca.common.api.metadata.common.CommonValidation validation,
org.jboss.jca.common.api.metadata.common.CommonSecurity security,
org.jboss.jca.common.api.metadata.common.Recovery recovery)
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, 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,
org.jboss.jca.common.api.metadata.common.CommonPool pool,
org.jboss.jca.common.api.metadata.common.CommonTimeOut timeOut,
org.jboss.jca.common.api.metadata.common.CommonValidation validation,
org.jboss.jca.common.api.metadata.common.CommonSecurity security,
org.jboss.jca.common.api.metadata.common.Recovery recovery)
configProperties - configPropertiesclassName - classNamejndiName - jndiNamepoolName - poolNameenabled - enableduseJavaContext - useJavaContextuseCcm - useCcmsharable - sharableenlistment - enlistmentpool - pooltimeOut - timeOutvalidation - validationsecurity - securityrecovery - recoverypublic 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)