| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
TimeoutError Error for a defered call taking too long to complete |
|||
|
ProcessRunner Provide deferred process execution |
|||
|
MySshClient Connection to SSH server at the remote device |
|||
|
SshPool Cache all the Ssh connections so they can be managed |
|||
|
SshRunner Run a single command across a cached SSH connection |
|||
| DeviceConfig | |||
| DataPointConfig | |||
|
Cmd Holds the config of every command to be run |
|||
| Options | |||
| ConfigurationProcessor | |||
|
zencommand Daemon code to schedule commands and run them. |
|||
|
|||
|
|||
|
|||
__doc__ = """ZenComm
|
|||
log = logging.getLogger("zen.zencommand")
|
|||
MAX_CONNECTIONS = 256
|
|||
|
|||
__doc__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Oct 19 14:41:38 2009 | http://epydoc.sourceforge.net |