eu.unicore.hila.common.grid
Class BaseGrid

java.lang.Object
  extended by eu.unicore.hila.common.BaseResource
      extended by eu.unicore.hila.common.grid.BaseGrid
All Implemented Interfaces:
Grid, eu.unicore.hila.Resource

public abstract class BaseGrid
extends eu.unicore.hila.common.BaseResource
implements Grid

Author:
bjoernh 13.08.2009 09:59:05

Field Summary
protected  List<eu.unicore.hila.Resource> children
           
 
Fields inherited from class eu.unicore.hila.common.BaseResource
location
 
Constructor Summary
BaseGrid(eu.unicore.hila.Location _location)
           
 
Method Summary
 List<eu.unicore.hila.Resource> getChildren()
           
 eu.unicore.hila.Metadata getMetadata()
           
 List<Site> getSites()
           
 
Methods inherited from class eu.unicore.hila.common.BaseResource
findParentLocationOfType, getChild, getLocation, getName, getParent, ok
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.unicore.hila.Resource
getChild, getLocation, getName, getParent, ok
 

Field Detail

children

protected final List<eu.unicore.hila.Resource> children
Constructor Detail

BaseGrid

public BaseGrid(eu.unicore.hila.Location _location)
Method Detail

getSites

public List<Site> getSites()
                    throws eu.unicore.hila.exceptions.HiLAException
Specified by:
getSites in interface Grid
Throws:
eu.unicore.hila.exceptions.HiLAException
See Also:
Grid.getSites()

getChildren

public List<eu.unicore.hila.Resource> getChildren()
                                           throws eu.unicore.hila.exceptions.HiLAException
Specified by:
getChildren in interface eu.unicore.hila.Resource
Throws:
eu.unicore.hila.exceptions.HiLAException
See Also:
Resource.getChildren()

getMetadata

public eu.unicore.hila.Metadata getMetadata()
                                     throws eu.unicore.hila.exceptions.HiLAException
Specified by:
getMetadata in interface eu.unicore.hila.Resource
Overrides:
getMetadata in class eu.unicore.hila.common.BaseResource
Throws:
eu.unicore.hila.exceptions.HiLAException
See Also:
Resource.getMetadata()


Copyright © 2010-2013 UNICORE. All Rights Reserved.