Package | Description |
---|---|
org.jboss.as.connector.registry |
This package contains the resource adapter registry which keeps track of
the .rar deployments in the system, and can provide information about each
deployment, as well the JDBC driver registry, which keeps track of JDBC
drivers in the system and can provide information about each driver.
|
Modifier and Type | Method and Description |
---|---|
InstalledDriver |
DriverRegistry.getInstalledDriver(String name) |
InstalledDriver |
DriverRegistryImpl.getInstalledDriver(String name) |
Modifier and Type | Method and Description |
---|---|
Set<InstalledDriver> |
DriverRegistry.getInstalledDrivers()
Get the installed drivers
|
Set<InstalledDriver> |
DriverRegistryImpl.getInstalledDrivers() |
Modifier and Type | Method and Description |
---|---|
void |
DriverRegistry.registerInstalledDriver(InstalledDriver driver)
Register an installed JDBC driver
|
void |
DriverRegistryImpl.registerInstalledDriver(InstalledDriver driver) |
void |
DriverRegistry.unregisterInstalledDriver(InstalledDriver driver)
Unregister an installed JDBC driver
|
void |
DriverRegistryImpl.unregisterInstalledDriver(InstalledDriver driver) |
Constructor and Description |
---|
DriverService(InstalledDriver driverMetaData,
Driver driver) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.