Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters10.api.ConnectionDefinitionsType
-
Packages that use ConnectionDefinitionsType Package Description org.jboss.jca.embedded.dsl.resourceadapters10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters10.impl Provides the implementation classes as defined in the schema -
-
Uses of ConnectionDefinitionsType in org.jboss.jca.embedded.dsl.resourceadapters10.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters10.api that return ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionsType<ResourceAdapterType<T>>ResourceAdapterType. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType<T>ConnectionDefinitionsType. removeAllConnectionDefinition()Removes allconnection-definitionelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters10.api that return types with arguments of type ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsType. createConnectionDefinition()Creates a newconnection-definitionelementList<ConnectionDefinitionType<ConnectionDefinitionsType<T>>>ConnectionDefinitionsType. getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsType. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned. -
Uses of ConnectionDefinitionsType in org.jboss.jca.embedded.dsl.resourceadapters10.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters10.impl that implement ConnectionDefinitionsType Modifier and Type Class Description classConnectionDefinitionsTypeImpl<T>This class implements theconnection-definitionsTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters10.impl that return ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionsType<ResourceAdapterType<T>>ResourceAdapterTypeImpl. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.ConnectionDefinitionsType<T>ConnectionDefinitionsTypeImpl. removeAllConnectionDefinition()Removes allconnection-definitionelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters10.impl that return types with arguments of type ConnectionDefinitionsType Modifier and Type Method Description ConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsTypeImpl. createConnectionDefinition()Creates a newconnection-definitionelementList<ConnectionDefinitionType<ConnectionDefinitionsType<T>>>ConnectionDefinitionsTypeImpl. getAllConnectionDefinition()Returns allconnection-definitionelementsConnectionDefinitionType<ConnectionDefinitionsType<T>>ConnectionDefinitionsTypeImpl. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.
-