public interface ConnectionDefinition extends JCAMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionDefinition.Attribute
An attribute
|
static class |
ConnectionDefinition.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Get the className.
|
Map<String,String> |
getConfigProperties()
Get the configProperties.
|
String |
getJndiName()
Get the jndiName.
|
String |
getMcp()
Get mcp
|
Pool |
getPool()
Get the pool.
|
String |
getPoolName()
Get the poolName.
|
Recovery |
getRecovery()
Get the recovery settings.
|
Security |
getSecurity()
Get the security.
|
TimeOut |
getTimeOut()
Get the timeOut.
|
Validation |
getValidation()
Get the validation.
|
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
|
Map<String,String> getConfigProperties()
String getClassName()
String getJndiName()
String getPoolName()
Boolean isEnabled()
Boolean isUseJavaContext()
Boolean isUseCcm()
Pool getPool()
TimeOut getTimeOut()
Validation getValidation()
Security getSecurity()
Boolean isXa()
Recovery getRecovery()
Boolean isSharable()
Boolean isEnlistment()
Boolean isConnectable()
Boolean isTracking()
null
is container default, a value is an overrideString getMcp()
Boolean isEnlistmentTrace()
Copyright © 2021 JBoss by Red Hat. All rights reserved.