jpl.eda.archive.server
Interface Task

All Known Implementing Classes:
NoOpTask

public interface Task

This interface provides a method for running a task.

Version:
$Revision: 1.2 $
Author:
OODT

Method Summary
 void run(java.util.Properties props, jpl.eda.util.JDBC_DB db, Dataset dataset, Product product, int taskId, int execId)
          Run the task.
 

Method Detail

run

public void run(java.util.Properties props,
                jpl.eda.util.JDBC_DB db,
                Dataset dataset,
                Product product,
                int taskId,
                int execId)
         throws TaskException
Run the task.

Parameters:
props - The system properties.
db - The database connection.
dataset - The dataset information.
product - The product information.
taskId - The task identifier.
execId - The execution identifier.
Throws:
TaskException - If the task fails to perform successfully.


Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.