Home | Trees | Indices | Help |
|
---|
|
Implements the EventFilter abstract class for filtering a CLI event
Implements the EventFilter abstract class for filtering a CLI event according to the specified criteria.
A Filter can be used to provide fine-tuned control over which events to listen to.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
skip = property(get_skip, set_skip) The skip flag. |
|
sync = property(get_sync, set_sync) The sync flag. |
Properties | |
Inherited from |
Method Details |
Constructs a CLIFilter with specified regular expression pattern, Using a pattern string filter to perform CLI message pattern matching. Specifying a pattern parameter is mandatory in order to register for events.
|
Class Variable Details |
skipThe skip flag. Any value other than zero indicates that default command will not be run when the pattern is matched in the network element. Note: if sync is set to true, skip cannot also be true.
|
syncThe sync flag. Any value other than zero indicates that default command will be run synchronously with the listener. Note: if skip is set to true, sync cannot also be true.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:28 2014 | http://epydoc.sourceforge.net |