com.sun.spot.peripheral.radio
Class ReassemblyExpiration
java.lang.Object
java.util.TimerTask
com.sun.spot.peripheral.radio.ReassemblyExpiration
- All Implemented Interfaces:
- Runnable
public class ReassemblyExpiration
- extends TimerTask
Method Summary |
void |
run()
this method will be called after the 15 seconds have passed that the
standard defines for discarding reassembly buffers. |
ReassemblyExpiration
public ReassemblyExpiration(String key,
Hashtable reassemblyBuffers,
LowPanStats lpStats)
- construct a new instance of ReassemblyExpiration
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()
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.