public abstract class FinalIntentProcessPhase extends Object implements IntentProcessPhase
| Constructor and Description |
|---|
FinalIntentProcessPhase() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.onosproject.net.intent.IntentData |
data()
Returns the IntentData object being acted on by this phase.
|
Optional<IntentProcessPhase> |
execute()
Execute the procedure represented by the instance
and generates the next update instance.
|
protected void |
preExecute()
Executes operations that must take place before the phase starts.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInitialPhase, process, transferErrorCountpublic final Optional<IntentProcessPhase> execute()
IntentProcessPhaseexecute in interface IntentProcessPhaseprotected void preExecute()
public abstract org.onosproject.net.intent.IntentData data()