Uses of Interface
org.jboss.jca.embedded.dsl.datasources12.api.DatasourcesDescriptor
-
Packages that use DatasourcesDescriptor Package Description org.jboss.jca.embedded.dsl.datasources12.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources12.impl Provides the implementation classes as defined in the schema -
-
Uses of DatasourcesDescriptor in org.jboss.jca.embedded.dsl.datasources12.api
Methods in org.jboss.jca.embedded.dsl.datasources12.api that return DatasourcesDescriptor Modifier and Type Method Description DatasourcesDescriptorDatasourcesDescriptor. removeAllDatasource()Removes alldatasourceelementsDatasourcesDescriptorDatasourcesDescriptor. removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesDescriptorDatasourcesDescriptor. removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources12.api that return types with arguments of type DatasourcesDescriptor Modifier and Type Method Description DatasourceType<DatasourcesDescriptor>DatasourcesDescriptor. createDatasource()Creates a newdatasourceelementXaDatasourceType<DatasourcesDescriptor>DatasourcesDescriptor. createXaDatasource()Creates a newxa-datasourceelementList<DatasourceType<DatasourcesDescriptor>>DatasourcesDescriptor. getAllDatasource()Returns alldatasourceelementsList<XaDatasourceType<DatasourcesDescriptor>>DatasourcesDescriptor. getAllXaDatasource()Returns allxa-datasourceelementsDatasourceType<DatasourcesDescriptor>DatasourcesDescriptor. getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DriversType<DatasourcesDescriptor>DatasourcesDescriptor. getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.XaDatasourceType<DatasourcesDescriptor>DatasourcesDescriptor. getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned. -
Uses of DatasourcesDescriptor in org.jboss.jca.embedded.dsl.datasources12.impl
Classes in org.jboss.jca.embedded.dsl.datasources12.impl that implement DatasourcesDescriptor Modifier and Type Class Description classDatasourcesDescriptorImplThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.jca.embedded.dsl.datasources12.impl that return DatasourcesDescriptor Modifier and Type Method Description DatasourcesDescriptorDatasourcesDescriptorImpl. addDefaultNamespaces()Adds the default namespaces as defined in the specificationDatasourcesDescriptorDatasourcesDescriptorImpl. addNamespace(String name, String value)Adds a new namespaceDatasourcesDescriptorDatasourcesDescriptorImpl. removeAllDatasource()Removes alldatasourceelementsDatasourcesDescriptorDatasourcesDescriptorImpl. removeAllNamespaces()Removes all existing namespaces.DatasourcesDescriptorDatasourcesDescriptorImpl. removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesDescriptorDatasourcesDescriptorImpl. removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources12.impl that return types with arguments of type DatasourcesDescriptor Modifier and Type Method Description DatasourceType<DatasourcesDescriptor>DatasourcesDescriptorImpl. createDatasource()Creates a newdatasourceelementXaDatasourceType<DatasourcesDescriptor>DatasourcesDescriptorImpl. createXaDatasource()Creates a newxa-datasourceelementList<DatasourceType<DatasourcesDescriptor>>DatasourcesDescriptorImpl. getAllDatasource()Returns alldatasourceelementsList<XaDatasourceType<DatasourcesDescriptor>>DatasourcesDescriptorImpl. getAllXaDatasource()Returns allxa-datasourceelementsDatasourceType<DatasourcesDescriptor>DatasourcesDescriptorImpl. getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DriversType<DatasourcesDescriptor>DatasourcesDescriptorImpl. getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.XaDatasourceType<DatasourcesDescriptor>DatasourcesDescriptorImpl. getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned.
-