Uses of Interface
com.mchange.v2.c3p0.TaskRunnerFactory
-
Packages that use TaskRunnerFactory Package Description com.mchange.v2.c3p0 com.mchange.v2.c3p0.impl -
-
Uses of TaskRunnerFactory in com.mchange.v2.c3p0
Classes in com.mchange.v2.c3p0 that implement TaskRunnerFactory Modifier and Type Class Description classAbstractExecutorTaskRunnerFactoryclassFixedThreadPoolExecutorTaskRunnerFactoryThis implementation supports all relevant config, includingnumHelperThreads,maxAdministrativeTaskTime,contextClassLoaderSource, andprivilegeSpawnedThreads.Methods in com.mchange.v2.c3p0 that return TaskRunnerFactory Modifier and Type Method Description static TaskRunnerFactoryC3P0Registry. getDefaultTaskRunnerFactory()static TaskRunnerFactoryC3P0Registry. getTaskRunnerFactory(java.lang.String className) -
Uses of TaskRunnerFactory in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement TaskRunnerFactory Modifier and Type Class Description classDefaultTaskRunnerFactory
-