Package | Description |
---|---|
com.sun.jini.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Class and Description |
---|
TaskManager
A task manager manages a single queue of tasks, and some number of
worker threads.
|
TaskManager.Task
The interface that tasks must implement
|
WakeupManager
A Queue of timed tasks.
|
WakeupManager.ThreadDesc
Description of a future thread.
|
WakeupManager.Ticket
A ticket that can be used for cancelling a future task.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.