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

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

public class TTElmRequestEcho
extends TTElmRequest

Dummy request only used for checking the proper execution of the environment.

Author:
uros
See Also:
Serialized Form

Field Summary
 
Fields inherited from class eu.xtreemos.xosd.localallocmgr.frontend.TTElmRequest
RESID_FULLDESC_STRING, resourceID, ttelm, type
 
Constructor Summary
TTElmRequestEcho(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

TTElmRequestEcho

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

execute

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