Class JDBCResourceConnectorProvider

All Implemented Interfaces:
AuditLoggingComponent

public class JDBCResourceConnectorProvider extends ConnectorProviderBase
JDBCResourceConnectorProvider is the OCF connector provider for the jdbc resource connector.
  • Field Details

    • JDBC_DRIVER_MANAGER_CLASS_NAME

      public static final String JDBC_DRIVER_MANAGER_CLASS_NAME
      An optional configuration property that causes the named class to be loaded and registered as a driver. This property only needs to be defined if the connector is experiencing exceptions related to a missing DriverManager class for the database URL.
      See Also:
    • JDBC_CONNECTION_TIMEOUT

      public static final String JDBC_CONNECTION_TIMEOUT
      Sets the maximum time in seconds that this data source will wait while attempting to connect to a database. The default value is 0 which means use the system default timeout, if any; otherwise it means no timeout.
      See Also:
    • JDBC_DATABASE_NAME

      public static final String JDBC_DATABASE_NAME
      Provides a name to use in messages about the database. If it is not set then the connection URL string is used.
      See Also:
  • Constructor Details

    • JDBCResourceConnectorProvider

      public JDBCResourceConnectorProvider()
      Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific connector implementation. Most of the work of this connector provider is handled by the base class.