|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReservationSlot | |
---|---|
eu.xtreemos.xati.API | |
eu.xtreemos.xosd.jobmng | |
eu.xtreemos.xosd.resallocator | |
eu.xtreemos.xosd.services |
Uses of ReservationSlot in eu.xtreemos.xati.API |
---|
Methods in eu.xtreemos.xati.API that return types with arguments of type ReservationSlot | |
---|---|
static java.util.ArrayList<ReservationSlot> |
XReservationManager.getReservationResources(java.lang.String __reservationId,
java.security.cert.X509Certificate __userCertificate)
Get the list of the resources and the related time constraints related to the reservation. |
static java.util.ArrayList<ReservationSlot> |
XResAllocator.getReservationsInfo(java.util.ArrayList<java.lang.String> __ids)
For a list of the IDs obtained from the XResAllocator.createReservation(Request) , the method builds a list of
reservation slots descriptors, effectively returning the timetable
entries usable for the reservations. |
Uses of ReservationSlot in eu.xtreemos.xosd.jobmng |
---|
Method parameters in eu.xtreemos.xosd.jobmng with type arguments of type ReservationSlot | |
---|---|
void |
JobMng.getReservationResourcesCB(java.util.ArrayList<ReservationSlot> list)
Callback where I get the list of resources inside reservation. |
java.lang.Integer |
JobMng.getReservationResourcesProcessCB(java.util.ArrayList<ReservationSlot> list)
Callback where I get the list of resources inside reservation to execute a process. |
java.lang.Integer |
JobMng.getResForProcStatusCB(java.util.ArrayList<ReservationSlot> resources)
|
java.lang.Integer |
JobMng.getResourcesFromReservationIDCB(java.util.ArrayList<ReservationSlot> resources)
Callback to get the list of resources of the reservationID In case we don't have any resource in the reservation call getResources from ResMng and fill up the reservation |
Uses of ReservationSlot in eu.xtreemos.xosd.resallocator |
---|
Methods in eu.xtreemos.xosd.resallocator that return types with arguments of type ReservationSlot | |
---|---|
java.util.ArrayList<ReservationSlot> |
ResAllocator.getReservationsInfo(java.util.ArrayList<java.lang.String> ids)
For a list of the IDs obtained from the ResAllocator.createReservation(Request) , the method builds a list of
reservation slots descriptors, effectively returning the timetable
entries usable for the reservations. |
Uses of ReservationSlot in eu.xtreemos.xosd.services |
---|
Method parameters in eu.xtreemos.xosd.services with type arguments of type ReservationSlot | |
---|---|
void |
SJobMng.getReservationResourcesCB(java.util.ArrayList<ReservationSlot> __list)
Callback where I get the list of resources inside reservation. |
void |
SJobMng.getReservationResourcesCB(java.util.ArrayList<ReservationSlot> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Callback where I get the list of resources inside reservation. |
void |
SJobMng.getReservationResourcesCB(java.util.ArrayList<ReservationSlot> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Callback where I get the list of resources inside reservation. |
void |
SJobMng.getReservationResourcesProcessCB(java.util.ArrayList<ReservationSlot> __list)
Callback where I get the list of resources inside reservation to execute a process. |
void |
SJobMng.getReservationResourcesProcessCB(java.util.ArrayList<ReservationSlot> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Callback where I get the list of resources inside reservation to execute a process. |
void |
SJobMng.getReservationResourcesProcessCB(java.util.ArrayList<ReservationSlot> __list,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Callback where I get the list of resources inside reservation to execute a process. |
void |
SReservationManager.getReservationsInfoSuccess(java.util.ArrayList<ReservationSlot> __result)
A call-back for internal use only. |
void |
SReservationManager.getReservationsInfoSuccess(java.util.ArrayList<ReservationSlot> __result,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
A call-back for internal use only. |
void |
SReservationManager.getReservationsInfoSuccess(java.util.ArrayList<ReservationSlot> __result,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
A call-back for internal use only. |
void |
SJobMng.getResForProcStatusCB(java.util.ArrayList<ReservationSlot> __resources)
|
void |
SJobMng.getResForProcStatusCB(java.util.ArrayList<ReservationSlot> __resources,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
SJobMng.getResForProcStatusCB(java.util.ArrayList<ReservationSlot> __resources,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
void |
SJobMng.getResourcesFromReservationIDCB(java.util.ArrayList<ReservationSlot> __resources)
Callback to get the list of resources of the reservationID In case we don't have any resource in the reservation call getResources from ResMng and fill up the reservation |
void |
SJobMng.getResourcesFromReservationIDCB(java.util.ArrayList<ReservationSlot> __resources,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
Callback to get the list of resources of the reservationID In case we don't have any resource in the reservation call getResources from ResMng and fill up the reservation |
void |
SJobMng.getResourcesFromReservationIDCB(java.util.ArrayList<ReservationSlot> __resources,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
Callback to get the list of resources of the reservationID In case we don't have any resource in the reservation call getResources from ResMng and fill up the reservation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |