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

Packages that use TTElmRequest
eu.xtreemos.xosd.localallocmgr.frontend   
eu.xtreemos.xosd.localallocmgr.frontend.utils   
 

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

Fields in eu.xtreemos.xosd.localallocmgr.frontend with type parameters of type TTElmRequest
 java.util.ArrayList<TTElmRequest> Request.elmReqs
           
 

Methods in eu.xtreemos.xosd.localallocmgr.frontend with parameters of type TTElmRequest
 void Request.add(TTElmRequest elmReq)
          Adds request to the list.
private  boolean Executor.execute(TTElmRequest req)
           
 

Uses of TTElmRequest in eu.xtreemos.xosd.localallocmgr.frontend.utils
 

Subclasses of TTElmRequest in eu.xtreemos.xosd.localallocmgr.frontend.utils
 class TTElmRequestAdd
          Request item for the addition of a new element to the time table of a chosen resource.
 class TTElmRequestDelay
           
 class TTElmRequestEcho
          Dummy request only used for checking the proper execution of the environment.
 class TTElmRequestRemove
          A request to remove an element described by the attributes of a given elements.
 class TTElmRequestRemoveObject