org.openprivacy.reptile.tasks
Class SubscriptionProxyUpdateTask

java.lang.Object
  |
  +--org.openprivacy.reptile.tasks.BaseTask
        |
        +--org.openprivacy.reptile.tasks.SubscriptionProxyUpdateTask
All Implemented Interfaces:
java.lang.Runnable, Task

public class SubscriptionProxyUpdateTask
extends BaseTask
implements Task

Responsible for updating Reptile subscriptions with the Proxy mechanism.

Version:
$Id: SubscriptionProxyUpdateTask.java,v 1.10 2001/09/29 23:32:01 burton Exp $
Author:
burtonator

Field Summary
static talon.util.net.URI subscriptions
           
 
Fields inherited from interface org.openprivacy.reptile.tasks.Task
MESSAGE_SUCCESSFUL, STATE_PAUSED, STATE_RUNNING, STATE_STOPPED, TYPE_OCS, TYPE_RSS, TYPE_UNKNOWN
 
Constructor Summary
SubscriptionProxyUpdateTask()
          Create a new SubscriptionProxyUpdateTask instance.
 
Method Summary
 void run()
           
 
Methods inherited from class org.openprivacy.reptile.tasks.BaseTask
getIdentifier, getInterval, getLastMessage, getLastRan, getState, getType, setIdentifier, setInterval, setLastMessage, setLastMessage, setLastRan, setState, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openprivacy.reptile.tasks.Task
getIdentifier, getInterval, getLastMessage, getLastRan, getState, getType, setIdentifier, setInterval, setLastMessage, setLastMessage, setLastRan, setState, setType
 

Field Detail

subscriptions

public static final talon.util.net.URI subscriptions
Constructor Detail

SubscriptionProxyUpdateTask

public SubscriptionProxyUpdateTask()
Create a new SubscriptionProxyUpdateTask instance.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable