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 CommonConnDef
public final java.lang.String getClassName()
getClassName
in interface CommonConnDef
public final java.lang.String getJndiName()
getJndiName
in interface CommonConnDef
public final java.lang.String getPoolName()
getPoolName
in interface CommonConnDef
public final java.lang.Boolean isEnabled()
isEnabled
in interface CommonConnDef
public final java.lang.Boolean isUseJavaContext()
isUseJavaContext
in interface CommonConnDef
public final java.lang.Boolean isUseCcm()
isUseCcm
in interface CommonConnDef
public final CommonPool getPool()
getPool
in interface CommonConnDef
public final CommonTimeOut getTimeOut()
getTimeOut
in interface CommonConnDef
public final CommonValidation getValidation()
getValidation
in interface CommonConnDef
public final CommonSecurity getSecurity()
getSecurity
in interface CommonConnDef
public final 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
public final Recovery getRecovery()
getRecovery
in interface CommonConnDef
Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)