public abstract class VirtualFinalIntentProcessPhase extends java.lang.Object implements VirtualIntentProcessPhase
| Constructor and Description |
|---|
VirtualFinalIntentProcessPhase() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.onosproject.net.intent.IntentData |
data()
Returns the IntentData object being acted on by this phase.
|
java.util.Optional<VirtualIntentProcessPhase> |
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 java.util.Optional<VirtualIntentProcessPhase> execute()
VirtualIntentProcessPhaseexecute in interface VirtualIntentProcessPhaseprotected void preExecute()
public abstract org.onosproject.net.intent.IntentData data()