|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jolsrv2.repository.topology.AttachedNetworkSet
public class AttachedNetworkSet
The class implements the attached network set, as specified in OLSRv2.
Constructor Summary | |
---|---|
AttachedNetworkSet()
Constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Implementation of the singleton design pattern. |
static AttachedNetworkSet |
getAttachedNetworkSet()
Implementation of the singleton design pattern |
void |
populate(java.util.ArrayList<CidrAddress> libCAddresses,
java.util.ArrayList<CidrAddress> cAddresses,
java.util.ArrayList<Tlv> tlvs,
int ansn,
long validityTime)
Method populating the symmetric neighbour set, as proposed in the specification |
void |
purge()
The method purges the attached network set, deleting expired entries |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttachedNetworkSet()
Method Detail |
---|
public static AttachedNetworkSet getAttachedNetworkSet()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void populate(java.util.ArrayList<CidrAddress> libCAddresses, java.util.ArrayList<CidrAddress> cAddresses, java.util.ArrayList<Tlv> tlvs, int ansn, long validityTime)
libCAddresses
- the LIB CIDR addressescAddresses
- the CIDR addressestlvs
- the TLVsansn
- the ANSNvalidityTime
- the validity timepublic void purge()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |