| Trees | Indices | Help |
|---|
|
|
object --+
|
MonitorCollection
Collection of known monitors. Defines methods for informing all elements about about information to be buffered.
|
|||
|
|||
| iterator |
|
||
| integer |
|
||
| boolean |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| list of AEMonitors |
monitors list of AEMonitors that will be notified of events |
||
|
|||
|
Inherited from |
|||
|
|||
Initializes the monitor list.
|
|
|
Checks if the given monitor class name or instance is in the monitor collection.
|
Removes one AEMonitor instance given its class name from the collection.
|
Removes one or more AEMonitor instances from the collection.
|
Adds one or more AEMonitors to the list of monitors to be notified. Filters the list of monitors based on the kind of events in which they are interested. |
Informs AEMonitors added via add of information to be buffered. Calls Base.AEMonitor.show on all monitors. Monitors raising IOError in show are removed from the monitors list and are no longer notified of events.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:17 2007 | http://epydoc.sourceforge.net |