Uses of Package
org.simpleframework.common.thread
Packages that use org.simpleframework.common.thread
Package
Description
-
Classes in org.simpleframework.common.thread used by org.simpleframework.common.leaseClassDescriptionThe
Daemon
object provides a named thread which will execute therun
method when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.common.threadClassDescriptionThe
DaemonFactory
object is used to build threads and prefix the thread with a type name.TheExecutorQueue
object is used to queue tasks in a thread pool.TheScheduler
interface represents a means to execute a task immediately or after a specified delay.TheSchedulerQueue
object is used to schedule tasks for execution. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.coreClassDescriptionThe
ConcurrentExecutor
object is used to execute tasks in a thread pool. -
Classes in org.simpleframework.common.thread used by org.simpleframework.http.socket.serviceClassDescriptionThe
Scheduler
interface represents a means to execute a task immediately or after a specified delay. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transportClassDescriptionThe
ConcurrentExecutor
object is used to execute tasks in a thread pool.TheDaemon
object provides a named thread which will execute therun
method when started. -
Classes in org.simpleframework.common.thread used by org.simpleframework.transport.reactorClassDescriptionThe
Daemon
object provides a named thread which will execute therun
method when started.