Package org.simpleframework.common.thread
-
Interface Summary Interface Description Scheduler TheScheduler
interface represents a means to execute a task immediately or after a specified delay. -
Class Summary Class Description ConcurrentExecutor TheConcurrentExecutor
object is used to execute tasks in a thread pool.ConcurrentScheduler TheConcurrentScheduler
object is used to schedule tasks for execution.Daemon TheDaemon
object provides a named thread which will execute therun
method when started.DaemonFactory TheDaemonFactory
object is used to build threads and prefix the thread with a type name.SynchronousExecutor TheSynchronousExecutor
object is used for synchronous execution of tasks.