class IfMgrCommandDispatcher
|
Class to dispatch Interface Manager Commands.
More... |
|
|
Public Types
- typedef IfMgrCommandSinkBase::Cmd Cmd
Public Methods
Protected Members
This class buffers exactly one Interface Manager Command (IfMgrCommandBase) and applies it to an Interface Manager
Configuration Tree (IfMgrIfTree) when it's execute() method is
called.
IfMgrCommandDispatcher (IfMgrIfTree& tree)
| IfMgrCommandDispatcher |
Constructor
Parameters:
tree | configuration tree to apply commands to.
|
void push (const Cmd& cmd)
| push |
Push a command into local storage ready for execution.
Reimplemented from IfMgrCommandSinkBase.
[virtual]
Execute command.
Returns: command return status (true indicates success, false failure).
[protected]
[protected]
Generated by: pavlin on possum.icir.org on Thu Nov 6 23:46:59 2003, using kdoc 2.0a54+XORP. |