Class TaskRunnerInit
java.lang.Object
com.mchange.v2.c3p0.TaskRunnerInit
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTaskRunnerInit(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 Summary
-
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
-
privilege_spawned_threads_if_supported
public final boolean privilege_spawned_threads_if_supported -
threadLabelIfSupported
-
otherProperties
-
-
Constructor Details
-
TaskRunnerInit
-
-
Method Details
-
equals
-
hashCode
-