|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jolsrv2.repository.topology.AdvertisedNeighbourSet
public final class AdvertisedNeighbourSet
The class implements the advertised neighbour set, as specified in OLSRv2.
Method Summary | |
---|---|
java.lang.Object |
clone()
Implementation of the singleton design pattern. |
java.util.ArrayList<java.net.InetAddress> |
getAddresses()
Returns the IP addresses |
static AdvertisedNeighbourSet |
getAdvertisedNeighbourSet()
Implementation of the singleton design pattern |
int |
getAnsn()
Returns the advertised neighbour set sequence number |
void |
populate()
Method populating the advertsied neighbour set, as proposed in the specification |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AdvertisedNeighbourSet getAdvertisedNeighbourSet()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public int getAnsn()
public java.util.ArrayList<java.net.InetAddress> getAddresses()
public void populate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |