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

Packages that use DriversType
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 DriversType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return DriversType
 DriversType<DatasourcesType<T>> DatasourcesType.getOrCreateDrivers()
          If not already created, a new drivers element with the given value will be created.
 DriversType<DatasourcesDescriptor> DatasourcesDescriptor.getOrCreateDrivers()
          If not already created, a new drivers element with the given value will be created.
 DriversType<T> DriversType.removeAllDriver()
          Removes all driver elements
 

Methods in org.jboss.datasources.api that return types with arguments of type DriversType
 DriverType<DriversType<T>> DriversType.createDriver()
          Creates a new driver element
 List<DriverType<DriversType<T>>> DriversType.getAllDriver()
          Returns all driver elements
 DriverType<DriversType<T>> DriversType.getOrCreateDriver()
          If not already created, a new driver element will be created and returned.
 

Uses of DriversType in org.jboss.datasources.impl
 

Classes in org.jboss.datasources.impl that implement DriversType
 class DriversTypeImpl<T>
          This class implements the driversType xsd type
 

Methods in org.jboss.datasources.impl that return DriversType
 DriversType<DatasourcesDescriptor> DatasourcesDescriptorImpl.getOrCreateDrivers()
          If not already created, a new drivers element with the given value will be created.
 DriversType<DatasourcesType<T>> DatasourcesTypeImpl.getOrCreateDrivers()
          If not already created, a new drivers element with the given value will be created.
 DriversType<T> DriversTypeImpl.removeAllDriver()
          Removes all driver elements
 

Methods in org.jboss.datasources.impl that return types with arguments of type DriversType
 DriverType<DriversType<T>> DriversTypeImpl.createDriver()
          Creates a new driver element
 List<DriverType<DriversType<T>>> DriversTypeImpl.getAllDriver()
          Returns all driver elements
 DriverType<DriversType<T>> DriversTypeImpl.getOrCreateDriver()
          If not already created, a new driver element will be created and returned.
 



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