|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Request in eu.xtreemos.xati.API |
---|
Methods in eu.xtreemos.xati.API that return Request | |
---|---|
static Request |
XResAllocator.createRequestsPurgeReservationsBefore(java.util.GregorianCalendar __date)
creates a request for purging all elements that finish before the given date. |
Methods in eu.xtreemos.xati.API with parameters of type Request | |
---|---|
static java.lang.String |
XResAllocator.createReservation(Request __info)
creates a reservation with a given request. |
static java.lang.Boolean |
XResAllocator.updateReservation(java.lang.String __reservationID,
Request __info)
|
Method parameters in eu.xtreemos.xati.API with type arguments of type Request | |
---|---|
static java.util.ArrayList<java.lang.String> |
XResAllocator.createReservations(java.util.ArrayList<Request> __reservations)
creates a massive a sequence of reservations. returns the ids of reservatins with a 1:1 mapping regarding their place. |
Uses of Request in eu.xtreemos.xosd.localallocmgr.frontend |
---|
Fields in eu.xtreemos.xosd.localallocmgr.frontend with type parameters of type Request | |
---|---|
(package private) java.util.LinkedList<Request> |
RequestQueue.requests
|
Methods in eu.xtreemos.xosd.localallocmgr.frontend that return Request | |
---|---|
Request |
RequestQueue.getRequest()
|
Methods in eu.xtreemos.xosd.localallocmgr.frontend with parameters of type Request | |
---|---|
void |
RequestQueue.addRequest(Request r)
|
boolean |
Executor.execute(Request req)
|
Uses of Request in eu.xtreemos.xosd.localallocmgr.frontend.wrapper |
---|
Methods in eu.xtreemos.xosd.localallocmgr.frontend.wrapper that return Request | |
---|---|
Request |
FrontendWrapper.createRequestsPurgeReservationsBefore(java.util.GregorianCalendar date)
creates a request for purging all elements that finish before the given date. |
Methods in eu.xtreemos.xosd.localallocmgr.frontend.wrapper with parameters of type Request | |
---|---|
java.lang.String |
FrontendWrapper.createReservation(Request info)
creates a reservation with a given request. |
boolean |
FrontendWrapper.updateReservation(java.lang.String reservationID,
Request info)
|
Method parameters in eu.xtreemos.xosd.localallocmgr.frontend.wrapper with type arguments of type Request | |
---|---|
java.util.ArrayList<java.lang.String> |
FrontendWrapper.createReservations(java.util.ArrayList<Request> reservations)
creates a massive a sequence of reservations. returns the ids of reservatins with a 1:1 mapping regarding their place. |
Uses of Request in eu.xtreemos.xosd.resallocator |
---|
Methods in eu.xtreemos.xosd.resallocator that return Request | |
---|---|
Request |
ResAllocator.createRequestsPurgeReservationsBefore(java.util.GregorianCalendar date)
creates a request for purging all elements that finish before the given date. |
Methods in eu.xtreemos.xosd.resallocator with parameters of type Request | |
---|---|
java.lang.String |
ResAllocator.createReservation(Request info)
Creates a reservation with a given request. |
java.lang.Boolean |
ResAllocator.updateReservation(java.lang.String reservationID,
Request info)
Updates a reservation with a request, but leaving the reservation id intact. |
Method parameters in eu.xtreemos.xosd.resallocator with type arguments of type Request | |
---|---|
java.util.ArrayList<java.lang.String> |
ResAllocator.createReservations(java.util.ArrayList<Request> reservations)
creates a massive a sequence of reservations. returns the ids of reservatins with a 1:1 mapping regarding their place. |
Uses of Request in eu.xtreemos.xosd.reservationmanager.base |
---|
Fields in eu.xtreemos.xosd.reservationmanager.base declared as Request | |
---|---|
Request |
ReservationRequest.localRequest
The reservation request's contents. |
Request |
UpdateRequest.localRequest
The reservation request's contents. |
Uses of Request in eu.xtreemos.xosd.services |
---|
Methods in eu.xtreemos.xosd.services with parameters of type Request | |
---|---|
void |
SResAllocator.createReservation(Request __info)
creates a reservation with a given request. |
void |
SResAllocator.createReservation(Request __info,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
creates a reservation with a given request. |
void |
SResAllocator.createReservation(Request __info,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
creates a reservation with a given request. |
void |
SResAllocator.updateReservation(java.lang.String __reservationID,
Request __info)
|
void |
SResAllocator.updateReservation(java.lang.String __reservationID,
Request __info,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
|
void |
SResAllocator.updateReservation(java.lang.String __reservationID,
Request __info,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
|
Method parameters in eu.xtreemos.xosd.services with type arguments of type Request | |
---|---|
void |
SResAllocator.createReservations(java.util.ArrayList<Request> __reservations)
creates a massive a sequence of reservations. returns the ids of reservatins with a 1:1 mapping regarding their place. |
void |
SResAllocator.createReservations(java.util.ArrayList<Request> __reservations,
eu.xtreemos.system.communication.bus.CallbackMessage callback)
creates a massive a sequence of reservations. returns the ids of reservatins with a 1:1 mapping regarding their place. |
void |
SResAllocator.createReservations(java.util.ArrayList<Request> __reservations,
eu.xtreemos.system.communication.bus.CallbackMessage callback,
eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
creates a massive a sequence of reservations. returns the ids of reservatins with a 1:1 mapping regarding their place. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |