jist.swans.route
Interface RouteInterface.HeartbeatProtocol

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless, NetInterface.NetHandler, Protocol, RouteInterface
All Known Implementing Classes:
HeartbeatProtocol, HeartbeatProtocol
Enclosing interface:
RouteInterface

public static interface RouteInterface.HeartbeatProtocol
extends RouteInterface, Protocol

NWU routing entity interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jist.swans.route.RouteInterface
RouteInterface.Aodv, RouteInterface.BezierRouting, RouteInterface.Dsr, RouteInterface.ECGRIDRouting, RouteInterface.GenericRouting, RouteInterface.HeartbeatProtocol, RouteInterface.MultiTreeRouting, RouteInterface.RandomPathRouting, RouteInterface.ShortestPathRouting, RouteInterface.Zrp
 
Method Summary
 void wakeAndBeat(long sleepPeriod, boolean wakeAndBeatStarted)
           
 
Methods inherited from interface jist.swans.route.RouteInterface
peek, send
 
Methods inherited from interface jist.swans.net.NetInterface.NetHandler
dropNotify, receive
 
Methods inherited from interface jist.swans.misc.Protocol
start
 

Method Detail

wakeAndBeat

void wakeAndBeat(long sleepPeriod,
                 boolean wakeAndBeatStarted)