org.openprivacy.reptile.actions
Class RunTask

java.lang.Object
  |
  +--org.openprivacy.reptile.actions.RunTask
All Implemented Interfaces:
Action

public class RunTask
extends java.lang.Object
implements Action

Responsible for updating Reptile subscriptions with the Proxy mechanism.

Version:
$Id: RunTask.java,v 1.4 2002/02/22 01:13:07 burton Exp $
Author:
burtonator

Field Summary
static java.lang.String TASK_ID_KEY
           
 
Constructor Summary
RunTask()
           
 
Method Summary
 ActionDirective perform(ParameterPasser params, javax.servlet.http.HttpSession session)
          Perform an action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASK_ID_KEY

public static final java.lang.String TASK_ID_KEY
See Also:
Constant Field Values
Constructor Detail

RunTask

public RunTask()
Method Detail

perform

public ActionDirective perform(ParameterPasser params,
                               javax.servlet.http.HttpSession session)
                        throws java.lang.Exception
Description copied from interface: Action
Perform an action. The ParameterPasser is an abstraction of the HTTP params passed via the POST or GET method.

Specified by:
perform in interface Action
Throws:
java.lang.Exception - if an error occurs