public interface PcepError
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepError.Builder
Builder interface with get and set functions to build PcepError.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<PcepErrorObject> |
getErrorObjList()
Returns the PcepErrorObject.
|
LinkedList<PcepRPObject> |
getRPObjList()
Returns the PcepRPObject List.
|
LinkedList<PcepTEObject> |
getTEObjList()
Returns the PcepTEObject List.
|
void |
setErrorObjList(LinkedList<PcepErrorObject> llErrorObjList)
Sets the Error Objects lists.
|
void |
setRPObjList(LinkedList<PcepRPObject> llRPObjList)
Sets the RP Objects lists.
|
void |
setTEObjList(LinkedList<PcepTEObject> llTEObjList)
Sets the TE Objects lists.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the byte stream of PCEP error to the channel buffer.
|
LinkedList<PcepRPObject> getRPObjList()
void setRPObjList(LinkedList<PcepRPObject> llRPObjList)
llRPObjList - list of type PcepRPObjectLinkedList<PcepTEObject> getTEObjList()
void setTEObjList(LinkedList<PcepTEObject> llTEObjList)
llTEObjList - list of type PcepTEObjectLinkedList<PcepErrorObject> getErrorObjList()
void setErrorObjList(LinkedList<PcepErrorObject> llErrorObjList)
llErrorObjList - list of type PcepErrorObjectint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel bufferPcepParseException - while writing Error part into ChannelBufferCopyright © 2015. All rights reserved.