public static class MBodyPortStats.MutableArray extends MBodyPortStats.Array implements MutableStructure
parseErrorCause, version
Modifier and Type | Method and Description |
---|---|
MBodyPortStats.MutableArray |
addPortStats(MBodyPortStats stats)
Adds a port stats object to this mutable array.
|
OpenflowStructure |
toImmutable()
Returns an immutable instance of this structure.
|
String |
toString() |
boolean |
writable()
Returns true if this mutable object is still writable.
|
getElementClass, toDebugString
getList, getTotalLength, getVersion
hex, hex, incomplete, parseErrorCause, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersion, toDebugString
validate
public OpenflowStructure toImmutable()
MutableStructure
It is expected that the reference to this mutable structure will be
dropped. Note that all method calls invoked on a
MutableStructure
after toImmutable()
has been invoked
will result in an InvalidMutableException
being thrown.
toImmutable
in interface MutableStructure
public boolean writable()
MutableObject
#toImmutable()
method (defined on a sub-interface)
has not yet been invoked.writable
in interface MutableObject
public String toString()
toString
in class MBodyPortStats.Array
public MBodyPortStats.MutableArray addPortStats(MBodyPortStats stats) throws IncompleteStructureException
stats
- the port stats object to addInvalidMutableException
- if this array is no longer writableNullPointerException
- if stats is nullIllegalArgumentException
- if stats is mutableIncompleteStructureException
- if the port stats is incompleteCopyright © 2015. All Rights Reserved.