Uses of Interface
org.openprivacy.reptile.tasks.Task

Packages that use Task
org.openprivacy.reptile.feeds.tasks   
org.openprivacy.reptile.jxta.tasks   
org.openprivacy.reptile.om   
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.jxta.tasks
 

Classes in org.openprivacy.reptile.jxta.tasks that implement Task
 class PeerAdvertisementIndexTask
          Responsible for updating Reptile subscriptions with the Proxy mechanism.
 

Uses of Task in org.openprivacy.reptile.om
 

Methods in org.openprivacy.reptile.om with parameters of type Task
static void TaskLogPeer.success(Task task)
           
static void TaskLogPeer.success(Task task, java.lang.String message)
           
static void TaskLogPeer.failed(Task task, java.lang.Throwable t)
          Add a new log that something failed.
 

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.register(Task task)
          Register the given task for further processing.
static void TaskManager.runTask(Task task)
          Run a specific task, catching all exceptions and logging them correctly.