I am a medium interfacing with a manager-side avatar. I implement a
Referenceable for the manager's avatar to call on me. I have a remote
reference to the manager's avatar to call upon. I am created by the ComponentClientFactory.
|
|
|
|
|
getManagerIP(self)
Return the manager IP as seen by us. |
source code
|
|
|
getIP(self)
Return the IP of this component based on connection to the manager. |
source code
|
|
|
|
flumotion.common.planet.WorkerJobState
|
|
dict
|
|
|
remote_setup(self,
config)
Set up the component and the component's medium with the given
config, in that order. |
source code
|
|
|
|
|
|
|
remote_reloadComponent(self)
Reload modules in the component. |
source code
|
|
|
remote_getUIState(self)
Get a WorkerComponentUIState containing details needed to present an
admin-side UI state |
source code
|
|
|
|
|
remote_callMethod(self,
methodName,
*args,
**kwargs) |
source code
|
|
Inherited from common.medium.PingingMedium :
setRemoteReference ,
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
|