Uses of Class
eu.xtreemos.xosd.localallocmgr.basic.manipulators.FreeSlots

Packages that use FreeSlots
eu.xtreemos.xati.API   
eu.xtreemos.xosd.localallocmgr.frontend.wrapper   
eu.xtreemos.xosd.resallocator   
eu.xtreemos.xosd.reservationmanager.base   
eu.xtreemos.xosd.services   
 

Uses of FreeSlots in eu.xtreemos.xati.API
 

Methods in eu.xtreemos.xati.API that return FreeSlots
static FreeSlots XReservationManager.getAllFreeSlotsFor(CommunicationAddress __nodeAddress, java.lang.String __resourceID, java.security.cert.X509Certificate __userCert)
          Returns all free slots in a timetable for some metric on the node.
static FreeSlots XResAllocator.getAllFreeSlotsFor(java.lang.String __resourceID)
          returns all free slots in a timetable for some resource.
static FreeSlots XReservationManager.getFreeSlotsFor(CommunicationAddress __nodeAddress, java.lang.String __resourceID, java.util.GregorianCalendar __from, java.util.GregorianCalendar __to, java.security.cert.X509Certificate __userCert)
          Returns all free slots for a given resource and time frame on the node.
static FreeSlots XResAllocator.getFreeSlotsFor(java.lang.String __resourceID, java.util.GregorianCalendar __from, java.util.GregorianCalendar __to)
          returns all free slots for a given time frame.
 

Uses of FreeSlots in eu.xtreemos.xosd.localallocmgr.frontend.wrapper
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend.wrapper that return FreeSlots
 FreeSlots FrontendWrapper.getAllFreeSlotsFor(java.lang.String resourceID)
          returns all free slots in a timetable for some resource.
 FreeSlots FrontendWrapper.getFreeSlotsFor(java.lang.String resourceID, java.util.GregorianCalendar from, java.util.GregorianCalendar to)
          returns all free slots for a given time frame.
 

Uses of FreeSlots in eu.xtreemos.xosd.resallocator
 

Methods in eu.xtreemos.xosd.resallocator that return FreeSlots
 FreeSlots ResAllocator.getAllFreeSlotsFor(java.lang.String resourceID)
          Returns all free slots in a timetable for some resource.
 FreeSlots ResAllocator.getFreeSlotsFor(java.lang.String resourceID, java.util.GregorianCalendar from, java.util.GregorianCalendar to)
          Returns all free slots for a given time frame for a specific resource.
 

Uses of FreeSlots in eu.xtreemos.xosd.reservationmanager.base
 

Fields in eu.xtreemos.xosd.reservationmanager.base declared as FreeSlots
 FreeSlots NodeFreeSlots.freeSlots
           
 

Uses of FreeSlots in eu.xtreemos.xosd.services
 

Methods in eu.xtreemos.xosd.services with parameters of type FreeSlots
 void SReservationManager.getAllFreeSlotsForPxySuccess(FreeSlots __result)
           
 void SReservationManager.getAllFreeSlotsForPxySuccess(FreeSlots __result, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SReservationManager.getAllFreeSlotsForPxySuccess(FreeSlots __result, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void SReservationManager.getAllFreeSlotsForSuccess(FreeSlots __result)
          A call-back for internal use only.
 void SReservationManager.getAllFreeSlotsForSuccess(FreeSlots __result, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          A call-back for internal use only.
 void SReservationManager.getAllFreeSlotsForSuccess(FreeSlots __result, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          A call-back for internal use only.
 void SReservationManager.getFreeSlotsForPxySuccess(FreeSlots __result)
          A call-back for internal use only.
 void SReservationManager.getFreeSlotsForPxySuccess(FreeSlots __result, eu.xtreemos.system.communication.bus.CallbackMessage callback)
          A call-back for internal use only.
 void SReservationManager.getFreeSlotsForPxySuccess(FreeSlots __result, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
          A call-back for internal use only.