Package | Description |
---|---|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.threads |
Diffusion Threads and Concurrency API.
|
Class and Description |
---|
ThreadPool
A Thread Pool is a self managing pool of threads which may be used for
executing concurrent tasks.
|
Class and Description |
---|
RunnableTask
This is the interface that must be implemented by objects that wish to be
scheduled as background tasks.
|
Schedule
Represents a schedule for a task.
|
ScheduledTask
A
RunnableTask that defines a schedule by which it should be run. |
ThreadPool
A Thread Pool is a self managing pool of threads which may be used for
executing concurrent tasks.
|
ThreadPoolNotificationHandler
The interface for an object to receive thread pool notifications.
|
ThreadPoolRejectionHandler
A handler for tasks that cannot be executed by a
ThreadPool . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.