public class CommonConnDefImpl extends java.lang.Object implements CommonConnDef
CommonConnDef.Attribute, CommonConnDef.Tag| 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)
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() |
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)
configProperties - configPropertiesclassName - classNamejndiName - jndiNamepoolName - poolNameenabled - enableduseJavaContext - useJavaContextuseCcm - useCcmpool - pooltimeOut - timeOutvalidation - validationsecurity - securityrecovery - recoverypublic final java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
getConfigProperties in interface CommonConnDefpublic final java.lang.String getClassName()
getClassName in interface CommonConnDefpublic final java.lang.String getJndiName()
getJndiName in interface CommonConnDefpublic final java.lang.String getPoolName()
getPoolName in interface CommonConnDefpublic final java.lang.Boolean isEnabled()
isEnabled in interface CommonConnDefpublic final java.lang.Boolean isUseJavaContext()
isUseJavaContext in interface CommonConnDefpublic final java.lang.Boolean isUseCcm()
isUseCcm in interface CommonConnDefpublic final CommonPool getPool()
getPool in interface CommonConnDefpublic final CommonTimeOut getTimeOut()
getTimeOut in interface CommonConnDefpublic final CommonValidation getValidation()
getValidation in interface CommonConnDefpublic final CommonSecurity getSecurity()
getSecurity in interface CommonConnDefpublic final 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.Objectpublic final Recovery getRecovery()
getRecovery in interface CommonConnDefCopyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)