org.apache.oodt.cas.workflow.structs
Class TaskJob
java.lang.Object
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
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 |
TaskJob
public TaskJob()
- Default Constructor.
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.