com.intel.gpe.gridbeans
Class WorkflowGPEFile

java.lang.Object
  extended by com.intel.gpe.gridbeans.WorkflowGPEFile

public class WorkflowGPEFile
extends java.lang.Object

The representation of a GPE file for a workflow GridBean. This representation contains two variables: the storage reference and the file path at the storage.

Version:
$Id: WorkflowGPEFile.java,v 1.2 2005/12/12 08:45:24 vashorin Exp $
Author:
Alexander Lukichev

Constructor Summary
WorkflowGPEFile(PartnerLink storageepr, Variable path)
           
 
Method Summary
 Variable getFilePath()
           
 PartnerLink getStorageEPR()
           
 void setFilePath(Variable filePath)
           
 void setStorageEPR(PartnerLink storageEPR)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowGPEFile

public WorkflowGPEFile(PartnerLink storageepr,
                       Variable path)
Method Detail

getFilePath

public Variable getFilePath()

setFilePath

public void setFilePath(Variable filePath)

getStorageEPR

public PartnerLink getStorageEPR()

setStorageEPR

public void setStorageEPR(PartnerLink storageEPR)