Package sysmon :: Module remote :: Class RemoteSystem
[hide private]
[frames] | no frames]

Class RemoteSystem

source code

system.System --+
                |
               RemoteSystem

Represents a remote system.

Instance Methods [hide private]
 
__init__(self, contact)
Creates an empty remote system.
source code
 
contact(self)
Returns the backing RemoteContact object.
source code

Inherited from system.System: acquire, add_drive, add_filesystem, add_networkconnection, add_processor, callback, delay, drives, filesystems, memory, name, networkconnections, parts, processlist, processor, processors, release, run, set_callback, set_delay, set_memory, set_processlist, set_uptime, stop, update, uptime

Method Details [hide private]

__init__(self, contact)
(Constructor)

source code 

Creates an empty remote system.

This constructor DOES initialize the remote system, using the RemoteContact passed to it (generally by get_remote).

Overrides: system.System.__init__