uk.ac.soton.itinnovation.grid.service.data
Class DataStager

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.GridResource
      extended by uk.ac.soton.itinnovation.grid.service.data.DataStager

public class DataStager
extends GridResource


Constructor Summary
DataStager()
           
DataStager(StorableInStateRepository managingConversation, String label, boolean internal)
           
 
Method Summary
 File getFile()
           
 Boolean getInternal()
           
 String getResourceType()
          Return the PBAC type of the resource.
 boolean includeInGetResources()
           
 void setFile(File file)
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.service.types.GridResource
equalsByValue, getLabel, getManagementResource, getResourceID, setLabel, setManagementResource, setResourceID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStager

public DataStager()

DataStager

public DataStager(StorableInStateRepository managingConversation,
                  String label,
                  boolean internal)
Method Detail

getResourceType

public String getResourceType()
Description copied from class: GridResource
Return the PBAC type of the resource.

Specified by:
getResourceType in class GridResource

getInternal

public Boolean getInternal()

setFile

public void setFile(File file)

getFile

public File getFile()

includeInGetResources

public boolean includeInGetResources()
Overrides:
includeInGetResources in class GridResource


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.