public class FlowObjectiveIntentInstaller extends Object implements org.onosproject.net.intent.IntentInstaller<org.onosproject.net.intent.FlowObjectiveIntent>
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.net.flowobjective.FlowObjectiveService |
flowObjectiveService |
protected org.onosproject.net.intent.IntentExtensionService |
intentExtensionService |
protected org.onosproject.net.intent.IntentInstallCoordinator |
intentInstallCoordinator |
protected org.onosproject.net.intent.ObjectiveTrackerService |
trackerService |
| Constructor and Description |
|---|
FlowObjectiveIntentInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
apply(org.onosproject.net.intent.IntentOperationContext<org.onosproject.net.intent.FlowObjectiveIntent> intentOperationContext) |
void |
deactivated() |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentExtensionService intentExtensionService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.ObjectiveTrackerService trackerService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentInstallCoordinator intentInstallCoordinator
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.flowobjective.FlowObjectiveService flowObjectiveService
@Activate public void activate()
@Deactivate public void deactivated()
public void apply(org.onosproject.net.intent.IntentOperationContext<org.onosproject.net.intent.FlowObjectiveIntent> intentOperationContext)
apply in interface org.onosproject.net.intent.IntentInstaller<org.onosproject.net.intent.FlowObjectiveIntent>