Interface ConnectionDefinition
- All Superinterfaces:
JCAMetadata,Serializable
A ConnectionDefinition.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn attributestatic enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptionGet the className.Get the configProperties.Get the jndiName.getMcp()Get mcpgetPool()Get the pool.Get the poolName.Get the recovery settings.Get the security.Get the timeOut.Get the validation.Get the connectable flagGet the enabled.Get the enlistmentGet the enlistment traceGet the sharableGet the tracking flagisUseCcm()Get the useCcm.Get the useJavaContext.isXa()Return true if this connectionDefnition have defined an XaPool
-
Method Details
-
getConfigProperties
Get the configProperties.- Returns:
- the configProperties.
-
getClassName
String getClassName()Get the className.- Returns:
- the className.
-
getJndiName
String getJndiName()Get the jndiName.- Returns:
- the jndiName.
-
getPoolName
String getPoolName()Get the poolName.- Returns:
- the poolName.
-
isEnabled
Boolean isEnabled()Get the enabled.- Returns:
- the enabled.
-
isUseJavaContext
Boolean isUseJavaContext()Get the useJavaContext.- Returns:
- the useJavaContext.
-
isUseCcm
Boolean isUseCcm()Get the useCcm.- Returns:
- the useCcm.
-
getPool
Pool getPool()Get the pool.- Returns:
- the pool.
-
getTimeOut
TimeOut getTimeOut()Get the timeOut.- Returns:
- the timeOut.
-
getValidation
Validation getValidation()Get the validation.- Returns:
- the validation.
-
getSecurity
Security getSecurity()Get the security.- Returns:
- the security.
-
isXa
Boolean isXa()Return true if this connectionDefnition have defined an XaPool- Returns:
- true if this connectionDefnition have defined an XaPool
-
getRecovery
Recovery getRecovery()Get the recovery settings.- Returns:
- the recovery settings.
-
isSharable
Boolean isSharable()Get the sharable- Returns:
- the value
-
isEnlistment
Boolean isEnlistment()Get the enlistment- Returns:
- the value
-
isConnectable
Boolean isConnectable()Get the connectable flag- Returns:
- True, if connectable should be supported
-
isTracking
Boolean isTracking()Get the tracking flag- Returns:
nullis container default, a value is an override
-
getMcp
String getMcp()Get mcp- Returns:
- The value
-
isEnlistmentTrace
Boolean isEnlistmentTrace()Get the enlistment trace- Returns:
- the enlistment trace
-