Network Equipment Drivers package
-
abstract void
Is invoked by NCS to abort the current transaction and
bring the configuration back to the state before the
previous
prepare()
invocation.
abstract void
Is invoked by NCS to take the configuration to a new state.
void
Is invoked by NCS to ask the NED what actions it would take towards
the device if it would do a prepare.
abstract void
Is invoked by NCS to undo the changes introduced in the last commit
operation (communicated to the NED in the prepare method invocation).