eu.unicore.hila.grid
Interface Site

All Superinterfaces:
Reservable, eu.unicore.hila.Resource, Submittable

public interface Site
extends eu.unicore.hila.Resource, Submittable, Reservable

Author:
bjoernh 29.05.2009

Method Summary
 Storage getStorage(String _storageName)
          Retrieve a particular Storage by its name.
 List<Storage> getStorages()
          Retrieve the List of storages offered by this Site.
 
Methods inherited from interface eu.unicore.hila.grid.Submittable
getTask, getTasks, submit, submit
 
Methods inherited from interface eu.unicore.hila.grid.Reservable
getReservation, getReservations, reserve
 
Methods inherited from interface eu.unicore.hila.Resource
getChild, getChildren, getLocation, getMetadata, getName, getParent, ok
 

Method Detail

getStorages

List<Storage> getStorages()
                          throws eu.unicore.hila.exceptions.HiLAException
Retrieve the List of storages offered by this Site.

Returns:
Throws:
eu.unicore.hila.exceptions.HiLAException

getStorage

Storage getStorage(String _storageName)
                   throws eu.unicore.hila.exceptions.HiLAException
Retrieve a particular Storage by its name.

Parameters:
_storageName -
Returns:
The Storage matching _storageName.
Throws:
eu.unicore.hila.exceptions.HiLAException


Copyright © 2010-2013 UNICORE. All Rights Reserved.