class documentation
class ImportExportLoop(object):
Undocumented
| Method | __init__ |
Initializes this class. |
| Method | |
Adds an import/export object to the loop. |
| Method | |
Finalizes all pending transfers. |
| Method | |
Utility main loop. |
| Constant | MAX |
Undocumented |
| Constant | MIN |
Undocumented |
| Static Method | _ |
Collects the status for all import/export daemons. |
| Static Method | _ |
Gets the names of all active daemons. |
| Method | _ |
Adds all pending import/export objects to the internal queue. |
| Instance Variable | _lu |
Undocumented |
| Instance Variable | _pending |
Undocumented |
| Instance Variable | _queue |
Undocumented |
Adds an import/export object to the loop.
| Parameters | |
diskie:Subclass of _DiskImportExportBase | Import/export object |