Class TaskRunnerInit

java.lang.Object
com.mchange.v2.c3p0.TaskRunnerInit

public final class TaskRunnerInit extends Object
All fields will always be supplied from configuration and calling code, the "if supported" stuff is just a reminder that TaskRunner implementations need not and may not support the provided config. (It's a fine idea to log a note, if some config will be ignored!)
  • Field Details

    • num_threads_if_supported

      public final int num_threads_if_supported
    • max_administrative_task_time_if_supported

      public final int max_administrative_task_time_if_supported
    • contextClassLoaderSourceIfSupported

      public final String contextClassLoaderSourceIfSupported
    • privilege_spawned_threads_if_supported

      public final boolean privilege_spawned_threads_if_supported
    • threadLabelIfSupported

      public final String threadLabelIfSupported
    • otherProperties

      public final Map otherProperties
  • Constructor Details

    • TaskRunnerInit

      public TaskRunnerInit(int num_threads_if_supported, int max_administrative_task_time_if_supported, String contextClassLoaderSourceIfSupported, boolean privilege_spawned_threads_if_supported, String threadLabelIfSupported, HashMap otherProperties)
  • Method Details