Home | Trees | Indices | Help |
|
---|
|
Python Remote Object utilities Main functions available: * `register_object` to expose arbitrary object through pyro using delegation approach and register it in the nameserver. * `ns_unregister` unregister an object identifier from the nameserver. * `ns_get_proxy` get a pyro proxy from a nameserver object identifier.
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
expose the object as a pyro object and register it in the name-server if use_pyrons is False, then the object is exposed, but no attempt to register it to a pyro nameserver is made. return the pyro daemon object |
reregister a pyro object into the name server. You only have to specify the name-server id of the object (though you MUST have gone through `register_object` for the given object previously). This is especially useful for long running server while the name server may have been restarted, and its records lost. |
get a proxy for the passed pyro uri without using a nameserver |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 31 18:19:13 2012 | http://epydoc.sourceforge.net |