Class ModifiableConnDef
java.lang.Object
org.jboss.as.connector.subsystems.resourceadapters.ModifiableConnDef
- All Implemented Interfaces:
Serializable,org.jboss.jca.common.api.metadata.JCAMetadata,org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
public class ModifiableConnDef
extends Object
implements org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition.Attribute, org.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition.Tag -
Constructor Summary
ConstructorsConstructorDescriptionModifiableConnDef(Map<String, String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext, Boolean useCcm, 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 sharable, Boolean enlistment, Boolean connectable, Boolean tracking, String mcp, Boolean enlistmentTrace) Create a new ConnectionDefinition. -
Method Summary
Modifier and TypeMethodDescriptionaddConfigProperty(String key, String value) booleanfinal StringGet the className.Get the configProperties.final StringGet the jndiName.getMcp()final org.jboss.jca.common.api.metadata.common.PoolgetPool()Get the pool.final StringGet the poolName.final org.jboss.jca.common.api.metadata.common.RecoveryGet the recovery.final org.jboss.jca.common.api.metadata.common.SecurityGet the security.final org.jboss.jca.common.api.metadata.common.TimeOutGet the timeOut.final org.jboss.jca.common.api.metadata.common.ValidationGet the validation.inthashCode()final BooleanGet the enabled.final BooleanisUseCcm()Get the useCcm.final BooleanGet the useJavaContext.final BooleanisXa()toString()
-
Constructor Details
-
ModifiableConnDef
public ModifiableConnDef(Map<String, String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext, Boolean useCcm, 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 sharable, Boolean enlistment, Boolean connectable, Boolean tracking, String mcp, Boolean enlistmentTrace) throws org.jboss.jca.common.api.validator.ValidateExceptionCreate a new ConnectionDefinition.- Parameters:
configProperties- configPropertiesclassName- classNamejndiName- jndiNamepoolName- poolNameenabled- enableduseJavaContext- useJavaContextuseCcm- useCcmpool- pooltimeOut- timeOutvalidation- validationsecurity- securityrecovery- recovery- Throws:
org.jboss.jca.common.api.validator.ValidateException
-
-
Method Details
-
getConfigProperties
Get the configProperties.- Specified by:
getConfigPropertiesin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the configProperties.
-
addConfigProperty
-
getClassName
Get the className.- Specified by:
getClassNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the className.
-
getJndiName
Get the jndiName.- Specified by:
getJndiNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the jndiName.
-
getPoolName
Get the poolName.- Specified by:
getPoolNamein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the poolName.
-
isEnabled
Get the enabled.- Specified by:
isEnabledin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the enabled.
-
isUseJavaContext
Get the useJavaContext.- Specified by:
isUseJavaContextin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the useJavaContext.
-
isUseCcm
Get the useCcm.- Specified by:
isUseCcmin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the useCcm.
-
getPool
public final org.jboss.jca.common.api.metadata.common.Pool getPool()Get the pool.- Specified by:
getPoolin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the pool.
-
getTimeOut
public final org.jboss.jca.common.api.metadata.common.TimeOut getTimeOut()Get the timeOut.- Specified by:
getTimeOutin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the timeOut.
-
getValidation
public final org.jboss.jca.common.api.metadata.common.Validation getValidation()Get the validation.- Specified by:
getValidationin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the validation.
-
getSecurity
public final org.jboss.jca.common.api.metadata.common.Security getSecurity()Get the security.- Specified by:
getSecurityin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the security.
-
isXa
- Specified by:
isXain interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
getRecovery
public final org.jboss.jca.common.api.metadata.common.Recovery getRecovery()Get the recovery.- Specified by:
getRecoveryin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition- Returns:
- the recovery.
-
isSharable
- Specified by:
isSharablein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
isEnlistment
- Specified by:
isEnlistmentin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
isConnectable
- Specified by:
isConnectablein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
isTracking
- Specified by:
isTrackingin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
getMcp
- Specified by:
getMcpin interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
isEnlistmentTrace
- Specified by:
isEnlistmentTracein interfaceorg.jboss.jca.common.api.metadata.resourceadapter.ConnectionDefinition
-
hashCode
public int hashCode() -
equals
-
toString
-