Uses of Interface
com.aspectran.core.util.thread.Scheduler
-
Packages that use Scheduler Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.util.thread com.aspectran.core.util.timer -
-
Uses of Scheduler in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return Scheduler Modifier and Type Method Description SchedulerAbstractSessionHandler. getScheduler()SchedulerSessionHandler. getScheduler() -
Uses of Scheduler in com.aspectran.core.util.thread
Classes in com.aspectran.core.util.thread that implement Scheduler Modifier and Type Class Description classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.Constructors in com.aspectran.core.util.thread with parameters of type Scheduler Constructor Description IdleTimeout(Scheduler scheduler) -
Uses of Scheduler in com.aspectran.core.util.timer
Methods in com.aspectran.core.util.timer that return Scheduler Modifier and Type Method Description SchedulerCyclicTimeout. getScheduler()Constructors in com.aspectran.core.util.timer with parameters of type Scheduler Constructor Description CyclicTimeout(Scheduler scheduler)IdleTimeout(Scheduler scheduler)
-