|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.BGP4.Path.Attribute
|
+--SSF.OS.BGP4.Path.AtomicAggregate
The atomic aggregate path attribute. It is used to inform other BGP speakers that the local system selected a less specific route without selecting a more specific route which is included in it. It is well-known and discretionary.
| Field Summary | |
static java.lang.String |
dmlname
The name of the path attribute as a DML attribute. |
static java.lang.String |
name
The name of the attribute as a string. |
static int |
TYPECODE
The atomic aggregate path attribute type code. |
| Fields inherited from class SSF.OS.BGP4.Path.Attribute |
dmlnames, MAX_TYPECODE, MIN_TYPECODE, names, nhidmlnames, undefined |
| Constructor Summary | |
AtomicAggregate()
Constructs an atomic aggregate path attribute. |
|
| Method Summary | |
int |
bytecount()
Returns the number of octets (bytes) needed to represent this atomic aggregate path attribute in an update message. |
Attribute |
copy()
Constructs and returns a copy of the attribute. |
boolean |
equals(Attribute attrib)
Determines whether or not this path attribute is equivalent to another. |
boolean |
opt()
Returns whether the path attribute is optional (true) or well-known (false). |
boolean |
partial()
Returns whether or not the information contained in the optional transitive attribute is partial (true) or complete (false). |
java.lang.String |
toString()
Returns this path attribute as a string. |
boolean |
trans()
Returns whether an optional attribute is transitive (true) or non-transitive (false). |
| Methods inherited from class SSF.OS.BGP4.Path.Attribute |
readExternal, readExternal, writeExternal, writeExternal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TYPECODE
public static final java.lang.String name
public static final java.lang.String dmlname
| Constructor Detail |
public AtomicAggregate()
| Method Detail |
public Attribute copy()
copy in class Attributepublic final boolean opt()
Attribute
opt in class Attributepublic final boolean trans()
Attribute
trans in class Attributepublic final boolean partial()
Attribute
partial in class Attributepublic int bytecount()
bytecount in class Attributepublic boolean equals(Attribute attrib)
equals in class Attributeattrib - A path attribute to compare to this one.
public final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||