i3.dragos.core.tasks
Class GarbageCollectorTask

java.lang.Object
  extended by i3.dragos.core.AbstractTask
      extended by i3.dragos.core.tasks.GarbageCollectorTask
All Implemented Interfaces:
Task

public final class GarbageCollectorTask
extends AbstractTask

The GarbageCollectorTask runs the garbage collector every time it is executed.

Author:
Boris Boehlen <boehlen@cs.rwth-aachen.de>

Constructor Summary
GarbageCollectorTask()
          Constructor.
 
Method Summary
 void execute()
          Exceutes the tasks.
 
Methods inherited from class i3.dragos.core.AbstractTask
getInterval, setInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GarbageCollectorTask

public GarbageCollectorTask()
Constructor.

Method Detail

execute

public void execute()
Exceutes the tasks.

Specified by:
execute in interface Task
Specified by:
execute in class AbstractTask


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.