org.apache.oodt.cas.workflow.structs
Class TaskJob

java.lang.Object
  extended by org.apache.oodt.cas.workflow.structs.TaskJob
All Implemented Interfaces:
org.apache.oodt.cas.resource.structs.JobInstance, CoreMetKeys, WorkflowStatus

public class TaskJob
extends Object
implements org.apache.oodt.cas.resource.structs.JobInstance, WorkflowStatus, CoreMetKeys

Version:
$Revision$

A Resource Manager Job that runs an underlying WorkflowTask.

.
Author:
mattmann

Field Summary
 
Fields inherited from interface org.apache.oodt.cas.workflow.structs.WorkflowStatus
CREATED, ERROR, FINISHED, METADATA_MISSING, PAUSED, QUEUED, RESMGR_SUBMIT, STARTED
 
Fields inherited from interface org.apache.oodt.cas.workflow.metadata.CoreMetKeys
JOB_ID, PROCESSING_NODE, QUEUE_NAME, TASK_ID, WORKFLOW_INST_ID, WORKFLOW_MANAGER_URL
 
Constructor Summary
TaskJob()
          Default Constructor.
 
Method Summary
 boolean execute(org.apache.oodt.cas.resource.structs.JobInput in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskJob

public TaskJob()
Default Constructor.

Method Detail

execute

public boolean execute(org.apache.oodt.cas.resource.structs.JobInput in)
                throws org.apache.oodt.cas.resource.structs.exceptions.JobInputException
Specified by:
execute in interface org.apache.oodt.cas.resource.structs.JobInstance
Throws:
org.apache.oodt.cas.resource.structs.exceptions.JobInputException


Copyright © 1999-2011 Apache OODT. All Rights Reserved.