I am the toplevel manager object that knows about all heavens and
factories.
|
__init__(self,
name,
unsafeTracebacks=0,
configDir=None) |
source code
|
|
|
setConnectionInfo(self,
host,
port,
use_ssl) |
source code
|
|
|
getConfiguration(self)
Returns the manager's configuration as a string suitable for
importing via loadConfiguration(). |
source code
|
|
flumotion.common.bundle.BundlerBasket
|
|
|
|
a deferred that will fire a flumotion.common.identity.RemoteIdentity
|
|
|
|
|
_addManagerPlug(self,
socket,
args,
identity) |
source code
|
|
|
|
flumotion.common.planet.ManagerComponentState
|
_addComponent(self,
conf,
parent,
identity)
Add a component state for the given component config entry. |
source code
|
|
|
|
list of flumotion.common.planet.ManagerComponentState
|
|
|
_startComponents(self,
components,
conf,
identity) |
source code
|
|
|
|
|
loadConfigurationXML(self,
file,
identity)
Load the configuration from the given XML, merging it on top of the
currently running configuration. |
source code
|
|
|
_createHeaven(self,
interface,
klass)
Create a heaven of the given klass that will send avatars to clients
implementing the given medium interface. |
source code
|
|
|
|
|
|
|
|
defer.Deferred
|
|
|
|
|
|
|
|
|
_workerCreateComponentDelayed(self,
result,
workerAvatar,
componentState,
type,
conf) |
source code
|
|
|
_createCallback(self,
result,
componentState) |
source code
|
|
|
|
|
|
|
_getComponentState(self,
deferredListResult,
avatar) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list of flumotion.common.planet.ManagerComponentState
|
|
|
|
|
|
|
|
|
releasePortsOnWorker(self,
workerName,
ports)
Tells the manager that the given ports are no longer being used, and
may be returned to the allocation pool. |
source code
|
|
ComponentMapper or None
|
getComponentMapper(self,
object)
Look up an object mapper given the object. |
source code
|
|
Inherited from common.log.Loggable :
__providedBy__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
|