Uses of Class
eu.xtreemos.xosd.localallocmgr.frontend.RequestQueue

Packages that use RequestQueue
eu.xtreemos.xosd.localallocmgr.frontend   
eu.xtreemos.xosd.localallocmgr.frontend.wrapper   
 

Uses of RequestQueue in eu.xtreemos.xosd.localallocmgr.frontend
 

Fields in eu.xtreemos.xosd.localallocmgr.frontend declared as RequestQueue
private  RequestQueue Executor.rqLink
           
 

Constructors in eu.xtreemos.xosd.localallocmgr.frontend with parameters of type RequestQueue
Executor(RequestQueue rq, ResourceDirectory rdir)
           
 

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

Fields in eu.xtreemos.xosd.localallocmgr.frontend.wrapper declared as RequestQueue
private  RequestQueue FrontendWrapper.rq
           
 

Constructors in eu.xtreemos.xosd.localallocmgr.frontend.wrapper with parameters of type RequestQueue
FrontendWrapper(ResourceDirectory rdir, RequestQueue rq)