Uses of Package
org.simpleframework.common.thread
-
Classes in org.simpleframework.common.thread used by org.simpleframework.common.lease Class Description Daemon TheDaemon
object provides a named thread which will execute therun
method when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.common.thread Class Description DaemonFactory TheDaemonFactory
object is used to build threads and prefix the thread with a type name.ExecutorQueue TheExecutorQueue
object is used to queue tasks in a thread pool.Scheduler TheScheduler
interface represents a means to execute a task immediately or after a specified delay.SchedulerQueue TheSchedulerQueue
object is used to schedule tasks for execution. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.core Class Description ConcurrentExecutor TheConcurrentExecutor
object is used to execute tasks in a thread pool. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.socket.service Class Description Scheduler TheScheduler
interface represents a means to execute a task immediately or after a specified delay. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transport Class Description ConcurrentExecutor TheConcurrentExecutor
object is used to execute tasks in a thread pool.Daemon TheDaemon
object provides a named thread which will execute therun
method when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transport.reactor Class Description Daemon TheDaemon
object provides a named thread which will execute therun
method when started.