Uses of Interface
org.jboss.datasources.api.DatasourcesType

Packages that use DatasourcesType
org.jboss.datasources.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.datasources.impl Provides the implementation classes as defined in the schema 
 

Uses of DatasourcesType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return DatasourcesType
 DatasourcesType<T> DatasourcesType.removeAllDatasource()
          Removes all datasource elements
 DatasourcesType<T> DatasourcesType.removeAllXaDatasource()
          Removes all xa-datasource elements
 DatasourcesType<T> DatasourcesType.removeDrivers()
          Removes the drivers element
 

Methods in org.jboss.datasources.api that return types with arguments of type DatasourcesType
 DatasourceType<DatasourcesType<T>> DatasourcesType.createDatasource()
          Creates a new datasource element
 XaDatasourceType<DatasourcesType<T>> DatasourcesType.createXaDatasource()
          Creates a new xa-datasource element
 List<DatasourceType<DatasourcesType<T>>> DatasourcesType.getAllDatasource()
          Returns all datasource elements
 List<XaDatasourceType<DatasourcesType<T>>> DatasourcesType.getAllXaDatasource()
          Returns all xa-datasource elements
 DatasourceType<DatasourcesType<T>> DatasourcesType.getOrCreateDatasource()
          If not already created, a new datasource element will be created and returned.
 DriversType<DatasourcesType<T>> DatasourcesType.getOrCreateDrivers()
          If not already created, a new drivers element with the given value will be created.
 XaDatasourceType<DatasourcesType<T>> DatasourcesType.getOrCreateXaDatasource()
          If not already created, a new xa-datasource element will be created and returned.
 

Uses of DatasourcesType in org.jboss.datasources.impl
 

Classes in org.jboss.datasources.impl that implement DatasourcesType
 class DatasourcesTypeImpl<T>
          This class implements the datasourcesType xsd type
 

Methods in org.jboss.datasources.impl that return DatasourcesType
 DatasourcesType<T> DatasourcesTypeImpl.removeAllDatasource()
          Removes all datasource elements
 DatasourcesType<T> DatasourcesTypeImpl.removeAllXaDatasource()
          Removes all xa-datasource elements
 DatasourcesType<T> DatasourcesTypeImpl.removeDrivers()
          Removes the drivers element
 

Methods in org.jboss.datasources.impl that return types with arguments of type DatasourcesType
 DatasourceType<DatasourcesType<T>> DatasourcesTypeImpl.createDatasource()
          Creates a new datasource element
 XaDatasourceType<DatasourcesType<T>> DatasourcesTypeImpl.createXaDatasource()
          Creates a new xa-datasource element
 List<DatasourceType<DatasourcesType<T>>> DatasourcesTypeImpl.getAllDatasource()
          Returns all datasource elements
 List<XaDatasourceType<DatasourcesType<T>>> DatasourcesTypeImpl.getAllXaDatasource()
          Returns all xa-datasource elements
 DatasourceType<DatasourcesType<T>> DatasourcesTypeImpl.getOrCreateDatasource()
          If not already created, a new datasource element will be created and returned.
 DriversType<DatasourcesType<T>> DatasourcesTypeImpl.getOrCreateDrivers()
          If not already created, a new drivers element with the given value will be created.
 XaDatasourceType<DatasourcesType<T>> DatasourcesTypeImpl.getOrCreateXaDatasource()
          If not already created, a new xa-datasource element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.