Class OpticalCircuitIntentCompiler
- java.lang.Object
-
- org.onosproject.net.optical.intent.impl.compiler.OpticalCircuitIntentCompiler
-
- All Implemented Interfaces:
org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalCircuitIntent>
public class OpticalCircuitIntentCompiler extends java.lang.Object implements org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalCircuitIntent>An intent compiler forOpticalCircuitIntent.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.onosproject.cfg.ComponentConfigServicecfgServiceprotected org.onosproject.core.CoreServicecoreServiceprotected org.onosproject.net.device.DeviceServicedeviceServiceprotected org.onosproject.net.driver.DriverServicedriverServiceprotected org.onosproject.net.intent.IntentExtensionServiceintentManagerprotected org.onosproject.net.intent.IntentServiceintentServiceprotected org.onosproject.net.intent.IntentSetMultimapintentSetMultimapprotected org.onosproject.net.resource.ResourceServiceresourceService
-
Constructor Summary
Constructors Constructor Description OpticalCircuitIntentCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.service.component.ComponentContext context)java.util.List<org.onosproject.net.intent.Intent>compile(org.onosproject.net.intent.OpticalCircuitIntent intent, java.util.List<org.onosproject.net.intent.Intent> installable)voiddeactivate()voidmodified(org.osgi.service.component.ComponentContext context)
-
-
-
Field Detail
-
cfgService
protected org.onosproject.cfg.ComponentConfigService cfgService
-
intentManager
protected org.onosproject.net.intent.IntentExtensionService intentManager
-
coreService
protected org.onosproject.core.CoreService coreService
-
deviceService
protected org.onosproject.net.device.DeviceService deviceService
-
resourceService
protected org.onosproject.net.resource.ResourceService resourceService
-
intentSetMultimap
protected org.onosproject.net.intent.IntentSetMultimap intentSetMultimap
-
intentService
protected org.onosproject.net.intent.IntentService intentService
-
driverService
protected org.onosproject.net.driver.DriverService driverService
-
-
Method Detail
-
modified
public void modified(org.osgi.service.component.ComponentContext context)
-
activate
public void activate(org.osgi.service.component.ComponentContext context)
-
deactivate
public void deactivate()
-
compile
public java.util.List<org.onosproject.net.intent.Intent> compile(org.onosproject.net.intent.OpticalCircuitIntent intent, java.util.List<org.onosproject.net.intent.Intent> installable)- Specified by:
compilein interfaceorg.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalCircuitIntent>
-
-