eu.unicore.hila.common.grid
Class BaseSite

java.lang.Object
  extended by eu.unicore.hila.common.BaseResource
      extended by eu.unicore.hila.common.grid.BaseSite
All Implemented Interfaces:
Reservable, Site, Submittable, eu.unicore.hila.Resource

public abstract class BaseSite
extends eu.unicore.hila.common.BaseResource
implements Site

Author:
bjoernh 13.08.2009 10:00:55

Field Summary
 
Fields inherited from class eu.unicore.hila.common.BaseResource
location
 
Constructor Summary
BaseSite(eu.unicore.hila.Location _location)
           
 
Method Summary
 List<eu.unicore.hila.Resource> getChildren()
           
 List<Storage> getStorages()
           
 Job submit(JobDescription _jd)
          Deprecated. in favor of Submittable.submit(eu.unicore.hila.job.model.JobModel)
 
Methods inherited from class eu.unicore.hila.common.BaseResource
findParentLocationOfType, getChild, getLocation, getMetadata, 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.grid.Site
getStorage
 
Methods inherited from interface eu.unicore.hila.grid.Submittable
getTask, getTasks, submit
 
Methods inherited from interface eu.unicore.hila.grid.Reservable
getReservation, getReservations, reserve
 
Methods inherited from interface eu.unicore.hila.Resource
getChild, getLocation, getMetadata, getName, getParent, ok
 

Constructor Detail

BaseSite

public BaseSite(eu.unicore.hila.Location _location)
Parameters:
_location -
Method Detail

getStorages

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

getChildren

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

submit

public Job submit(JobDescription _jd)
           throws eu.unicore.hila.exceptions.HiLAException
Deprecated. in favor of Submittable.submit(eu.unicore.hila.job.model.JobModel)

This method is there for compatibility with versions of HiLA prior to 2.3.0.

Specified by:
submit in interface Submittable
Throws:
eu.unicore.hila.exceptions.HiLAException
See Also:
Submittable.submit(eu.unicore.hila.grid.job.JobDescription)


Copyright © 2010-2013 UNICORE. All Rights Reserved.