|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Values | |
---|---|
net.jolsrv2 | |
net.jolsrv2.constants | |
net.jolsrv2.data | |
net.jolsrv2.repository.neighbourhood |
Uses of Values in net.jolsrv2 |
---|
Methods in net.jolsrv2 that return Values | |
---|---|
Values |
Node.getWillingness()
The method return a node's willingness |
Uses of Values in net.jolsrv2.constants |
---|
Methods in net.jolsrv2.constants that return Values | |
---|---|
static Values |
Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Values[] |
Values.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of Values in net.jolsrv2.data |
---|
Methods in net.jolsrv2.data with parameters of type Values | |
---|---|
void |
Tlv.setValue(Values value)
Sets the TLV value as a Value |
Uses of Values in net.jolsrv2.repository.neighbourhood |
---|
Methods in net.jolsrv2.repository.neighbourhood that return Values | |
---|---|
Values |
SymmetricNeighbourTuple.getStatus()
Returns the status |
Values |
LinkTuple.getStatus()
Gets the link status |
Values |
LinkTuple.getWillingness()
Return the willingness |
Values |
LinkSet.getWillingness(CidrAddress from)
Returns the willigness of a link tuple with a certain local CIDR address |
Methods in net.jolsrv2.repository.neighbourhood with parameters of type Values | |
---|---|
boolean |
LinkSet.contains(CidrAddress from,
CidrAddress to,
Values status)
Checks if the link set has a link tuple with a certain local CIDR address, neighbour CIDR address and link status |
java.util.ArrayList<LinkTuple> |
LinkSet.getTuples(Values v)
Searches for and returns link tuples having a certain TLV value |
void |
LinkSet.populate2(CidrAddress receivingCAddress,
CidrAddress sourceCAddress,
long validityTime,
long intervalTime,
Values willingness,
java.util.ArrayList<CidrAddress> cidrAddresses,
java.util.ArrayList<Tlv> tlvs)
Populating the link set with the addresses found in the address blocks other than the LIB. |
void |
LinkTuple.setWillingness(Values willingness)
Sets the willingness |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |