|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ThreadPool | |
| org.quartz.core | |
| org.quartz.impl | |
| org.quartz.simpl | |
| Uses of ThreadPool in org.quartz.core |
| Methods in org.quartz.core that return ThreadPool | |
ThreadPool |
QuartzSchedulerResources.getThreadPool()
Get the for the
to use. |
| Methods in org.quartz.core with parameters of type ThreadPool | |
void |
QuartzSchedulerResources.setThreadPool(ThreadPool threadPool)
Set the for the
to use. |
| Uses of ThreadPool in org.quartz.impl |
| Methods in org.quartz.impl with parameters of type ThreadPool | |
void |
DirectSchedulerFactory.createScheduler(ThreadPool threadPool,
JobStore jobStore)
Creates a scheduler using the specified thread pool and job store. |
void |
DirectSchedulerFactory.createScheduler(java.lang.String schedulerName,
java.lang.String schedulerInstanceId,
ThreadPool threadPool,
JobStore jobStore)
Same as DirectSchedulerFactory.createScheduler(ThreadPool threadPool, JobStore jobStore),
with the addition of specifying the scheduler name and instance ID. |
void |
DirectSchedulerFactory.createScheduler(java.lang.String schedulerName,
java.lang.String schedulerInstanceId,
ThreadPool threadPool,
JobStore jobStore,
java.lang.String rmiRegistryHost,
int rmiRegistryPort,
long idleWaitTime,
long dbFailureRetryInterval)
Creates a scheduler using the specified thread pool and job store and binds it to RMI. |
| Uses of ThreadPool in org.quartz.simpl |
| Classes in org.quartz.simpl that implement ThreadPool | |
class |
SimpleThreadPool
This is class is a simple implementation of a thread pool, based on the interface. |
|
Quartz Project Page | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||