Uses of Interface
org.jboss.jca.embedded.dsl.datasources10.api.DatasourcesType
-
Packages that use DatasourcesType Package Description org.jboss.jca.embedded.dsl.datasources10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources10.impl Provides the implementation classes as defined in the schema -
-
Uses of DatasourcesType in org.jboss.jca.embedded.dsl.datasources10.api
Methods in org.jboss.jca.embedded.dsl.datasources10.api that return DatasourcesType Modifier and Type Method Description DatasourcesType<T>DatasourcesType. removeAllDatasource()Removes alldatasourceelementsDatasourcesType<T>DatasourcesType. removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesType<T>DatasourcesType. removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources10.api that return types with arguments of type DatasourcesType Modifier and Type Method Description DatasourceType<DatasourcesType<T>>DatasourcesType. createDatasource()Creates a newdatasourceelementXaDatasourceType<DatasourcesType<T>>DatasourcesType. createXaDatasource()Creates a newxa-datasourceelementList<DatasourceType<DatasourcesType<T>>>DatasourcesType. getAllDatasource()Returns alldatasourceelementsList<XaDatasourceType<DatasourcesType<T>>>DatasourcesType. getAllXaDatasource()Returns allxa-datasourceelementsDatasourceType<DatasourcesType<T>>DatasourcesType. getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DriversType<DatasourcesType<T>>DatasourcesType. getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.XaDatasourceType<DatasourcesType<T>>DatasourcesType. getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned. -
Uses of DatasourcesType in org.jboss.jca.embedded.dsl.datasources10.impl
Classes in org.jboss.jca.embedded.dsl.datasources10.impl that implement DatasourcesType Modifier and Type Class Description classDatasourcesTypeImpl<T>This class implements thedatasourcesTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources10.impl that return DatasourcesType Modifier and Type Method Description DatasourcesType<T>DatasourcesTypeImpl. removeAllDatasource()Removes alldatasourceelementsDatasourcesType<T>DatasourcesTypeImpl. removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesType<T>DatasourcesTypeImpl. removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources10.impl that return types with arguments of type DatasourcesType Modifier and Type Method Description DatasourceType<DatasourcesType<T>>DatasourcesTypeImpl. createDatasource()Creates a newdatasourceelementXaDatasourceType<DatasourcesType<T>>DatasourcesTypeImpl. createXaDatasource()Creates a newxa-datasourceelementList<DatasourceType<DatasourcesType<T>>>DatasourcesTypeImpl. getAllDatasource()Returns alldatasourceelementsList<XaDatasourceType<DatasourcesType<T>>>DatasourcesTypeImpl. getAllXaDatasource()Returns allxa-datasourceelementsDatasourceType<DatasourcesType<T>>DatasourcesTypeImpl. getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DriversType<DatasourcesType<T>>DatasourcesTypeImpl. getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.XaDatasourceType<DatasourcesType<T>>DatasourcesTypeImpl. getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned.
-