com.sun.spot.peripheral.radio
Class RetransmitTimer
java.lang.Object
java.util.TimerTask
com.sun.spot.peripheral.radio.RetransmitTimer
- All Implemented Interfaces:
- Runnable
public class RetransmitTimer
- extends TimerTask
Method Summary |
void |
run()
This method is called by a timer after the retransmit timeout expires. |
RetransmitTimer
public RetransmitTimer(byte seqNo,
com.sun.spot.peripheral.radio.ConnectionState cs,
RadiostreamProtocolManager spm)
- Creates a new instance of RetransmitTimer
run
public void run()
- This method is called by a timer after the retransmit timeout expires.
It calls the ProtocolManager's retransmit() method
- 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.