|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteZrpIerp
public class RouteZrpIerp
Zone Routing Protocol: IntErzone Routing (sub)Protocol: Default implementation.
Nested Class Summary | |
---|---|
private static class |
RouteZrpIerp.MessageIerp
IERP (IntErzone Routing Protocol) packet. |
static class |
RouteZrpIerp.MessageQueue
Queue of message waiting for route replies. |
private static class |
RouteZrpIerp.QueuedPacket
Packet queued and waiting to be sent. |
private static class |
RouteZrpIerp.RouteEntry
IERP routing entry. |
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logIERP
logger for IERP events. |
private RouteZrpIerp.MessageQueue |
mq
outgoing message queue. |
static long |
QUEUE_LIFETIME
packet queue expiration. |
static long |
QUEUE_REFRESH
packet queue refresh timer (check for expiration). |
private java.util.HashMap |
routes
inter-zone routes: NetAddress - RouteEntry. |
private short |
routeSeq
ierp identifier. |
private RouteZrp |
zrp
reference to zrp routing framework. |
Constructor Summary | |
---|---|
RouteZrpIerp(RouteZrp zrp)
Create new "default" IERP (ZRP sub-protocol) handler. |
|
RouteZrpIerp(RouteZrp zrp,
java.lang.String config)
Create new "default" IERP (ZRP sub-protocol) handler. |
Method Summary | |
---|---|
private NetAddress[] |
getRoute(NetAddress dst)
Return IERP route. |
private boolean |
hasRoute(NetAddress dst)
Return whether IERP table has a route. |
private short |
incSeq()
Return new IERP sequence number. |
void |
receive(RouteInterface.Zrp.MessageIerp msg)
Process incoming IERP packet. |
void |
send(NetMessage.Ip ip)
Route and send given network message. |
void |
start()
Start running protocol. |
void |
timeout()
Timer expiration processing. |
void |
zoneChanged()
Process IARP signal to IERP that zone information has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger logIERP
public static final long QUEUE_LIFETIME
public static final long QUEUE_REFRESH
private RouteZrp zrp
private java.util.HashMap routes
private short routeSeq
private RouteZrpIerp.MessageQueue mq
Constructor Detail |
---|
public RouteZrpIerp(RouteZrp zrp)
zrp
- object reference to zrp routing frameworkpublic RouteZrpIerp(RouteZrp zrp, java.lang.String config)
zrp
- object reference to zrp routing frameworkconfig
- configuration stringMethod Detail |
---|
private short incSeq()
private boolean hasRoute(NetAddress dst)
dst
- destination node
private NetAddress[] getRoute(NetAddress dst)
dst
- destination node
public void start()
start
in interface Protocol
public void zoneChanged()
zoneChanged
in interface RouteInterface.Zrp.Ierp
public void receive(RouteInterface.Zrp.MessageIerp msg)
receive
in interface RouteInterface.Zrp.Ierp
msg
- ierp packetpublic void send(NetMessage.Ip ip)
send
in interface RouteInterface.Zrp.Ierp
ip
- network message to route and sendpublic void timeout()
timeout
in interface Timer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |