| Package | Description |
|---|---|
| org.onosproject.pcepio.protocol |
Abstraction of an entity providing PCEP messages.
|
| org.onosproject.pcepio.protocol.ver1 |
Implementation of PCEP messages.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorObjListWithOpen |
PcepErrorMsg.getErrorObjListWithOpen()
Returns Object of ErrorObjListWithOpen.
|
ErrorObjListWithOpen |
PcepErrorMsg.Builder.getErrorObjListWithOpen()
Returns Object of ErrorObjListWithOpen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PcepErrorMsg.setErrorObjListWithOpen(ErrorObjListWithOpen errObjListWithOpen)
Sets errObjListWithOpen object.
|
PcepErrorMsg.Builder |
PcepErrorMsg.Builder.setErrorObjListWithOpen(ErrorObjListWithOpen errObjListWithOpen)
Sets errObjListWithOpen object.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorObjListWithOpen |
PcepErrorMsgVer1.getErrorObjListWithOpen() |
ErrorObjListWithOpen |
PcepErrorMsgVer1.Builder.getErrorObjListWithOpen() |
| Modifier and Type | Method and Description |
|---|---|
void |
PcepErrorMsgVer1.setErrorObjListWithOpen(ErrorObjListWithOpen errObjListWithOpen) |
PcepErrorMsgVer1.Builder |
PcepErrorMsgVer1.Builder.setErrorObjListWithOpen(ErrorObjListWithOpen errObjListWithOpen) |
| Constructor and Description |
|---|
PcepErrorMsgVer1(ErrorObjListWithOpen errObjListWithOpen,
PcepErrorInfo errInfo)
Constructor to initialize variables.
|
Copyright © 2015. All rights reserved.