public interface PcepAttribute
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepAttribute.Builder
Builder interface with get and set functions to build PcepAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
PcepBandwidthObject |
getBandwidthObject()
Returns PcepBandwidthObject.
|
PcepIroObject |
getIroObject()
Returns PcepIroObject.
|
PcepLspaObject |
getLspaObject()
Returns PcepLspaObject.
|
LinkedList<PcepMetricObject> |
getMetricObjectList()
Returns PcepMetricObject List.
|
void |
setBandwidthObject(PcepBandwidthObject bandwidthObject)
Sets the PcepBandwidthObject.
|
void |
setIroObject(PcepIroObject iroObject)
Sets the PcepIroObject.
|
void |
setLspaObject(PcepLspaObject lspaObject)
Sets the PcepLspaObject.
|
void |
setMetricObjectList(LinkedList<PcepMetricObject> llMetricList)
Sets PcepMetricObject List.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
writes lspa , bandwidth , Metriclist and Iro objects to the channel.
|
int write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel buffer.PcepParseException - while writing objects to channel bufferPcepLspaObject getLspaObject()
PcepBandwidthObject getBandwidthObject()
PcepIroObject getIroObject()
void setBandwidthObject(PcepBandwidthObject bandwidthObject)
bandwidthObject - bandwidth objectvoid setLspaObject(PcepLspaObject lspaObject)
lspaObject - lspa objectvoid setIroObject(PcepIroObject iroObject)
iroObject - iro objectLinkedList<PcepMetricObject> getMetricObjectList()
void setMetricObjectList(LinkedList<PcepMetricObject> llMetricList)
llMetricList - list of metric objectsCopyright © 2015. All rights reserved.