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
|
|
|
addMessage(self,
level,
mid,
format,
*args,
**kwargs)
Convenience message to construct a message and add it to the planet
state. |
source code
|
|
|
|
|
|
|
|
a deferred that will fire a flumotion.common.identity.RemoteIdentity
|
|
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,
identity) |
source code
|
|
|
_loadComponentConfiguration(self,
conf,
identity) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
loadComponent(self,
identity,
componentType,
componentId,
componentLabel,
properties,
workerName,
plugs,
eaters,
isClockMaster,
virtualFeeds)
Load a component into the manager 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
|
|
|
|
|
|
|
|
|
_componentStopNoAvatar(self,
componentState,
avatarId) |
source code
|
|
|
_componentStopWithAvatar(self,
componentState,
componentAvatar) |
source code
|
|
twisted.internet.defer.Deferred
|
|
|
|
|
|
|
|
|
_workerCreateComponentDelayed(self,
result,
workerAvatar,
componentState,
componentType,
conf) |
source code
|
|
|
_createCallback(self,
result,
componentState) |
source code
|
|
|
|
|
|
|
addComponentToFlow(self,
componentState,
flowName) |
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
|
|
ComponentMapper or None
|
getManagerComponentState(self,
object)
Look up an object mapper given the object. |
source code
|
|
|
invokeOnComponents(self,
componentType,
methodName,
*args,
**kwargs)
Invokes method on all components of a certain type |
source code
|
|
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|