IMP  2.0.1
The Integrative Modeling Platform
IMP.isd.PyroGrid.PyroHandler Class Reference

Runs on remote side, non-specific object. More...

Inherits ObjBase.

Public Member Functions

def publish
 delegate = False for descendants of Pyro.core.ObjBase More...
 

Detailed Description

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

Note
This class is only available in Python.

Definition at line 16 of file PyroGrid.py.

Member Function Documentation

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.


The documentation for this class was generated from the following file: