Package | Description |
---|---|
com.tailf.ned |
Network Equipment Drivers package
|
Modifier and Type | Method and Description |
---|---|
NedEditOp[] |
NedCmd.getOperations() |
NedEditOp[] |
NedCmd.parseOps(ConfEList l) |
Modifier and Type | Method and Description |
---|---|
abstract void |
NedGenericBase.abort(NedWorker w,
NedEditOp[] ops)
Is invoked by NCS to abort the current transaction and
bring the configuration back to the state before the
previous
prepare()
invocation. |
abstract void |
NedGenericBase.prepare(NedWorker w,
NedEditOp[] ops)
Is invoked by NCS to take the configuration to a new state.
|
void |
NedGenericBase.prepareDry(NedWorker w,
NedEditOp[] ops)
Is invoked by NCS to ask the NED what actions it would take towards
the device if it would do a prepare.
|
abstract void |
NedGenericBase.revert(NedWorker w,
NedEditOp[] ops)
Is invoked by NCS to undo the changes introduced in the last commit
operation (communicated to the NED in the prepare method invocation).
|