Class 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.ControllerConfig
    Implementation of controller config which allows to get and set controllers through the Netconf protocol.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.onosproject.net.behaviour.ControllerInfo> getControllers()  
      void setControllers​(java.util.List<org.onosproject.net.behaviour.ControllerInfo> controllers)  
      • Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour

        handler, setHandler
      • Methods inherited from class org.onosproject.net.driver.AbstractBehaviour

        data, setData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.net.driver.Behaviour

        data, setData
      • Methods inherited from interface org.onosproject.net.behaviour.ControllerConfig

        removeControllers
      • Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour

        handler, setHandler
    • Constructor Detail

      • NetconfControllerConfig

        public NetconfControllerConfig()
    • Method Detail

      • getControllers

        public java.util.List<org.onosproject.net.behaviour.ControllerInfo> getControllers()
        Specified by:
        getControllers in interface org.onosproject.net.behaviour.ControllerConfig
      • setControllers

        public void setControllers​(java.util.List<org.onosproject.net.behaviour.ControllerInfo> controllers)
        Specified by:
        setControllers in interface org.onosproject.net.behaviour.ControllerConfig