Package conduit :: Package modules :: Package NetworkModule :: Module Client :: Class _PeerLister
[hide private]

Class _PeerLister

source code


Connects to the remote dataprovider factory and queries the shared dataproviders

Instance Methods [hide private]
 
__init__(self, url, port) source code
 
stop(self) source code
 
run(self) source code

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __gsignals__ = {"complete":(gobject.SIGNAL_RUN_LAST, gobject.T...
  FREQ = 5
  SLEEP = 0.1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url, port)
(Constructor)

source code 
Overrides: threading.Thread.__init__

run(self)

source code 
Overrides: threading.Thread.run

Class Variable Details [hide private]

__gsignals__

Value:
{"complete":(gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, [])}