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

Class RemoteProcessList

source code

system.SystemPart --+    
                    |    
   system.ProcessList --+
                        |
                       RemoteProcessList

Represents the ProcessList of a remote system.

Instance Methods [hide private]
 
__init__(self, contact)
Creates a RemoteProcessList instance based on the given RemoteContact.
source code
 
contact(self)
Returns the backing RemoteContact object.
source code

Inherited from system.SystemPart: callback, delay, do_update, set_delay, set_system, system, update

Static Methods [hide private]

Inherited from system.SystemPart: null

Method Details [hide private]

__init__(self, contact)
(Constructor)

source code 

Creates a RemoteProcessList instance based on the given RemoteContact.

Overrides: system.SystemPart.__init__