public interface PcepEroObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepEroObject.Builder
Builder interface with get and set functions to build ERO object.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepValueType> |
getSubObjects()
Return LinkedList of SubObjects of ERO Object.
|
void |
setSubObjects(LinkedList<PcepValueType> llSubObjects)
Sets LinkedList of SubObjects in ERO Object.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the ERO Object into channel buffer.
|
LinkedList<PcepValueType> getSubObjects()
void setSubObjects(LinkedList<PcepValueType> llSubObjects)
llSubObjects - list of subobjectsint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - channel bufferPcepParseException - while writing ERO Object into ChannelBufferCopyright © 2015. All rights reserved.