Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters12.api.ConnectionDefinitionType
-
Packages that use ConnectionDefinitionType Package Description org.jboss.jca.embedded.dsl.resourceadapters12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters12.impl Provides the implementation classes as defined in the schema -
-
Uses of ConnectionDefinitionType in org.jboss.jca.embedded.dsl.resourceadapters12.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return ConnectionDefinitionType Modifier and Type Method Description ConnectionDefinitionType<T>ConnectionDefinitionType. className(String className)Sets theclass-nameattributeConnectionDefinitionType<T>ConnectionDefinitionType. connectable(Boolean connectable)Sets theconnectableattributeConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsType. createConnectionDefinition()Creates a newconnection-definitionelementConnectionDefinitionType<T>ConnectionDefinitionType. enabled(Boolean enabled)Sets theenabledattributeConnectionDefinitionType<T>ConnectionDefinitionType. enlistment(Boolean enlistment)Sets theenlistmentattributeConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsType. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.ConnectionDefinitionType<T>ConnectionDefinitionType. jndiName(String jndiName)Sets thejndi-nameattributeConnectionDefinitionType<T>ConnectionDefinitionType. poolName(String poolName)Sets thepool-nameattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeAllConfigProperty()Removes allconfig-propertyelementsConnectionDefinitionType<T>ConnectionDefinitionType. removeClassName()Removes theclass-nameattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeConnectable()Removes theconnectableattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeEnabled()Removes theenabledattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeEnlistment()Removes theenlistmentattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeJndiName()Removes thejndi-nameattributeConnectionDefinitionType<T>ConnectionDefinitionType. removePool()Removes thepoolelementConnectionDefinitionType<T>ConnectionDefinitionType. removePoolName()Removes thepool-nameattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeRecovery()Removes therecoveryelementConnectionDefinitionType<T>ConnectionDefinitionType. removeSecurity()Removes thesecurityelementConnectionDefinitionType<T>ConnectionDefinitionType. removeSharable()Removes thesharableattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeTimeout()Removes thetimeoutelementConnectionDefinitionType<T>ConnectionDefinitionType. removeTracking()Removes thetrackingattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeUseCcm()Removes theuse-ccmattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeUseJavaContext()Removes theuse-java-contextattributeConnectionDefinitionType<T>ConnectionDefinitionType. removeValidation()Removes thevalidationelementConnectionDefinitionType<T>ConnectionDefinitionType. removeXaPool()Removes thexa-poolelementConnectionDefinitionType<T>ConnectionDefinitionType. sharable(Boolean sharable)Sets thesharableattributeConnectionDefinitionType<T>ConnectionDefinitionType. tracking(Boolean tracking)Sets thetrackingattributeConnectionDefinitionType<T>ConnectionDefinitionType. useCcm(Boolean useCcm)Sets theuse-ccmattributeConnectionDefinitionType<T>ConnectionDefinitionType. useJavaContext(Boolean useJavaContext)Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.api that return types with arguments of type ConnectionDefinitionType Modifier and Type Method Description ConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<ConnectionDefinitionType<T>>>ConnectionDefinitionType. getAllConfigProperty()Returns allconfig-propertyelementsList<ConnectionDefinitionType<ConnectionDefinitionsType<T>>>ConnectionDefinitionsType. getAllConnectionDefinition()Returns allconnection-definitionelementsConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.PoolType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreatePool()If not already created, a newpoolelement with the given value will be created.RecoverType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.SecurityType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.TimeoutType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.ValidationType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.XaPoolType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateXaPool()If not already created, a newxa-poolelement with the given value will be created. -
Uses of ConnectionDefinitionType in org.jboss.jca.embedded.dsl.resourceadapters12.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters12.impl that implement ConnectionDefinitionType Modifier and Type Class Description classConnectionDefinitionTypeImpl<T>This class implements theconnection-definitionTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return ConnectionDefinitionType Modifier and Type Method Description ConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. className(String className)Sets theclass-nameattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. connectable(Boolean connectable)Sets theconnectableattributeConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsTypeImpl. createConnectionDefinition()Creates a newconnection-definitionelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. enabled(Boolean enabled)Sets theenabledattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. enlistment(Boolean enlistment)Sets theenlistmentattributeConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsTypeImpl. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.ConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. jndiName(String jndiName)Sets thejndi-nameattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. poolName(String poolName)Sets thepool-nameattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeAllConfigProperty()Removes allconfig-propertyelementsConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeClassName()Removes theclass-nameattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeConnectable()Removes theconnectableattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeEnabled()Removes theenabledattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeEnlistment()Removes theenlistmentattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeJndiName()Removes thejndi-nameattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removePool()Removes thepoolelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removePoolName()Removes thepool-nameattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeRecovery()Removes therecoveryelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeSecurity()Removes thesecurityelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeSharable()Removes thesharableattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeTimeout()Removes thetimeoutelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeTracking()Removes thetrackingattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeUseCcm()Removes theuse-ccmattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeUseJavaContext()Removes theuse-java-contextattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeValidation()Removes thevalidationelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. removeXaPool()Removes thexa-poolelementConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. sharable(Boolean sharable)Sets thesharableattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. tracking(Boolean tracking)Sets thetrackingattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. useCcm(Boolean useCcm)Sets theuse-ccmattributeConnectionDefinitionType<T>ConnectionDefinitionTypeImpl. useJavaContext(Boolean useJavaContext)Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.resourceadapters12.impl that return types with arguments of type ConnectionDefinitionType Modifier and Type Method Description ConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<ConnectionDefinitionType<T>>>ConnectionDefinitionTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsList<ConnectionDefinitionType<ConnectionDefinitionsType<T>>>ConnectionDefinitionsTypeImpl. getAllConnectionDefinition()Returns allconnection-definitionelementsConfigPropertyType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.PoolType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreatePool()If not already created, a newpoolelement with the given value will be created.RecoverType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.SecurityType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.TimeoutType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.ValidationType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.XaPoolType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateXaPool()If not already created, a newxa-poolelement with the given value will be created.
-