Package org.onosproject.drivers.netconf
Class NetconfControllerConfig
- java.lang.Object
-
- org.onosproject.net.driver.AbstractBehaviour
-
- org.onosproject.net.driver.AbstractHandlerBehaviour
-
- org.onosproject.drivers.netconf.NetconfControllerConfig
-
- All Implemented Interfaces:
org.onosproject.net.behaviour.ControllerConfig,org.onosproject.net.driver.Behaviour,org.onosproject.net.driver.HandlerBehaviour
public class NetconfControllerConfig extends org.onosproject.net.driver.AbstractHandlerBehaviour implements org.onosproject.net.behaviour.ControllerConfigImplementation of controller config which allows to get and set controllers through the Netconf protocol.
-
-
Constructor Summary
Constructors Constructor Description NetconfControllerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.onosproject.net.behaviour.ControllerInfo>getControllers()voidsetControllers(java.util.List<org.onosproject.net.behaviour.ControllerInfo> controllers)-
Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
getControllers
public java.util.List<org.onosproject.net.behaviour.ControllerInfo> getControllers()
- Specified by:
getControllersin interfaceorg.onosproject.net.behaviour.ControllerConfig
-
setControllers
public void setControllers(java.util.List<org.onosproject.net.behaviour.ControllerInfo> controllers)
- Specified by:
setControllersin interfaceorg.onosproject.net.behaviour.ControllerConfig
-
-