Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters11.api.ConnectionDefinitionsType
Packages that use ConnectionDefinitionsType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of ConnectionDefinitionsType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return ConnectionDefinitionsTypeModifier and TypeMethodDescriptionResourceAdapterType.getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType.removeAllConnectionDefinition()Removes allconnection-definitionelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return types with arguments of type ConnectionDefinitionsTypeModifier and TypeMethodDescriptionConnectionDefinitionsType.createConnectionDefinition()Creates a newconnection-definitionelementConnectionDefinitionsType.getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionsType.getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned. -
Uses of ConnectionDefinitionsType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters11.impl that implement ConnectionDefinitionsTypeModifier and TypeClassDescriptionclassThis class implements theconnection-definitionsTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return ConnectionDefinitionsTypeModifier and TypeMethodDescriptionResourceAdapterTypeImpl.getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsTypeImpl.removeAllConnectionDefinition()Removes allconnection-definitionelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return types with arguments of type ConnectionDefinitionsTypeModifier and TypeMethodDescriptionConnectionDefinitionsTypeImpl.createConnectionDefinition()Creates a newconnection-definitionelementConnectionDefinitionsTypeImpl.getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionsTypeImpl.getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.