jist.swans.route
Class RouteZrpZdp.TimerSend

java.lang.Object
  extended by jist.swans.route.RouteZrpZdp.TimerSend
All Implemented Interfaces:
Timer
Enclosing class:
RouteZrpZdp

private class RouteZrpZdp.TimerSend
extends java.lang.Object
implements Timer

Delayed outgoing send timer.


Constructor Summary
private RouteZrpZdp.TimerSend()
           
 
Method Summary
 void timeout()
          Timer expiration processing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteZrpZdp.TimerSend

private RouteZrpZdp.TimerSend()
Method Detail

timeout

public void timeout()
Timer expiration processing.

Specified by:
timeout in interface Timer