Class VplsConfigManager


  • public class VplsConfigManager
    extends java.lang.Object
    Component for the management of the VPLS configuration.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.onosproject.core.ApplicationId appId  
      protected org.onosproject.net.config.NetworkConfigService configService  
      protected org.onosproject.core.CoreService coreService  
      protected org.onosproject.net.intf.InterfaceService interfaceService  
      protected org.onosproject.cluster.LeadershipService leadershipService  
      protected org.onosproject.net.config.NetworkConfigRegistry registry  
      protected Vpls vpls  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • configService

        protected org.onosproject.net.config.NetworkConfigService configService
      • coreService

        protected org.onosproject.core.CoreService coreService
      • interfaceService

        protected org.onosproject.net.intf.InterfaceService interfaceService
      • registry

        protected org.onosproject.net.config.NetworkConfigRegistry registry
      • vpls

        protected Vpls vpls
      • leadershipService

        protected org.onosproject.cluster.LeadershipService leadershipService
      • appId

        protected org.onosproject.core.ApplicationId appId
    • Constructor Detail

      • VplsConfigManager

        public VplsConfigManager()