jist.swans.app
Class AppHeartbeat.NeighbourEntry

java.lang.Object
  extended by jist.swans.app.AppHeartbeat.NeighbourEntry
Enclosing class:
AppHeartbeat

private static class AppHeartbeat.NeighbourEntry
extends java.lang.Object

Neighbour entry information.


Field Summary
 int beats
          heartbeats until expiration.
 MacAddress mac
          mac address of neighbour.
 
Constructor Summary
private AppHeartbeat.NeighbourEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mac

public MacAddress mac
mac address of neighbour.


beats

public int beats
heartbeats until expiration.

Constructor Detail

AppHeartbeat.NeighbourEntry

private AppHeartbeat.NeighbourEntry()