net.javacoding.jspider.core.task |
|
Java Source File Name | Type | Comment |
DispatcherTask.java | Interface | |
Scheduler.java | Interface | Interface that will be implemented upon each object that will act as a task
scheduler. |
SchedulerFactory.java | Class | |
SchedulerProvider.java | Interface | Provider interface that must be implemented upon each Provider class
that can generate task schedulers. |
Task.java | Interface | Interface that will be implemented upon each Task to be carried out
by a Thread. |
WorkerTask.java | Interface | Interface that will be implemented upon each class that represents a
JSpider workertask that needs to be executed by a Worker Thread. |