Package com.mchange.v2.c3p0.impl
Class DefaultTaskRunnerFactory
- java.lang.Object
-
- com.mchange.v2.c3p0.impl.DefaultTaskRunnerFactory
-
- All Implemented Interfaces:
TaskRunnerFactory
public final class DefaultTaskRunnerFactory extends java.lang.Object implements TaskRunnerFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultTaskRunnerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mchange.v2.async.ThreadPoolReportingAsynchronousRunner
createTaskRunner(int num_threads, int matt, java.lang.String contextClassLoaderSource, boolean privilege_spawned_threads, java.lang.String threadLabel, javax.sql.ConnectionPoolDataSource cpds, java.util.Timer timer)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Method Detail
-
createTaskRunner
public com.mchange.v2.async.ThreadPoolReportingAsynchronousRunner createTaskRunner(int num_threads, int matt, java.lang.String contextClassLoaderSource, boolean privilege_spawned_threads, java.lang.String threadLabel, javax.sql.ConnectionPoolDataSource cpds, java.util.Timer timer)
- Specified by:
createTaskRunner
in interfaceTaskRunnerFactory
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-