Uses of Interface
org.jboss.as.connector.services.driver.registry.DriverRegistry
-
Packages that use DriverRegistry Package Description org.jboss.as.connector.services.driver org.jboss.as.connector.services.driver.registry org.jboss.as.connector.subsystems.datasources -
-
Uses of DriverRegistry in org.jboss.as.connector.services.driver
Methods in org.jboss.as.connector.services.driver that return types with arguments of type DriverRegistry Modifier and Type Method Description org.jboss.msc.inject.Injector<DriverRegistry>DriverService. getDriverRegistryServiceInjector() -
Uses of DriverRegistry in org.jboss.as.connector.services.driver.registry
Classes in org.jboss.as.connector.services.driver.registry that implement DriverRegistry Modifier and Type Class Description classDriverRegistryImplStandardDriverRegistryimplementation.Methods in org.jboss.as.connector.services.driver.registry that return DriverRegistry Modifier and Type Method Description DriverRegistryDriverRegistryService. getValue() -
Uses of DriverRegistry in org.jboss.as.connector.subsystems.datasources
Methods in org.jboss.as.connector.subsystems.datasources that return types with arguments of type DriverRegistry Modifier and Type Method Description org.jboss.msc.inject.Injector<DriverRegistry>AbstractDataSourceService. getDriverRegistryInjector()
-