SunSPOT API V5.0


com.sun.spot.peripheral.radio.mhrp.aodv.request
Class RequestTableCleaner

java.lang.Object
  extended by java.lang.Thread
      extended by com.sun.spot.peripheral.radio.mhrp.aodv.request.RequestTableCleaner
All Implemented Interfaces:
Runnable

public class RequestTableCleaner
extends Thread

Version:
0.1
Author:
Allen Ajit George

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RequestTableCleaner(RequestTable requestTable)
          This thread is responsible for calling the clean table method() of the request table all Constants.REQUEST_TABLE_CLEANER_SLEEP_TIME miliseconds (in the current implementation this is 8000 milisecs
 
Method Summary
 void run()
          If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
 void stopThread()
           
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getName, getPriority, interrupt, isAlive, join, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestTableCleaner

public RequestTableCleaner(RequestTable requestTable)
This thread is responsible for calling the clean table method() of the request table all Constants.REQUEST_TABLE_CLEANER_SLEEP_TIME miliseconds (in the current implementation this is 8000 milisecs

Method Detail

run

public void run()
Description copied from class: Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

Subclasses of Thread should override this method.

Specified by:
run in interface Runnable
Overrides:
run in class Thread
See Also:
Thread.start(), Runnable.run()

stopThread

public void stopThread()

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.