Package driver :: Module manager :: Class Manager
[show private | hide private]
[frames | no frames]

Class Manager

Known Subclasses:
MasterServer

Base manager class for managing things in Stringbean. The Manager class gives all managers a standard way of interacting with sessions and user queries for information,
Method Summary
  __init__(self, engine)
Managers should do initialization and registration in this method.
string getName(self)
Returns the name of this manager.
string getStatus(self)
Returns a one-liner status of the state of this manager.

Method Details

__init__(self, engine)
(Constructor)

Managers should do initialization and registration in this method. Register with the startup and shutdown hooks for the second pass at starting up (starting threads and things) and for notification that the server is shutting down.

getName(self)

Returns the name of this manager.
Returns:
the manager name
           (type=string)

getStatus(self)

Returns a one-liner status of the state of this manager.
Returns:
a one-liner string of the status or an empty string
           (type=string)

Generated by Epydoc 2.0 on Wed Jan 21 21:00:06 2004 http://epydoc.sf.net