Package | Description |
---|---|
org.jboss.jca.embedded.dsl.ironjacamar12.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.jca.embedded.dsl.ironjacamar12.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConnectionDefinitionType<T> |
ConnectionDefinitionType.className(String className)
Sets the
class-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.connectable(Boolean connectable)
Sets the
connectable attribute |
ConnectionDefinitionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsType.createConnectionDefinition()
Creates a new
connection-definition element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.enabled(Boolean enabled)
Sets the
enabled attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.enlistment(Boolean enlistment)
Sets the
enlistment attribute |
ConnectionDefinitionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsType.getOrCreateConnectionDefinition()
If not already created, a new
connection-definition element will be created and returned. |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.jndiName(String jndiName)
Sets the
jndi-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.poolName(String poolName)
Sets the
pool-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeAllConfigProperty()
Removes all
config-property elements |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeClassName()
Removes the
class-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeConnectable()
Removes the
connectable attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeEnabled()
Removes the
enabled attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeEnlistment()
Removes the
enlistment attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeJndiName()
Removes the
jndi-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removePool()
Removes the
pool element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removePoolName()
Removes the
pool-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeRecovery()
Removes the
recovery element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeSecurity()
Removes the
security element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeSharable()
Removes the
sharable attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeTimeout()
Removes the
timeout element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeTracking()
Removes the
tracking attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeUseCcm()
Removes the
use-ccm attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeUseJavaContext()
Removes the
use-java-context attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeValidation()
Removes the
validation element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.removeXaPool()
Removes the
xa-pool element |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.sharable(Boolean sharable)
Sets the
sharable attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.tracking(Boolean tracking)
Sets the
tracking attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.useCcm(Boolean useCcm)
Sets the
use-ccm attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionType.useJavaContext(Boolean useJavaContext)
Sets the
use-java-context attribute |
Modifier and Type | Method and Description |
---|---|
ConfigPropertyType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.createConfigProperty()
Creates a new
config-property element |
List<ConfigPropertyType<ConnectionDefinitionType<T>>> |
ConnectionDefinitionType.getAllConfigProperty()
Returns all
config-property elements |
List<ConnectionDefinitionType<ConnectionDefinitionsType<T>>> |
ConnectionDefinitionsType.getAllConnectionDefinition()
Returns all
connection-definition elements |
ConfigPropertyType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
PoolType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreatePool()
If not already created, a new
pool element with the given value will be created. |
RecoverType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateRecovery()
If not already created, a new
recovery element with the given value will be created. |
SecurityType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateSecurity()
If not already created, a new
security element with the given value will be created. |
TimeoutType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateTimeout()
If not already created, a new
timeout element with the given value will be created. |
ValidationType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateValidation()
If not already created, a new
validation element with the given value will be created. |
XaPoolType<ConnectionDefinitionType<T>> |
ConnectionDefinitionType.getOrCreateXaPool()
If not already created, a new
xa-pool element with the given value will be created. |
Modifier and Type | Method and Description |
---|---|
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.className(String className)
Sets the
class-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.connectable(Boolean connectable)
Sets the
connectable attribute |
ConnectionDefinitionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsTypeImpl.createConnectionDefinition()
Creates a new
connection-definition element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.enabled(Boolean enabled)
Sets the
enabled attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.enlistment(Boolean enlistment)
Sets the
enlistment attribute |
ConnectionDefinitionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsTypeImpl.getOrCreateConnectionDefinition()
If not already created, a new
connection-definition element will be created and returned. |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.jndiName(String jndiName)
Sets the
jndi-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.poolName(String poolName)
Sets the
pool-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeAllConfigProperty()
Removes all
config-property elements |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeClassName()
Removes the
class-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeConnectable()
Removes the
connectable attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeEnabled()
Removes the
enabled attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeEnlistment()
Removes the
enlistment attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeJndiName()
Removes the
jndi-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removePool()
Removes the
pool element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removePoolName()
Removes the
pool-name attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeRecovery()
Removes the
recovery element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeSecurity()
Removes the
security element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeSharable()
Removes the
sharable attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeTimeout()
Removes the
timeout element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeTracking()
Removes the
tracking attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeUseCcm()
Removes the
use-ccm attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeUseJavaContext()
Removes the
use-java-context attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeValidation()
Removes the
validation element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.removeXaPool()
Removes the
xa-pool element |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.sharable(Boolean sharable)
Sets the
sharable attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.tracking(Boolean tracking)
Sets the
tracking attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.useCcm(Boolean useCcm)
Sets the
use-ccm attribute |
ConnectionDefinitionType<T> |
ConnectionDefinitionTypeImpl.useJavaContext(Boolean useJavaContext)
Sets the
use-java-context attribute |
Modifier and Type | Method and Description |
---|---|
ConfigPropertyType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.createConfigProperty()
Creates a new
config-property element |
List<ConfigPropertyType<ConnectionDefinitionType<T>>> |
ConnectionDefinitionTypeImpl.getAllConfigProperty()
Returns all
config-property elements |
List<ConnectionDefinitionType<ConnectionDefinitionsType<T>>> |
ConnectionDefinitionsTypeImpl.getAllConnectionDefinition()
Returns all
connection-definition elements |
ConfigPropertyType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
PoolType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreatePool()
If not already created, a new
pool element with the given value will be created. |
RecoverType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreateRecovery()
If not already created, a new
recovery element with the given value will be created. |
SecurityType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreateSecurity()
If not already created, a new
security element with the given value will be created. |
TimeoutType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreateTimeout()
If not already created, a new
timeout element with the given value will be created. |
ValidationType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreateValidation()
If not already created, a new
validation element with the given value will be created. |
XaPoolType<ConnectionDefinitionType<T>> |
ConnectionDefinitionTypeImpl.getOrCreateXaPool()
If not already created, a new
xa-pool element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.