public class DefaultIsisProcess extends Object implements org.onosproject.isis.controller.IsisProcess
| Constructor and Description |
|---|
DefaultIsisProcess() |
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.isis.controller.IsisInterface> |
isisInterfaceList()
Gets list of ISIS interface details.
|
String |
processId()
Gets process ID.
|
void |
setIsisInterfaceList(List<org.onosproject.isis.controller.IsisInterface> isisInterfaceList)
Sets list of ISIS interface details.
|
void |
setProcessId(String processId)
Sets process ID.
|
public String processId()
processId in interface org.onosproject.isis.controller.IsisProcesspublic void setProcessId(String processId)
setProcessId in interface org.onosproject.isis.controller.IsisProcessprocessId - process IDpublic List<org.onosproject.isis.controller.IsisInterface> isisInterfaceList()
isisInterfaceList in interface org.onosproject.isis.controller.IsisProcesspublic void setIsisInterfaceList(List<org.onosproject.isis.controller.IsisInterface> isisInterfaceList)
setIsisInterfaceList in interface org.onosproject.isis.controller.IsisProcessisisInterfaceList - list of ISIS interface detailsCopyright © 2016. All rights reserved.