Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.DatasourcesDescriptor
Packages that use DatasourcesDescriptor
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of DatasourcesDescriptor in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return DatasourcesDescriptorModifier and TypeMethodDescriptionDatasourcesDescriptor.removeAllDatasource()Removes alldatasourceelementsDatasourcesDescriptor.removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesDescriptor.removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type DatasourcesDescriptorModifier and TypeMethodDescriptionDatasourcesDescriptor.createDatasource()Creates a newdatasourceelementDatasourcesDescriptor.createXaDatasource()Creates a newxa-datasourceelementDatasourcesDescriptor.getAllDatasource()Returns alldatasourceelementsDatasourcesDescriptor.getAllXaDatasource()Returns allxa-datasourceelementsDatasourcesDescriptor.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DatasourcesDescriptor.getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.DatasourcesDescriptor.getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned. -
Uses of DatasourcesDescriptor in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement DatasourcesDescriptorModifier and TypeClassDescriptionclassThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return DatasourcesDescriptorModifier and TypeMethodDescriptionDatasourcesDescriptorImpl.addDefaultNamespaces()Adds the default namespaces as defined in the specificationDatasourcesDescriptorImpl.addNamespace(String name, String value) Adds a new namespaceDatasourcesDescriptorImpl.removeAllDatasource()Removes alldatasourceelementsDatasourcesDescriptorImpl.removeAllNamespaces()Removes all existing namespaces.DatasourcesDescriptorImpl.removeAllXaDatasource()Removes allxa-datasourceelementsDatasourcesDescriptorImpl.removeDrivers()Removes thedriverselementMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type DatasourcesDescriptorModifier and TypeMethodDescriptionDatasourcesDescriptorImpl.createDatasource()Creates a newdatasourceelementDatasourcesDescriptorImpl.createXaDatasource()Creates a newxa-datasourceelementDatasourcesDescriptorImpl.getAllDatasource()Returns alldatasourceelementsDatasourcesDescriptorImpl.getAllXaDatasource()Returns allxa-datasourceelementsDatasourcesDescriptorImpl.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DatasourcesDescriptorImpl.getOrCreateDrivers()If not already created, a newdriverselement with the given value will be created.DatasourcesDescriptorImpl.getOrCreateXaDatasource()If not already created, a newxa-datasourceelement will be created and returned.