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_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_getMood(self)
Get mood of the component |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from common.medium.PingingMedium :
callRemoteLogging ,
remoteMessageReceived ,
remote_writeFluDebugMarker ,
startPinging ,
stopPinging
Inherited from common.medium.BaseMedium :
callRemote ,
getBundledFunction ,
hasRemoteReference ,
runBundledFunction
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
|