IMP
2.0.0
The Integrative Modeling Platform
|
Runs on remote side, non-specific object. More...
Inherits ObjBase.
Public Member Functions | |
def | publish |
delegate = False for descendants of Pyro.core.ObjBase More... | |
It is a tool to launch instances of any picklable object on the remote host (where it resides)
If PyroHandler is idle longer than .timeout time, it kills itself on the remote side (together with all registered instances)
Returns: raw Pyro proxy
Definition at line 16 of file PyroGrid.py.
def IMP.isd.PyroGrid.PyroHandler.publish | ( | self, | |
instance, | |||
instance_uri, | |||
delegate | |||
) |
Publishes a copy of the instance on the host where PyroHandler is running.
Definition at line 21 of file PyroGrid.py.