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

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

public class TTElmRequestRemoveObject
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
TTElmRequestRemoveObject(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

TTElmRequestRemoveObject

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

execute

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