| Trees | Indices | Help |
|---|
|
|
object --+
|
Tracker
Request tracker used to track information about active RMI requests.
|
|||
|
__metaclass__ Singleton metaclass usage: __metaclass__ = Singleton |
|||
|
|||
|
|||
|
|||
| list |
|
||
| str |
|
||
| bool |
|
||
|
|||
|
Inherited from |
|||
|
|||
| set |
__all All known requests by serial number. |
||
| set |
__cancelled Cancelled requests. |
||
| RLock |
__mutex The object mutex. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Add a serial number (make know) for tracking.
|
Find serial numbers matching user defined (any) data.
|
Notify the tracker that an RMI request has been cancelled.
|
Get whether an RMI request has been cancelled.
|
Discontinue tracking an RMI request.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 09:10:29 2013 | http://epydoc.sourceforge.net |