Searched defs:Scheduler (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java58 private Scheduler scheduler;
82 this.scheduler = new Scheduler(this);
190 scheduler = new Scheduler(this);
562 * Scheduler is the one who handles the time to wait and assign a thread to
564 * to run a particular task, Scheduler will wait until thread available.
567 private class Scheduler extends Thread { class in class:TimerPool
575 * Constructor of Scheduler.
577 * @param pool The TimerPool the Scheduler belongs to
580 public Scheduler(TimerPool pool) { method in class:TimerPool.Scheduler
585 setName(pool.name + "-Scheduler");
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java50 static final String SCHEDULER_SUFFIX = "-Scheduler";
58 private Scheduler scheduler;
82 this.scheduler = new Scheduler(this);
190 scheduler = new Scheduler(this);
562 * Scheduler is the one who handles the time to wait and assign a thread to
564 * to run a particular task, Scheduler will wait until thread available.
567 private class Scheduler extends Thread { class in class:TimerPool
575 * Constructor of Scheduler.
577 * @param pool The TimerPool the Scheduler belongs to
580 public Scheduler(TimerPoo method in class:TimerPool.Scheduler
[all...]

Completed in 30 milliseconds