urv.emulator.tasks.topology
Class TopologyChangesTask

java.lang.Object
  extended by java.lang.Thread
      extended by urv.emulator.tasks.EmulatorTask
          extended by urv.emulator.tasks.topology.TopologyChangesTask
All Implemented Interfaces:
java.lang.Runnable

public class TopologyChangesTask
extends EmulatorTask

This tasks

Author:
Marcel Arrufat Arias

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TopologyChangesTask()
           
 
Method Summary
 void doSomething()
          Add the code that should be launched in the run method
 
Methods inherited from class urv.emulator.tasks.EmulatorTask
getClassName, getEmulationController, print, run, setEmulationController
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopologyChangesTask

public TopologyChangesTask()
Parameters:
emulationController -
Method Detail

doSomething

public void doSomething()
Add the code that should be launched in the run method

Specified by:
doSomething in class EmulatorTask