I live in the admin client. I am a data model for any admin view
implementing a UI to communicate with one manager. I send signals when
things happen.
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
disconnectFromManager(self)
Disconnects from the actual manager and frees the connection. |
source code
|
|
twisted.internet.defer.Deferred
|
|
|
|
bundleErrback(self,
failure,
fileName='<unknown>')
Handle all coding mistakes that could be triggered by loading
bundles. |
source code
|
|
|
|
|
|
|
reconnect(self,
keepTrying=False)
Close any existing connection to the manager and reconnect. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred
|
|
twisted.internet.defer.Deferred
|
workerCallRemote(self,
workerName,
methodName,
*args,
**kwargs)
Call the the given method on the given worker with the given args. |
source code
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred
|
getScenarios(self)
Obtains the available scenarios from the manager. |
source code
|
|
twisted.internet.defer.Deferred
|
getScenarioByType(self,
type)
Obtains an scenario given its type. |
source code
|
|
|
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred firing an
flumotion.common.messages.Result
|
workerRun(self,
workerName,
moduleName,
functionName,
*args,
**kwargs)
Run the given function and args on the given worker. |
source code
|
|
|
|
| getWizardEntries(self,
wizardTypes=None,
provides=None,
accepts=None) |
source code
|
|
|
|
|
|
|
|
|
Inherited from common.medium.PingingMedium:
remote_writeFluDebugMarker,
startPinging,
stopPinging
Inherited from common.medium.BaseMedium:
callRemote,
callRemoteLogging,
getBundledFunction,
hasRemoteReference,
runBundledFunction
Inherited from twisted.pb.Referenceable:
remoteMessageReceived
Inherited from twisted.spread.flavors.Referenceable:
jellyFor
Inherited from twisted.spread.flavors.Serializable:
processUniqueID
Inherited from twisted.spread.jelly.Jellyable:
__providedBy__,
getStateFor
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
Inherited from common.signals.SignalMixin:
connect,
disconnect,
disconnectByFunction,
disconnect_by_func,
emit
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|