I am an avatar created for an administrative client interface. A
reference to me is given (for example, to gui.AdminInterface) when
logging in and requesting an "admin" avatar. I live in the
manager.
|
|
flumotion.common.planet.ManagerPlanetState
|
perspective_getPlanetState(self)
Get the planet state. |
source code
|
|
flumotion.common.worker.ManagerWorkerHeavenState
|
perspective_getWorkerHeavenState(self)
Get the worker heaven state. |
source code
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred
|
|
|
|
|
|
|
|
|
|
|
|
|
|
str
|
perspective_getConfiguration(self)
Get the configuration of the manager as an XML string. |
source code
|
|
|
|
List of IScenarioAssistantPlugin
|
perspective_getScenarios(self)
Get all the scenarios defined on the registry. |
source code
|
|
|
|
|
|
|
perspective_loadComponent(self,
componentType,
componentId,
componentLabel,
properties,
workerName,
plugs=None,
eaters=None,
isClockMaster=None,
virtualFeeds=None)
Load a component into the manager configuration. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
ComponentRegistryEntry
|
|
|
perspective_invokeOnComponents(self,
componentType,
methodName,
*args,
**kwargs) |
source code
|
|
Inherited from base.ManagerAvatar :
__init__ ,
getClientAddress ,
mindCallRemote ,
onShutdown ,
perspective_authenticate ,
perspective_getBundleSums ,
perspective_getBundleSumsByFile ,
perspective_getBundleZips ,
perspective_getKeycardClasses ,
perspective_keepAlive ,
perspective_writeFluDebugMarker
Inherited from twisted.pb.PingableAvatar :
mindCallRemoteLogging ,
perspectiveMessageReceivedUnserialised ,
perspective_ping ,
setMind ,
startPingChecking ,
stopPingChecking
Inherited from twisted.pb.Avatar :
disconnect
Inherited from twisted.spread.pb.Avatar :
__providedBy__ ,
__provides__
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|