Uses of Interface
org.jboss.jca.embedded.dsl.datasources13.api.DatasourcesType
Packages that use DatasourcesType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of DatasourcesType in org.jboss.jca.embedded.dsl.datasources13.api
Methods in org.jboss.jca.embedded.dsl.datasources13.api that return DatasourcesTypeModifier and TypeMethodDescriptionDatasourcesType.removeAllDatasource()Removes alldatasourceelementsDatasourcesType.removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesType.removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources13.api that return types with arguments of type DatasourcesTypeModifier and TypeMethodDescriptionDatasourcesType.createDatasource()Creates a newdatasourceelementDatasourcesType.createXaDatasource()Creates a newxa-datasourceelementDatasourcesType.getAllDatasource()Returns alldatasourceelementsDatasourcesType.getAllXaDatasource()Returns allxa-datasourceelementsDatasourcesType.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DatasourcesType.getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.DatasourcesType.getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned. -
Uses of DatasourcesType in org.jboss.jca.embedded.dsl.datasources13.impl
Classes in org.jboss.jca.embedded.dsl.datasources13.impl that implement DatasourcesTypeModifier and TypeClassDescriptionclassThis class implements thedatasourcesTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return DatasourcesTypeModifier and TypeMethodDescriptionDatasourcesTypeImpl.removeAllDatasource()Removes alldatasourceelementsDatasourcesTypeImpl.removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesTypeImpl.removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources13.impl that return types with arguments of type DatasourcesTypeModifier and TypeMethodDescriptionDatasourcesTypeImpl.createDatasource()Creates a newdatasourceelementDatasourcesTypeImpl.createXaDatasource()Creates a newxa-datasourceelementDatasourcesTypeImpl.getAllDatasource()Returns alldatasourceelementsDatasourcesTypeImpl.getAllXaDatasource()Returns allxa-datasourceelementsDatasourcesTypeImpl.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DatasourcesTypeImpl.getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.DatasourcesTypeImpl.getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned.