| Constructor and Description |
|---|
JDBCDriver(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
deploymentName()
The name of the deployment unit from which the driver was loaded
|
T |
deploymentName(String value)
The name of the deployment unit from which the driver was loaded
|
String |
driverClassName()
The fully qualified class name of the java.sql.Driver implementation
|
T |
driverClassName(String value)
The fully qualified class name of the java.sql.Driver implementation
|
String |
driverDatasourceClassName()
The fully qualified class name of the javax.sql.DataSource implementation
|
T |
driverDatasourceClassName(String value)
The fully qualified class name of the javax.sql.DataSource implementation
|
Integer |
driverMajorVersion()
The driver's major version number
|
T |
driverMajorVersion(Integer value)
The driver's major version number
|
Integer |
driverMinorVersion()
The driver's minor version number
|
T |
driverMinorVersion(Integer value)
The driver's minor version number
|
String |
driverModuleName()
The name of the module from which the driver was loaded, if it was loaded
from the module path
|
T |
driverModuleName(String value)
The name of the module from which the driver was loaded, if it was loaded
from the module path
|
String |
driverName()
Defines the JDBC driver the datasource should use.
|
T |
driverName(String value)
Defines the JDBC driver the datasource should use.
|
String |
driverXaDatasourceClassName()
The fully qualified class name of the javax.sql.XADataSource
implementation
|
T |
driverXaDatasourceClassName(String value)
The fully qualified class name of the javax.sql.XADataSource
implementation
|
String |
getKey() |
Boolean |
jdbcCompliant()
Whether or not the driver is JDBC compliant
|
T |
jdbcCompliant(Boolean value)
Whether or not the driver is JDBC compliant
|
String |
moduleSlot()
The slot of the module from which the driver was loaded, if it was loaded
from the module path
|
T |
moduleSlot(String value)
The slot of the module from which the driver was loaded, if it was loaded
from the module path
|
String |
profile()
Domain Profile in which driver is defined.
|
T |
profile(String value)
Domain Profile in which driver is defined.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
xaDatasourceClass()
XA datasource class
|
T |
xaDatasourceClass(String value)
XA datasource class
|
public JDBCDriver(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="deployment-name") public String deploymentName()
public T deploymentName(String value)
@ModelNodeBinding(detypedName="driver-class-name") public String driverClassName()
public T driverClassName(String value)
@ModelNodeBinding(detypedName="driver-datasource-class-name") public String driverDatasourceClassName()
public T driverDatasourceClassName(String value)
@ModelNodeBinding(detypedName="driver-major-version") public Integer driverMajorVersion()
@ModelNodeBinding(detypedName="driver-minor-version") public Integer driverMinorVersion()
@ModelNodeBinding(detypedName="driver-module-name") public String driverModuleName()
public T driverModuleName(String value)
@ModelNodeBinding(detypedName="driver-name") public String driverName()
public T driverName(String value)
@ModelNodeBinding(detypedName="driver-xa-datasource-class-name") public String driverXaDatasourceClassName()
public T driverXaDatasourceClassName(String value)
@ModelNodeBinding(detypedName="jdbc-compliant") public Boolean jdbcCompliant()
@ModelNodeBinding(detypedName="module-slot") public String moduleSlot()
public T moduleSlot(String value)
@ModelNodeBinding(detypedName="profile") public String profile()
public T profile(String value)
@ModelNodeBinding(detypedName="xa-datasource-class") public String xaDatasourceClass()
Copyright © 2015 JBoss by Red Hat. All rights reserved.