Package | Description |
---|---|
org.jboss.jca.embedded.dsl.datasources11.api |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
DriverType<DriversType<T>> |
DriversType.createDriver()
Creates a new
driver element |
DriverType<T> |
DriverType.datasourceClass(java.lang.String datasourceClass)
Sets the
datasource-class element |
DriverType<T> |
DriverType.driverClass(java.lang.String driverClass)
Sets the
driver-class element |
DriverType<DriversType<T>> |
DriversType.getOrCreateDriver()
If not already created, a new
driver element will be created and returned. |
DriverType<T> |
DriverType.majorVersion(java.lang.Integer majorVersion)
Sets the
major-version attribute |
DriverType<T> |
DriverType.minorVerion(java.lang.Integer minorVerion)
Sets the
minor-verion attribute |
DriverType<T> |
DriverType.module(java.lang.String module)
Sets the
module attribute |
DriverType<T> |
DriverType.name(java.lang.String name)
Sets the
name attribute |
DriverType<T> |
DriverType.removeDatasourceClass()
Removes the
datasource-class element |
DriverType<T> |
DriverType.removeDriverClass()
Removes the
driver-class element |
DriverType<T> |
DriverType.removeMajorVersion()
Removes the
major-version attribute |
DriverType<T> |
DriverType.removeMinorVerion()
Removes the
minor-verion attribute |
DriverType<T> |
DriverType.removeModule()
Removes the
module attribute |
DriverType<T> |
DriverType.removeName()
Removes the
name attribute |
DriverType<T> |
DriverType.removeXaDatasourceClass()
Removes the
xa-datasource-class element |
DriverType<T> |
DriverType.xaDatasourceClass(java.lang.String xaDatasourceClass)
Sets the
xa-datasource-class element |
Modifier and Type | Method and Description |
---|---|
java.util.List<DriverType<DriversType<T>>> |
DriversType.getAllDriver()
Returns all
driver elements |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)