|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionDefintionType | |
---|---|
org.jboss.ironjacamar.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.ironjacamar.impl | Provides the implementation classes as defined in the schema |
Uses of ConnectionDefintionType in org.jboss.ironjacamar.api |
---|
Methods in org.jboss.ironjacamar.api that return ConnectionDefintionType | |
---|---|
ConnectionDefintionType<T> |
ConnectionDefintionType.className(String className)
Sets the class-name attribute |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsType.createConnectionDefinition()
Creates a new connection-definition element |
ConnectionDefintionType<T> |
ConnectionDefintionType.enabled(Boolean enabled)
Sets the enabled attribute |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsType.getOrCreateConnectionDefinition()
If not already created, a new connection-definition element will be created and returned. |
ConnectionDefintionType<T> |
ConnectionDefintionType.jndiName(String jndiName)
Sets the jndi-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.poolName(String poolName)
Sets the pool-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeAllConfigProperty()
Removes all config-property elements |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeClassName()
Removes the class-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeEnabled()
Removes the enabled attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeJndiName()
Removes the jndi-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removePool()
Removes the pool element |
ConnectionDefintionType<T> |
ConnectionDefintionType.removePoolName()
Removes the pool-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeRecovery()
Removes the recovery element |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeSecurity()
Removes the security element |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeTimeout()
Removes the timeout element |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeUseCcm()
Removes the use-ccm attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeUseJavaContext()
Removes the use-java-context attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeValidation()
Removes the validation element |
ConnectionDefintionType<T> |
ConnectionDefintionType.removeXaPool()
Removes the xa-pool element |
ConnectionDefintionType<T> |
ConnectionDefintionType.useCcm(Boolean useCcm)
Sets the use-ccm attribute |
ConnectionDefintionType<T> |
ConnectionDefintionType.useJavaContext(Boolean useJavaContext)
Sets the use-java-context attribute |
Methods in org.jboss.ironjacamar.api that return types with arguments of type ConnectionDefintionType | |
---|---|
ConfigPropertyType<ConnectionDefintionType<T>> |
ConnectionDefintionType.createConfigProperty()
Creates a new config-property element |
List<ConfigPropertyType<ConnectionDefintionType<T>>> |
ConnectionDefintionType.getAllConfigProperty()
Returns all config-property elements |
List<ConnectionDefintionType<ConnectionDefinitionsType<T>>> |
ConnectionDefinitionsType.getAllConnectionDefinition()
Returns all connection-definition elements |
ConfigPropertyType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
PoolType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreatePool()
If not already created, a new pool element with the given value will be created. |
RecoverType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateRecovery()
If not already created, a new recovery element with the given value will be created. |
SecurityType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
TimeoutType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateTimeout()
If not already created, a new timeout element with the given value will be created. |
ValidationType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateValidation()
If not already created, a new validation element with the given value will be created. |
XaPoolType<ConnectionDefintionType<T>> |
ConnectionDefintionType.getOrCreateXaPool()
If not already created, a new xa-pool element with the given value will be created. |
Uses of ConnectionDefintionType in org.jboss.ironjacamar.impl |
---|
Methods in org.jboss.ironjacamar.impl that return ConnectionDefintionType | |
---|---|
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.className(String className)
Sets the class-name attribute |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsTypeImpl.createConnectionDefinition()
Creates a new connection-definition element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.enabled(Boolean enabled)
Sets the enabled attribute |
ConnectionDefintionType<ConnectionDefinitionsType<T>> |
ConnectionDefinitionsTypeImpl.getOrCreateConnectionDefinition()
If not already created, a new connection-definition element will be created and returned. |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.jndiName(String jndiName)
Sets the jndi-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.poolName(String poolName)
Sets the pool-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeAllConfigProperty()
Removes all config-property elements |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeClassName()
Removes the class-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeEnabled()
Removes the enabled attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeJndiName()
Removes the jndi-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removePool()
Removes the pool element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removePoolName()
Removes the pool-name attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeRecovery()
Removes the recovery element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeSecurity()
Removes the security element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeTimeout()
Removes the timeout element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeUseCcm()
Removes the use-ccm attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeUseJavaContext()
Removes the use-java-context attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeValidation()
Removes the validation element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.removeXaPool()
Removes the xa-pool element |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.useCcm(Boolean useCcm)
Sets the use-ccm attribute |
ConnectionDefintionType<T> |
ConnectionDefintionTypeImpl.useJavaContext(Boolean useJavaContext)
Sets the use-java-context attribute |
Methods in org.jboss.ironjacamar.impl that return types with arguments of type ConnectionDefintionType | |
---|---|
ConfigPropertyType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.createConfigProperty()
Creates a new config-property element |
List<ConfigPropertyType<ConnectionDefintionType<T>>> |
ConnectionDefintionTypeImpl.getAllConfigProperty()
Returns all config-property elements |
List<ConnectionDefintionType<ConnectionDefinitionsType<T>>> |
ConnectionDefinitionsTypeImpl.getAllConnectionDefinition()
Returns all connection-definition elements |
ConfigPropertyType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. |
PoolType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreatePool()
If not already created, a new pool element with the given value will be created. |
RecoverType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateRecovery()
If not already created, a new recovery element with the given value will be created. |
SecurityType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
TimeoutType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateTimeout()
If not already created, a new timeout element with the given value will be created. |
ValidationType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateValidation()
If not already created, a new validation element with the given value will be created. |
XaPoolType<ConnectionDefintionType<T>> |
ConnectionDefintionTypeImpl.getOrCreateXaPool()
If not already created, a new xa-pool element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |