
public class CommonConnDefImpl
extends java.lang.Object
implements org.jboss.jca.common.api.metadata.common.v10.CommonConnDef
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
className
class-name
|
protected java.util.Map<java.lang.String,java.lang.String> |
configProperties
config-property
|
protected java.lang.Boolean |
enabled
enable
|
protected java.lang.String |
jndiName
jndi-name
|
protected org.jboss.jca.common.api.metadata.common.CommonPool |
pool
pool
|
protected java.lang.String |
poolName
pool-name
|
protected org.jboss.jca.common.api.metadata.common.Recovery |
recovery
recovery
|
protected org.jboss.jca.common.api.metadata.common.CommonSecurity |
security
security
|
protected org.jboss.jca.common.api.metadata.common.CommonTimeOut |
timeOut
timeout
|
protected java.lang.Boolean |
useCcm
use-ccm
|
protected java.lang.Boolean |
useJavaContext
use-java-context
|
protected org.jboss.jca.common.api.metadata.common.CommonValidation |
validation
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,
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) |
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.
|
org.jboss.jca.common.api.metadata.common.CommonPool |
getPool()
Get the pool.
|
java.lang.String |
getPoolName()
Get the poolName.
|
org.jboss.jca.common.api.metadata.common.Recovery |
getRecovery()
Get the recovery.
|
org.jboss.jca.common.api.metadata.common.CommonSecurity |
getSecurity()
Get the security.
|
org.jboss.jca.common.api.metadata.common.CommonTimeOut |
getTimeOut()
Get the timeOut.
|
org.jboss.jca.common.api.metadata.common.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() |
protected final java.util.Map<java.lang.String,java.lang.String> configProperties
protected final java.lang.String className
protected final java.lang.String jndiName
protected final java.lang.String poolName
protected final java.lang.Boolean enabled
protected final java.lang.Boolean useJavaContext
protected final java.lang.Boolean useCcm
protected final org.jboss.jca.common.api.metadata.common.CommonPool pool
protected final org.jboss.jca.common.api.metadata.common.CommonTimeOut timeOut
protected final org.jboss.jca.common.api.metadata.common.CommonValidation validation
protected final org.jboss.jca.common.api.metadata.common.CommonSecurity security
protected final org.jboss.jca.common.api.metadata.common.Recovery recovery
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,
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 - useCcmpool - pooltimeOut - timeOutvalidation - validationsecurity - securityrecovery - recoverypublic java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
getConfigProperties in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.String getClassName()
getClassName in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.String getJndiName()
getJndiName in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.String getPoolName()
getPoolName in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.Boolean isEnabled()
isEnabled in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.Boolean isUseJavaContext()
isUseJavaContext in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.Boolean isUseCcm()
isUseCcm in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic org.jboss.jca.common.api.metadata.common.CommonPool getPool()
getPool in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic org.jboss.jca.common.api.metadata.common.CommonTimeOut getTimeOut()
getTimeOut in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic org.jboss.jca.common.api.metadata.common.CommonValidation getValidation()
getValidation in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic org.jboss.jca.common.api.metadata.common.CommonSecurity getSecurity()
getSecurity in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic org.jboss.jca.common.api.metadata.common.Recovery getRecovery()
getRecovery in interface org.jboss.jca.common.api.metadata.common.CommonConnDefpublic java.lang.Boolean isXa()
org.jboss.jca.common.api.metadata.common.CommonConnDefisXa in interface org.jboss.jca.common.api.metadata.common.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.ObjectCopyright © 2013 IronJacamar (http://www.ironjacamar.org)