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

      public DriverRegistry getValue() throws IllegalStateException
      Specified by:
      getValue in interface org.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:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service