
public class ConnectionDefintionTypeImpl<T> extends Object implements Child<T>, ConnectionDefintionType<T>
connection-defintionType xsd type| Constructor and Description |
|---|
ConnectionDefintionTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
ConnectionDefintionTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionDefintionType<T> |
className(String className)
Sets the
class-name attribute |
ConfigPropertyType<ConnectionDefintionType<T>> |
createConfigProperty()
Creates a new
config-property element |
ConnectionDefintionType<T> |
enabled(Boolean enabled)
Sets the
enabled attribute |
List<ConfigPropertyType<ConnectionDefintionType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
String |
getClassName()
Returns the
class-name attribute |
String |
getJndiName()
Returns the
jndi-name attribute |
ConfigPropertyType<ConnectionDefintionType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
PoolType<ConnectionDefintionType<T>> |
getOrCreatePool()
If not already created, a new
pool element with the given value will be created. |
RecoverType<ConnectionDefintionType<T>> |
getOrCreateRecovery()
If not already created, a new
recovery element with the given value will be created. |
SecurityType<ConnectionDefintionType<T>> |
getOrCreateSecurity()
If not already created, a new
security element with the given value will be created. |
TimeoutType<ConnectionDefintionType<T>> |
getOrCreateTimeout()
If not already created, a new
timeout element with the given value will be created. |
ValidationType<ConnectionDefintionType<T>> |
getOrCreateValidation()
If not already created, a new
validation element with the given value will be created. |
XaPoolType<ConnectionDefintionType<T>> |
getOrCreateXaPool()
If not already created, a new
xa-pool element with the given value will be created. |
String |
getPoolName()
Returns the
pool-name attribute |
Boolean |
isEnabled()
Returns the
enabled attribute |
Boolean |
isUseCcm()
Returns the
use-ccm attribute |
Boolean |
isUseJavaContext()
Returns the
use-java-context attribute |
ConnectionDefintionType<T> |
jndiName(String jndiName)
Sets the
jndi-name attribute |
ConnectionDefintionType<T> |
poolName(String poolName)
Sets the
pool-name attribute |
ConnectionDefintionType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
ConnectionDefintionType<T> |
removeClassName()
Removes the
class-name attribute |
ConnectionDefintionType<T> |
removeEnabled()
Removes the
enabled attribute |
ConnectionDefintionType<T> |
removeJndiName()
Removes the
jndi-name attribute |
ConnectionDefintionType<T> |
removePool()
Removes the
pool element |
ConnectionDefintionType<T> |
removePoolName()
Removes the
pool-name attribute |
ConnectionDefintionType<T> |
removeRecovery()
Removes the
recovery element |
ConnectionDefintionType<T> |
removeSecurity()
Removes the
security element |
ConnectionDefintionType<T> |
removeTimeout()
Removes the
timeout element |
ConnectionDefintionType<T> |
removeUseCcm()
Removes the
use-ccm attribute |
ConnectionDefintionType<T> |
removeUseJavaContext()
Removes the
use-java-context attribute |
ConnectionDefintionType<T> |
removeValidation()
Removes the
validation element |
ConnectionDefintionType<T> |
removeXaPool()
Removes the
xa-pool element |
T |
up()
Returns the parent of this
Child |
ConnectionDefintionType<T> |
useCcm(Boolean useCcm)
Sets the
use-ccm attribute |
ConnectionDefintionType<T> |
useJavaContext(Boolean useJavaContext)
Sets the
use-java-context attribute |
public ConnectionDefintionTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ConnectionDefintionType<T> className(String className)
class-name attributeclassName in interface ConnectionDefintionType<T>className - the value for the attribute class-nameConnectionDefintionTypepublic String getClassName()
class-name attributegetClassName in interface ConnectionDefintionType<T>class-namepublic ConnectionDefintionType<T> removeClassName()
class-name attributeremoveClassName in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ConnectionDefintionType<T> jndiName(String jndiName)
jndi-name attributejndiName in interface ConnectionDefintionType<T>jndiName - the value for the attribute jndi-nameConnectionDefintionTypepublic String getJndiName()
jndi-name attributegetJndiName in interface ConnectionDefintionType<T>jndi-namepublic ConnectionDefintionType<T> removeJndiName()
jndi-name attributeremoveJndiName in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ConnectionDefintionType<T> enabled(Boolean enabled)
enabled attributeenabled in interface ConnectionDefintionType<T>enabled - the value for the attribute enabledConnectionDefintionTypepublic Boolean isEnabled()
enabled attributeisEnabled in interface ConnectionDefintionType<T>enabledpublic ConnectionDefintionType<T> removeEnabled()
enabled attributeremoveEnabled in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ConnectionDefintionType<T> useJavaContext(Boolean useJavaContext)
use-java-context attributeuseJavaContext in interface ConnectionDefintionType<T>useJavaContext - the value for the attribute use-java-contextConnectionDefintionTypepublic Boolean isUseJavaContext()
use-java-context attributeisUseJavaContext in interface ConnectionDefintionType<T>use-java-contextpublic ConnectionDefintionType<T> removeUseJavaContext()
use-java-context attributeremoveUseJavaContext in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ConnectionDefintionType<T> poolName(String poolName)
pool-name attributepoolName in interface ConnectionDefintionType<T>poolName - the value for the attribute pool-nameConnectionDefintionTypepublic String getPoolName()
pool-name attributegetPoolName in interface ConnectionDefintionType<T>pool-namepublic ConnectionDefintionType<T> removePoolName()
pool-name attributeremovePoolName in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ConfigPropertyType<ConnectionDefintionType<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.getOrCreateConfigProperty in interface ConnectionDefintionType<T>config-propertypublic ConfigPropertyType<ConnectionDefintionType<T>> createConfigProperty()
config-property elementcreateConfigProperty in interface ConnectionDefintionType<T>ConfigPropertyType> public List<ConfigPropertyType<ConnectionDefintionType<T>>> getAllConfigProperty()
config-property elementsgetAllConfigProperty in interface ConnectionDefintionType<T>config-propertypublic ConnectionDefintionType<T> removeAllConfigProperty()
config-property elementsremoveAllConfigProperty in interface ConnectionDefintionType<T>ConfigPropertyType> public PoolType<ConnectionDefintionType<T>> getOrCreatePool()
pool element with the given value will be created.
Otherwise, the existing pool element will be returned.getOrCreatePool in interface ConnectionDefintionType<T>PoolType> public ConnectionDefintionType<T> removePool()
pool elementremovePool in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic XaPoolType<ConnectionDefintionType<T>> getOrCreateXaPool()
xa-pool element with the given value will be created.
Otherwise, the existing xa-pool element will be returned.getOrCreateXaPool in interface ConnectionDefintionType<T>XaPoolType> public ConnectionDefintionType<T> removeXaPool()
xa-pool elementremoveXaPool in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic SecurityType<ConnectionDefintionType<T>> getOrCreateSecurity()
security element with the given value will be created.
Otherwise, the existing security element will be returned.getOrCreateSecurity in interface ConnectionDefintionType<T>SecurityType> public ConnectionDefintionType<T> removeSecurity()
security elementremoveSecurity in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic TimeoutType<ConnectionDefintionType<T>> getOrCreateTimeout()
timeout element with the given value will be created.
Otherwise, the existing timeout element will be returned.getOrCreateTimeout in interface ConnectionDefintionType<T>TimeoutType> public ConnectionDefintionType<T> removeTimeout()
timeout elementremoveTimeout in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ValidationType<ConnectionDefintionType<T>> getOrCreateValidation()
validation element with the given value will be created.
Otherwise, the existing validation element will be returned.getOrCreateValidation in interface ConnectionDefintionType<T>ValidationType> public ConnectionDefintionType<T> removeValidation()
validation elementremoveValidation in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic RecoverType<ConnectionDefintionType<T>> getOrCreateRecovery()
recovery element with the given value will be created.
Otherwise, the existing recovery element will be returned.getOrCreateRecovery in interface ConnectionDefintionType<T>RecoverType> public ConnectionDefintionType<T> removeRecovery()
recovery elementremoveRecovery in interface ConnectionDefintionType<T>ConnectionDefintionTypepublic ConnectionDefintionType<T> useCcm(Boolean useCcm)
use-ccm attributeuseCcm in interface ConnectionDefintionType<T>useCcm - the value for the attribute use-ccmConnectionDefintionTypepublic Boolean isUseCcm()
use-ccm attributeisUseCcm in interface ConnectionDefintionType<T>use-ccmpublic ConnectionDefintionType<T> removeUseCcm()
use-ccm attributeremoveUseCcm in interface ConnectionDefintionType<T>ConnectionDefintionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.