| Trees | Indices | Help |
|---|
|
|
twisted.spread.pb.Avatar --+
|
extern.log.log.Loggable --+
|
twisted.pb.Avatar --+
|
twisted.pb.PingableAvatar --+
|
extern.log.log.Loggable --+
|
base.ManagerAvatar --+
|
AdminAvatar
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 |
|
||
| flumotion.common.worker.ManagerWorkerHeavenState |
|
||
|
|||
|
|||
|
|||
twisted.internet.defer.Deferred
|
|
||
|
|||
|
|||
|
|||
| str |
|
||
|
|||
| List of IScenarioAssistantPlugin |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ComponentRegistryEntry
|
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
logCategory = Implementors can provide a category to log their messages under. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
This method is called when a network message is received. This will call:
self.perspective_%(message)s(*broker.unserialize(args),
**broker.unserialize(kw))
to handle the method; subclasses of Avatar are expected to implement methods using this naming convention.
|
Start the given component. The component should be sleeping before this.
|
Stop the given component. If the component was sad, we clear its sad state as well, since the stop was explicitly requested by the admin.
|
Restart the given component.
|
Call a method on the given component on behalf of an admin client.
|
Call a remote method on the worker. This is used so that admin clients can call methods from the interface to the worker.
|
Get the entry point for a piece of bundled code in a component by type.
|
Get the entry point for a piece of bundled code in a plug by type.
|
Remote method that gets the scenario of a given type.
|
Opens a file that the flow should be written to. Note that the returned file object might be an existing file, opened in append mode; if the loadConfiguration operation succeeds, the file should first be truncated before writing. |
Load the given XML configuration into the manager. If the optional saveAs parameter is passed, the XML snippet will be saved to disk in the manager's flows directory.
|
Load a component into the manager configuration. Returns a deferred that will be called with the component state.
|
Delete a component from the manager. A component can only be deleted when it is sleeping or sad. It is the caller's job to ensure this is the case; calling this function on a running component will raise a ComponentBusyError.
|
Fetches the wizard entries which matches the parameters sent in
|
Fetches a ComponentRegistryEntry given a componentType
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 13 13:19:48 2009 | http://epydoc.sourceforge.net |