Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.api.ConnectionDefinitionType
Packages that use ConnectionDefinitionType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ConnectionDefinitionType in org.jboss.jca.embedded.dsl.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return ConnectionDefinitionTypeModifier and TypeMethodDescriptionSets theclass-nameattributeConnectionDefinitionsType.createConnectionDefinition()Creates a newconnection-definitionelementSets theenabledattributeConnectionDefinitionsType.getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.Sets thejndi-nameattributeSets thepool-nameattributeConnectionDefinitionType.removeAllConfigProperty()Removes allconfig-propertyelementsConnectionDefinitionType.removeClassName()Removes theclass-nameattributeConnectionDefinitionType.removeEnabled()Removes theenabledattributeConnectionDefinitionType.removeJndiName()Removes thejndi-nameattributeConnectionDefinitionType.removePool()Removes thepoolelementConnectionDefinitionType.removePoolName()Removes thepool-nameattributeConnectionDefinitionType.removeRecovery()Removes therecoveryelementConnectionDefinitionType.removeSecurity()Removes thesecurityelementConnectionDefinitionType.removeTimeout()Removes thetimeoutelementConnectionDefinitionType.removeUseCcm()Removes theuse-ccmattributeConnectionDefinitionType.removeUseJavaContext()Removes theuse-java-contextattributeConnectionDefinitionType.removeValidation()Removes thevalidationelementConnectionDefinitionType.removeXaPool()Removes thexa-poolelementSets theuse-ccmattributeConnectionDefinitionType.useJavaContext(Boolean useJavaContext) Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return types with arguments of type ConnectionDefinitionTypeModifier and TypeMethodDescriptionConnectionDefinitionType.createConfigProperty()Creates a newconfig-propertyelementConnectionDefinitionType.getAllConfigProperty()Returns allconfig-propertyelementsConnectionDefinitionsType.getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionType.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConnectionDefinitionType.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.ConnectionDefinitionType.getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.ConnectionDefinitionType.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.ConnectionDefinitionType.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.ConnectionDefinitionType.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.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.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement ConnectionDefinitionTypeModifier and TypeClassDescriptionclassThis class implements theconnection-definitionTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return ConnectionDefinitionTypeModifier and TypeMethodDescriptionSets theclass-nameattributeConnectionDefinitionsTypeImpl.createConnectionDefinition()Creates a newconnection-definitionelementSets theenabledattributeConnectionDefinitionsTypeImpl.getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.Sets thejndi-nameattributeSets thepool-nameattributeConnectionDefinitionTypeImpl.removeAllConfigProperty()Removes allconfig-propertyelementsConnectionDefinitionTypeImpl.removeClassName()Removes theclass-nameattributeConnectionDefinitionTypeImpl.removeEnabled()Removes theenabledattributeConnectionDefinitionTypeImpl.removeJndiName()Removes thejndi-nameattributeConnectionDefinitionTypeImpl.removePool()Removes thepoolelementConnectionDefinitionTypeImpl.removePoolName()Removes thepool-nameattributeConnectionDefinitionTypeImpl.removeRecovery()Removes therecoveryelementConnectionDefinitionTypeImpl.removeSecurity()Removes thesecurityelementConnectionDefinitionTypeImpl.removeTimeout()Removes thetimeoutelementConnectionDefinitionTypeImpl.removeUseCcm()Removes theuse-ccmattributeConnectionDefinitionTypeImpl.removeUseJavaContext()Removes theuse-java-contextattributeConnectionDefinitionTypeImpl.removeValidation()Removes thevalidationelementConnectionDefinitionTypeImpl.removeXaPool()Removes thexa-poolelementSets theuse-ccmattributeConnectionDefinitionTypeImpl.useJavaContext(Boolean useJavaContext) Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return types with arguments of type ConnectionDefinitionTypeModifier and TypeMethodDescriptionConnectionDefinitionTypeImpl.createConfigProperty()Creates a newconfig-propertyelementConnectionDefinitionTypeImpl.getAllConfigProperty()Returns allconfig-propertyelementsConnectionDefinitionsTypeImpl.getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConnectionDefinitionTypeImpl.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.ConnectionDefinitionTypeImpl.getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.ConnectionDefinitionTypeImpl.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.ConnectionDefinitionTypeImpl.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.ConnectionDefinitionTypeImpl.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.ConnectionDefinitionTypeImpl.getOrCreateXaPool()If not already created, a newxa-poolelement with the given value will be created.