|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jolsrv2.repository.neighbourhood.NaaSet
public final class NaaSet
The class implements the neighbour address association set, as specified in OLSRv2.
Method Summary | |
---|---|
java.lang.Object |
clone()
Implementation of the singleton design pattern. |
static NaaSet |
getNaaSet()
Implementation of the singleton design pattern |
java.util.ArrayList<NaaTuple> |
getTuples()
Returns the neighbour address association tuples |
boolean |
populate(long intervalTime,
java.util.ArrayList<CidrAddress> cidrAddresses)
Method for populating the neighbour address association set |
void |
purge()
The method purges the neighbour address association set, deleting expired entries |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NaaSet getNaaSet()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean populate(long intervalTime, java.util.ArrayList<CidrAddress> cidrAddresses)
intervalTime
- the interval timecidrAddresses
- the CIDR addresses
public void purge()
public java.util.ArrayList<NaaTuple> getTuples()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |