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,
authenticator)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
connectToHost(self,
host,
port,
use_insecure=False,
keep_trying=False)
Connect to a host. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
twisted.internet.defer.Deferred
|
|
|
_callRemoteCallback(self,
result,
methodName,
componentName) |
source code
|
|
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
|
|
|
_callRemoteErrback(self,
failure,
type,
name,
methodName) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
deferred
|
reloadManager(self)
Tell the manager to reload its code. |
source code
|
|
twisted.internet.defer.Deferred
|
|
|
|
|
|
|
|
|
getEntry(self,
*args,
**kwargs)
Do everything needed to set up the entry point for the given
component and type, including transferring and setting up bundles. |
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
|
|
|
|
|
|
|
|
|
|
Inherited from common.medium.PingingMedium :
startPinging ,
stopPinging
Inherited from common.medium.BaseMedium :
callRemote ,
callRemoteLogging ,
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 common.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
Inherited from gobject.GObject :
__cmp__ ,
__delattr__ ,
__gdoc__ ,
__gobject_init__ ,
__hash__ ,
__new__ ,
__repr__ ,
__setattr__ ,
chain ,
connect ,
connect_after ,
connect_object ,
connect_object_after ,
disconnect ,
disconnect_by_func ,
emit ,
emit_stop_by_name ,
freeze_notify ,
get_data ,
get_properties ,
get_property ,
handler_block ,
handler_block_by_func ,
handler_disconnect ,
handler_is_connected ,
handler_unblock ,
handler_unblock_by_func ,
notify ,
props ,
set_data ,
set_properties ,
set_property ,
stop_emission ,
thaw_notify ,
weak_ref
Inherited from object :
__getattribute__ ,
__reduce__ ,
__reduce_ex__ ,
__str__
|