Package VisionEgg :: Module PyroHelpers :: Class PyroServer
[frames | no frames]

Class PyroServer


Set up a Pyro server for your PyroControllers and PyroGoClass.

This class is analagous to VisionEgg.TCPController.TCPServer.

Method Summary
  __init__(self)
  connect(self, object, name)
Serve an object under a name...
  create_listener_controller(self)
  disconnect(self, object)
  get_hostname_and_port(self)
  handleRequests(self, timeout)
Only use this if you don't use the PyroListenerController.

Method Details

connect(self, object, name)

Serve an object under a name

handleRequests(self, timeout=0)

Only use this if you don't use the PyroListenerController.

A timeout of 0 specifies return immediately.

Generated by Epydoc 2.0 on Fri Sep 19 18:29:36 2003 http://epydoc.sf.net