Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.DatasourceType
Packages that use DatasourceType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of DatasourceType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return DatasourceTypeModifier and TypeMethodDescriptionDatasourceType.connectionUrl(String connectionUrl) Sets theconnection-urlelementDatasourcesDescriptor.createDatasource()Creates a newdatasourceelementDatasourcesType.createDatasource()Creates a newdatasourceelementDatasourceType.datasourceClass(String datasourceClass) Sets thedatasource-classelementSets thedriverelementDatasourceType.driverClass(String driverClass) Sets thedriver-classelementSets theenabledattributeDatasourcesDescriptor.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DatasourcesType.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.Sets thejndi-nameattributeSets thejtaattributeDatasourceType.newConnectionSql(String newConnectionSql) Sets thenew-connection-sqlelementSets thepool-nameattributeDatasourceType.removeAllConnectionProperty()Removes allconnection-propertyelementsDatasourceType.removeConnectionUrl()Removes theconnection-urlelementDatasourceType.removeDatasourceClass()Removes thedatasource-classelementDatasourceType.removeDriver()Removes thedriverelementDatasourceType.removeDriverClass()Removes thedriver-classelementDatasourceType.removeEnabled()Removes theenabledattributeDatasourceType.removeJndiName()Removes thejndi-nameattributeDatasourceType.removeJta()Removes thejtaattributeDatasourceType.removeNewConnectionSql()Removes thenew-connection-sqlelementDatasourceType.removePool()Removes thepoolelementDatasourceType.removePoolName()Removes thepool-nameattributeDatasourceType.removeSecurity()Removes thesecurityelementDatasourceType.removeSpy()Removes thespyattributeDatasourceType.removeStatement()Removes thestatementelementDatasourceType.removeTimeout()Removes thetimeoutelementDatasourceType.removeTransactionIsolation()Removes thetransaction-isolationattributeDatasourceType.removeUrlDelimiter()Removes theurl-delimiterelementDatasourceType.removeUrlSelectorStrategyClassName()Removes theurl-selector-strategy-class-nameelementDatasourceType.removeUseCcm()Removes theuse-ccmattributeDatasourceType.removeUseJavaContext()Removes theuse-java-contextattributeDatasourceType.removeValidation()Removes thevalidationelementSets thespyattributeDatasourceType.transactionIsolation(String transactionIsolation) Sets thetransaction-isolationelementDatasourceType.transactionIsolation(TransactionIsolationType transactionIsolation) Sets thetransaction-isolationelementDatasourceType.urlDelimiter(String urlDelimiter) Sets theurl-delimiterelementDatasourceType.urlSelectorStrategyClassName(String urlSelectorStrategyClassName) Sets theurl-selector-strategy-class-nameelementSets theuse-ccmattributeDatasourceType.useJavaContext(Boolean useJavaContext) Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type DatasourceTypeModifier and TypeMethodDescriptionDatasourceType.createConnectionProperty()Creates a newconnection-propertyelementDatasourceType.getAllConnectionProperty()Returns allconnection-propertyelementsDatasourcesDescriptor.getAllDatasource()Returns alldatasourceelementsDatasourcesType.getAllDatasource()Returns alldatasourceelementsDatasourceType.getOrCreateConnectionProperty()If not already created, a newconnection-propertyelement will be created and returned.DatasourceType.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.DatasourceType.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.DatasourceType.getOrCreateStatement()If not already created, a newstatementelement with the given value will be created.DatasourceType.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.DatasourceType.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created. -
Uses of DatasourceType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement DatasourceTypeModifier and TypeClassDescriptionclassThis class implements thedatasourceTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return DatasourceTypeModifier and TypeMethodDescriptionDatasourceTypeImpl.connectionUrl(String connectionUrl) Sets theconnection-urlelementDatasourcesDescriptorImpl.createDatasource()Creates a newdatasourceelementDatasourcesTypeImpl.createDatasource()Creates a newdatasourceelementDatasourceTypeImpl.datasourceClass(String datasourceClass) Sets thedatasource-classelementSets thedriverelementDatasourceTypeImpl.driverClass(String driverClass) Sets thedriver-classelementSets theenabledattributeDatasourcesDescriptorImpl.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.DatasourcesTypeImpl.getOrCreateDatasource()If not already created, a newdatasourceelement will be created and returned.Sets thejndi-nameattributeSets thejtaattributeDatasourceTypeImpl.newConnectionSql(String newConnectionSql) Sets thenew-connection-sqlelementSets thepool-nameattributeDatasourceTypeImpl.removeAllConnectionProperty()Removes allconnection-propertyelementsDatasourceTypeImpl.removeConnectionUrl()Removes theconnection-urlelementDatasourceTypeImpl.removeDatasourceClass()Removes thedatasource-classelementDatasourceTypeImpl.removeDriver()Removes thedriverelementDatasourceTypeImpl.removeDriverClass()Removes thedriver-classelementDatasourceTypeImpl.removeEnabled()Removes theenabledattributeDatasourceTypeImpl.removeJndiName()Removes thejndi-nameattributeDatasourceTypeImpl.removeJta()Removes thejtaattributeDatasourceTypeImpl.removeNewConnectionSql()Removes thenew-connection-sqlelementDatasourceTypeImpl.removePool()Removes thepoolelementDatasourceTypeImpl.removePoolName()Removes thepool-nameattributeDatasourceTypeImpl.removeSecurity()Removes thesecurityelementDatasourceTypeImpl.removeSpy()Removes thespyattributeDatasourceTypeImpl.removeStatement()Removes thestatementelementDatasourceTypeImpl.removeTimeout()Removes thetimeoutelementDatasourceTypeImpl.removeTransactionIsolation()Removes thetransaction-isolationattributeDatasourceTypeImpl.removeUrlDelimiter()Removes theurl-delimiterelementDatasourceTypeImpl.removeUrlSelectorStrategyClassName()Removes theurl-selector-strategy-class-nameelementDatasourceTypeImpl.removeUseCcm()Removes theuse-ccmattributeDatasourceTypeImpl.removeUseJavaContext()Removes theuse-java-contextattributeDatasourceTypeImpl.removeValidation()Removes thevalidationelementSets thespyattributeDatasourceTypeImpl.transactionIsolation(String transactionIsolation) Sets thetransaction-isolationelementDatasourceTypeImpl.transactionIsolation(TransactionIsolationType transactionIsolation) Sets thetransaction-isolationelementDatasourceTypeImpl.urlDelimiter(String urlDelimiter) Sets theurl-delimiterelementDatasourceTypeImpl.urlSelectorStrategyClassName(String urlSelectorStrategyClassName) Sets theurl-selector-strategy-class-nameelementSets theuse-ccmattributeDatasourceTypeImpl.useJavaContext(Boolean useJavaContext) Sets theuse-java-contextattributeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type DatasourceTypeModifier and TypeMethodDescriptionDatasourceTypeImpl.createConnectionProperty()Creates a newconnection-propertyelementDatasourceTypeImpl.getAllConnectionProperty()Returns allconnection-propertyelementsDatasourcesDescriptorImpl.getAllDatasource()Returns alldatasourceelementsDatasourcesTypeImpl.getAllDatasource()Returns alldatasourceelementsDatasourceTypeImpl.getOrCreateConnectionProperty()If not already created, a newconnection-propertyelement will be created and returned.DatasourceTypeImpl.getOrCreatePool()If not already created, a newpoolelement with the given value will be created.DatasourceTypeImpl.getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.DatasourceTypeImpl.getOrCreateStatement()If not already created, a newstatementelement with the given value will be created.DatasourceTypeImpl.getOrCreateTimeout()If not already created, a newtimeoutelement with the given value will be created.DatasourceTypeImpl.getOrCreateValidation()If not already created, a newvalidationelement with the given value will be created.