Package org.onosproject.vpls.config
Class VplsConfigManager
- java.lang.Object
-
- org.onosproject.vpls.config.VplsConfigManager
-
public class VplsConfigManager extends Object
Component for the management of the VPLS configuration.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.onosproject.core.ApplicationIdappIdprotected org.onosproject.net.config.NetworkConfigServiceconfigServiceprotected org.onosproject.core.CoreServicecoreServiceprotected org.onosproject.net.intf.InterfaceServiceinterfaceServiceprotected org.onosproject.cluster.LeadershipServiceleadershipServiceprotected org.onosproject.net.config.NetworkConfigRegistryregistryprotected Vplsvpls
-
Constructor Summary
Constructors Constructor Description VplsConfigManager()
-
-
-
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
-
-