eu.xtreemos.xosd.localallocmgr.frontend.utils
Class TTElmRequestDelay

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.frontend.TTElmRequest
      extended by eu.xtreemos.xosd.localallocmgr.frontend.utils.TTElmRequestDelay
All Implemented Interfaces:
java.io.Serializable

public class TTElmRequestDelay
extends TTElmRequest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class eu.xtreemos.xosd.localallocmgr.frontend.TTElmRequest
RESID_FULLDESC_STRING, resourceID, ttelm, type
 
Constructor Summary
TTElmRequestDelay(java.lang.String resourceID, TTElm ttelm)
           
 
Method Summary
 boolean execute(TimeTable tt)
           
 
Methods inherited from class eu.xtreemos.xosd.localallocmgr.frontend.TTElmRequest
addReservationID, getTtelm, removeReservationID, resourceID, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTElmRequestDelay

public TTElmRequestDelay(java.lang.String resourceID,
                         TTElm ttelm)
Method Detail

execute

public boolean execute(TimeTable tt)
Specified by:
execute in class TTElmRequest