jist.swans.route
Interface RouteInterface.Zrp.Ierp

All Superinterfaces:
Protocol
All Known Implementing Classes:
RouteZrpIerp
Enclosing interface:
RouteInterface.Zrp

public static interface RouteInterface.Zrp.Ierp
extends Protocol

IntErzone Routing (sub)Protocol interface.


Method Summary
 void receive(RouteInterface.Zrp.MessageIerp msg)
          Process incoming IERP packet.
 void send(NetMessage.Ip msg)
          Route and send given network message.
 void zoneChanged()
          Process IARP signal to IERP that zone information has changed.
 
Methods inherited from interface jist.swans.misc.Protocol
start
 

Method Detail

receive

void receive(RouteInterface.Zrp.MessageIerp msg)
Process incoming IERP packet.

Parameters:
msg - ierp packet

send

void send(NetMessage.Ip msg)
Route and send given network message.

Parameters:
msg - network message to route and send

zoneChanged

void zoneChanged()
Process IARP signal to IERP that zone information has changed.