Class JdbcDriverAdd

java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.connector.subsystems.datasources.JdbcDriverAdd
All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor, org.jboss.as.controller.OperationStepHandler

public class JdbcDriverAdd extends org.jboss.as.controller.AbstractAddStepHandler
Operation handler responsible for adding a jdbc driver.
Author:
John Bailey
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler

    org.jboss.as.controller.AbstractAddStepHandler.Parameters
  • Field Summary

    Fields inherited from class org.jboss.as.controller.AbstractAddStepHandler

    attributes
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
     
    static void
    startDriverServices(org.jboss.msc.service.ServiceTarget target, String moduleId, Driver driver, String driverName, Integer majorVersion, Integer minorVersion, String dataSourceClassName, String xaDataSourceClassName)
     

    Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler

    createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, rollbackRuntime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • performRuntime

      protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Overrides:
      performRuntime in class org.jboss.as.controller.AbstractAddStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException
    • startDriverServices

      public static void startDriverServices(org.jboss.msc.service.ServiceTarget target, String moduleId, Driver driver, String driverName, Integer majorVersion, Integer minorVersion, String dataSourceClassName, String xaDataSourceClassName) throws IllegalStateException
      Throws:
      IllegalStateException