Class DriverRegistryService
java.lang.Object
org.jboss.as.connector.services.driver.registry.DriverRegistryService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<DriverRegistry>,org.jboss.msc.value.Value<DriverRegistry>
public final class DriverRegistryService
extends Object
implements org.jboss.msc.service.Service<DriverRegistry>
The JDBC driver registry service
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Constructor Details
-
DriverRegistryService
public DriverRegistryService()Create an instance
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<DriverRegistry>- Throws:
IllegalStateException
-
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
-