gr.uoa.di.madgik.workflow.adaptor.utils.grid
Class OutputSandboxGridResource
java.lang.Object
gr.uoa.di.madgik.workflow.adaptor.utils.grid.OutputSandboxGridResource
- All Implemented Interfaces:
- IOutputResource
public class OutputSandboxGridResource
- extends Object
- implements IOutputResource
This class acts as a container for information needed to retrieve the output files of a workflow created by the
WorkflowGridAdaptor and can be used to retrieve the workflow output after the successful execution
of the created plan. Each instance of this class is created for each resource provided to the adaptor through an
AttachedGridResource that is marked as AttachedGridResource.ResourceType.OutData
- Author:
- gpapanikos
|
Field Summary |
String |
Key
The Key identifying the output as provided to the respective AttachedGridResource.Key |
String |
VariableID
The Variable id of the variable in the ExecutionPlan.Variables holding the Storage System
id of the actual output file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Key
public String Key
- The Key identifying the output as provided to the respective
AttachedGridResource.Key
VariableID
public String VariableID
- The Variable id of the variable in the
ExecutionPlan.Variables holding the Storage System
id of the actual output file
OutputSandboxGridResource
public OutputSandboxGridResource()
Copyright © 2012. All Rights Reserved.