public class ProtectionEndpointIntentInstaller extends Object implements org.onosproject.net.intent.IntentInstaller<org.onosproject.net.intent.ProtectionEndpointIntent>
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.net.intent.IntentExtensionService |
intentExtensionService |
| Constructor and Description |
|---|
ProtectionEndpointIntentInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
apply(org.onosproject.net.intent.IntentOperationContext<org.onosproject.net.intent.ProtectionEndpointIntent> context) |
void |
deactivated() |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentExtensionService intentExtensionService
@Activate public void activate()
@Deactivate public void deactivated()
public void apply(org.onosproject.net.intent.IntentOperationContext<org.onosproject.net.intent.ProtectionEndpointIntent> context)
apply in interface org.onosproject.net.intent.IntentInstaller<org.onosproject.net.intent.ProtectionEndpointIntent>