Class DriverService
- java.lang.Object
-
- org.jboss.as.connector.services.driver.DriverService
-
-
Constructor Summary
Constructors Constructor Description DriverService(InstalledDriver driverMetaData, Driver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.inject.Injector<DriverRegistry>getDriverRegistryServiceInjector()DrivergetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
DriverService
public DriverService(InstalledDriver driverMetaData, Driver driver)
-
-
Method Detail
-
getValue
public Driver getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<Driver>- Throws:
IllegalStateExceptionIllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getDriverRegistryServiceInjector
public org.jboss.msc.inject.Injector<DriverRegistry> getDriverRegistryServiceInjector()
-
-