Package org.simpleframework.common.thread
-
Interface Summary Interface Description Scheduler TheSchedulerinterface represents a means to execute a task immediately or after a specified delay. -
Class Summary Class Description ConcurrentExecutor TheConcurrentExecutorobject is used to execute tasks in a thread pool.ConcurrentScheduler TheConcurrentSchedulerobject is used to schedule tasks for execution.Daemon TheDaemonobject provides a named thread which will execute therunmethod when started.DaemonFactory TheDaemonFactoryobject is used to build threads and prefix the thread with a type name.SynchronousExecutor TheSynchronousExecutorobject is used for synchronous execution of tasks.