SunSPOT API V3.0


com.sun.spot.peripheral.radio
Class ReassemblyExpiration

java.lang.Object
  extended by java.util.TimerTask
      extended by com.sun.spot.peripheral.radio.ReassemblyExpiration
All Implemented Interfaces:
Runnable

public class ReassemblyExpiration
extends TimerTask


Constructor Summary
ReassemblyExpiration(String key, Hashtable reassemblyBuffers, LowPanStats lpStats)
          construct a new instance of ReassemblyExpiration
 
Method Summary
 void run()
          this method will be called after the 15 seconds have passed that the standard defines for discarding reassembly buffers.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReassemblyExpiration

public ReassemblyExpiration(String key,
                            Hashtable reassemblyBuffers,
                            LowPanStats lpStats)
construct a new instance of ReassemblyExpiration

Method Detail

run

public void run()
this method will be called after the 15 seconds have passed that the standard defines for discarding reassembly buffers. It tries to delete the according reassemblyBuffer (if still existing)

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask
See Also:
Thread.run()

SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.