public class OpticalCircuitIntentCompiler extends Object implements org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalCircuitIntent>
OpticalCircuitIntent.| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.cfg.ComponentConfigService |
cfgService |
protected org.onosproject.core.CoreService |
coreService |
protected org.onosproject.net.device.DeviceService |
deviceService |
protected org.onosproject.net.driver.DriverService |
driverService |
protected org.onosproject.net.intent.IntentExtensionService |
intentManager |
protected org.onosproject.net.intent.IntentService |
intentService |
protected org.onosproject.net.intent.IntentSetMultimap |
intentSetMultimap |
protected org.onosproject.net.resource.ResourceService |
resourceService |
| Constructor and Description |
|---|
OpticalCircuitIntentCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext context) |
List<org.onosproject.net.intent.Intent> |
compile(org.onosproject.net.intent.OpticalCircuitIntent intent,
List<org.onosproject.net.intent.Intent> installable) |
void |
deactivate() |
void |
modified(org.osgi.service.component.ComponentContext context) |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cfg.ComponentConfigService cfgService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentExtensionService intentManager
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.core.CoreService coreService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.device.DeviceService deviceService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.resource.ResourceService resourceService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentSetMultimap intentSetMultimap
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentService intentService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.driver.DriverService driverService