uk.ac.soton.itinnovation.grid.service.sla.dao
Interface ResourcePoolDAO

All Superinterfaces:
GenericDAO<ResourcePool,Long>
All Known Implementing Classes:
ResourcePoolDAOImpl

public interface ResourcePoolDAO
extends GenericDAO<ResourcePool,Long>


Method Summary
 ResourcePool findByResourceId(String resourceId)
           
 ResourcePool findSingleton()
           
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.service.sla.dao.GenericDAO
delete, findAll, findById, findById, saveOrUpdate
 

Method Detail

findByResourceId

ResourcePool findByResourceId(String resourceId)

findSingleton

ResourcePool findSingleton()
Returns:
the ResourcePool if there is exactly one or null if there is no ResourcePool
Throws:
GridErrorException - if there are multiple ResourcePools


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