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 |
|---|---|
List<PcepErrorObject> |
getErrorObjList()
Returns the PcepErrorObject.
|
List<PcepLSObject> |
getLSObjList()
Returns the PcepLSObject List.
|
List<PcepRPObject> |
getRPObjList()
Returns the PcepRPObject List.
|
void |
setErrorObjList(List<PcepErrorObject> errorObjList)
Sets the Error Objects lists.
|
void |
setLSObjList(List<PcepLSObject> lsObjList)
Sets the LS Objects lists.
|
void |
setRPObjList(List<PcepRPObject> rpObjList)
Sets the RP Objects lists.
|
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
Writes the byte stream of PCEP error to the channel buffer.
|
List<PcepRPObject> getRPObjList()
void setRPObjList(List<PcepRPObject> rpObjList)
rpObjList - list of type PcepRPObjectList<PcepLSObject> getLSObjList()
void setLSObjList(List<PcepLSObject> lsObjList)
lsObjList - list of type PcepLSObjectList<PcepErrorObject> getErrorObjList()
void setErrorObjList(List<PcepErrorObject> errorObjList)
errorObjList - list of type PcepErrorObjectint write(org.jboss.netty.buffer.ChannelBuffer bb) throws PcepParseException
bb - of type channel bufferPcepParseException - while writing Error part into ChannelBuffer