|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
| org.openprivacy.reptile.feeds.tasks | |
| org.openprivacy.reptile.search.tasks | |
| org.openprivacy.reptile.tasks | |
| Uses of Task in org.openprivacy.reptile.feeds.tasks |
| Classes in org.openprivacy.reptile.feeds.tasks that implement Task | |
class |
FeedUpdateTask
Responsible for updating content with the Proxy, performing any necessary update tasks (DB, whatever) and possibly reparsing their content. |
| Uses of Task in org.openprivacy.reptile.search.tasks |
| Classes in org.openprivacy.reptile.search.tasks that implement Task | |
class |
SearchGCTask
Handles garbage collecting all SearchProviders. |
| Uses of Task in org.openprivacy.reptile.tasks |
| Classes in org.openprivacy.reptile.tasks that implement Task | |
class |
BaseTask
Responsible for updating Reptile subscriptions with the Proxy mechanism. |
class |
ProxyUpdateTask
Responsible for updating content with the Proxy. |
class |
SubscriptionProxyUpdateTask
Responsible for updating Reptile subscriptions with the Proxy mechanism. |
| Methods in org.openprivacy.reptile.tasks that return Task | |
Task |
TaskManager.getTask(java.lang.String identifier)
Get a task from the TaskManager. |
| Methods in org.openprivacy.reptile.tasks with parameters of type Task | |
void |
TaskManager.start(Task task)
|
void |
TaskManager.run(Task task)
Run this given task. |
| Constructors in org.openprivacy.reptile.tasks with parameters of type Task | |
TaskThread(Task task)
Create a new TaskThread instance |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||