Method Summary |
|
__init__(self)
|
|
getFactory(self)
|
|
loadConfiguration (self,
filename)
Load the configuration from the given filename, merging it on top of
the currently running configuration. |
|
setBouncer (self,
bouncer)
|
|
_createHeaven (self,
interface,
klass)
Create a heaven of the given klass that will send avatars to clients
implementing the given medium interface. |
|
_setupBundleBasket(self)
|
Inherited from Loggable |
|
debug (self,
*args)
Log a debug message. |
|
error (self,
*args)
Log an error. |
|
info (self,
*args)
Log an informational message. |
|
log (self,
*args)
Log a log message. |
|
logFunction (self,
message)
Overridable log function. |
|
logObjectName (self)
Overridable object name function. |
|
warning (self,
*args)
Log a warning. |