Uses of Class
org.openprivacy.reptile.tasks.BaseTask

Packages that use BaseTask
org.openprivacy.reptile.feeds.tasks   
org.openprivacy.reptile.jxta.tasks   
org.openprivacy.reptile.search.tasks   
org.openprivacy.reptile.tasks   
 

Uses of BaseTask in org.openprivacy.reptile.feeds.tasks
 

Subclasses of BaseTask in org.openprivacy.reptile.feeds.tasks
 class FeedUpdateTask
          Responsible for updating content with the Proxy, performing any necessary update tasks (DB, whatever) and possibly reparsing their content.
 

Uses of BaseTask in org.openprivacy.reptile.jxta.tasks
 

Subclasses of BaseTask in org.openprivacy.reptile.jxta.tasks
 class PeerAdvertisementIndexTask
          Responsible for updating Reptile subscriptions with the Proxy mechanism.
 

Uses of BaseTask in org.openprivacy.reptile.search.tasks
 

Subclasses of BaseTask in org.openprivacy.reptile.search.tasks
 class SearchGCTask
          Handles garbage collecting all SearchProviders.
 

Uses of BaseTask in org.openprivacy.reptile.tasks
 

Subclasses of BaseTask in org.openprivacy.reptile.tasks
 class ProxyUpdateTask
          Responsible for updating content with the Proxy.
 class SubscriptionProxyUpdateTask
          Responsible for updating Reptile subscriptions with the Proxy mechanism.