
public class ConnectionDefinitionImpl extends Object implements org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
| Modifier and Type | Field and Description |
|---|---|
protected String |
className
class-name
|
protected Map<String,String> |
configProperties
config-property
|
protected Boolean |
enabled
enable
|
protected Boolean |
enlistment
Enlistment
|
protected Boolean |
isXA
isXA
|
protected String |
jndiName
jndi-name
|
protected org.jboss.jca.common.api.metadata.common.Pool |
pool
pool
|
protected String |
poolName
pool-name
|
protected org.jboss.jca.common.api.metadata.common.Recovery |
recovery
recovery
|
protected org.jboss.jca.common.api.metadata.common.Security |
security
security
|
protected Boolean |
sharable
Sharable
|
protected org.jboss.jca.common.api.metadata.common.TimeOut |
timeOut
timeout
|
protected Boolean |
useCcm
use-ccm
|
protected Boolean |
useJavaContext
use-java-context
|
protected org.jboss.jca.common.api.metadata.common.Validation |
validation
validation
|
| Constructor and Description |
|---|
ConnectionDefinitionImpl(Map<String,String> configProperties,
String className,
String jndiName,
String poolName,
Boolean enabled,
Boolean useJavaContext,
Boolean useCcm,
Boolean sharable,
Boolean enlistment,
Boolean connectable,
Boolean tracking,
String mcp,
Boolean enlistmentTrace,
org.jboss.jca.common.api.metadata.common.Pool pool,
org.jboss.jca.common.api.metadata.common.TimeOut timeOut,
org.jboss.jca.common.api.metadata.common.Validation validation,
org.jboss.jca.common.api.metadata.common.Security security,
org.jboss.jca.common.api.metadata.common.Recovery recovery,
Boolean isXA)
Create a new ConnectionDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName()
Get the className.
|
Map<String,String> |
getConfigProperties()
Get the configProperties.
|
String |
getJndiName()
Get the jndiName.
|
String |
getMcp()
Get mcp
|
org.jboss.jca.common.api.metadata.common.Pool |
getPool()
Get the pool.
|
String |
getPoolName()
Get the poolName.
|
org.jboss.jca.common.api.metadata.common.Recovery |
getRecovery()
Get the recovery settings.
|
org.jboss.jca.common.api.metadata.common.Security |
getSecurity()
Get the security.
|
org.jboss.jca.common.api.metadata.common.TimeOut |
getTimeOut()
Get the timeOut.
|
org.jboss.jca.common.api.metadata.common.Validation |
getValidation()
Get the validation.
|
int |
hashCode() |
Boolean |
isConnectable()
Get the connectable flag
|
Boolean |
isEnabled()
Get the enabled.
|
Boolean |
isEnlistment()
Get the enlistment
|
Boolean |
isEnlistmentTrace()
Get the enlistment trace
|
Boolean |
isSharable()
Get the sharable
|
Boolean |
isTracking()
Get the tracking flag
|
Boolean |
isUseCcm()
Get the useCcm.
|
Boolean |
isUseJavaContext()
Get the useJavaContext.
|
Boolean |
isXa()
Return true if this connectionDefnition have defined an XaPool
|
String |
toString() |
protected String className
protected String jndiName
protected String poolName
protected Boolean enabled
protected Boolean useJavaContext
protected Boolean useCcm
protected org.jboss.jca.common.api.metadata.common.Pool pool
protected org.jboss.jca.common.api.metadata.common.TimeOut timeOut
protected org.jboss.jca.common.api.metadata.common.Validation validation
protected org.jboss.jca.common.api.metadata.common.Security security
protected org.jboss.jca.common.api.metadata.common.Recovery recovery
protected Boolean isXA
protected Boolean sharable
protected Boolean enlistment
public ConnectionDefinitionImpl(Map<String,String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext, Boolean useCcm, Boolean sharable, Boolean enlistment, Boolean connectable, Boolean tracking, String mcp, Boolean enlistmentTrace, org.jboss.jca.common.api.metadata.common.Pool pool, org.jboss.jca.common.api.metadata.common.TimeOut timeOut, org.jboss.jca.common.api.metadata.common.Validation validation, org.jboss.jca.common.api.metadata.common.Security security, org.jboss.jca.common.api.metadata.common.Recovery recovery, Boolean isXA)
configProperties - configPropertiesclassName - classNamejndiName - jndiNamepoolName - poolNameenabled - enableduseJavaContext - useJavaContextuseCcm - useCcmsharable - sharableenlistment - enlistmentconnectable - connectabletracking - trackingmcp - mcpenlistmentTrace - enlistmentTracepool - pooltimeOut - timeOutvalidation - validationsecurity - securityrecovery - recoveryisXA - isXApublic Map<String,String> getConfigProperties()
getConfigProperties in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic String getClassName()
getClassName in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic String getJndiName()
getJndiName in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic String getPoolName()
getPoolName in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isEnabled()
isEnabled in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isUseJavaContext()
isUseJavaContext in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isUseCcm()
isUseCcm in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic org.jboss.jca.common.api.metadata.common.Pool getPool()
getPool in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic org.jboss.jca.common.api.metadata.common.TimeOut getTimeOut()
getTimeOut in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic org.jboss.jca.common.api.metadata.common.Validation getValidation()
getValidation in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic org.jboss.jca.common.api.metadata.common.Security getSecurity()
getSecurity in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic org.jboss.jca.common.api.metadata.common.Recovery getRecovery()
getRecovery in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isXa()
isXa in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isSharable()
isSharable in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isEnlistment()
isEnlistment in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isConnectable()
isConnectable in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isTracking()
isTracking in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionnull is container default, a value is an overridepublic String getMcp()
getMcp in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionpublic Boolean isEnlistmentTrace()
isEnlistmentTrace in interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinitionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)