I am a component-side medium for a FeedComponent to interface with the
manager-side ComponentAvatar.
|
|
|
remote_getElementProperty(self,
elementName,
property) |
source code
|
|
|
remote_setElementProperty(self,
elementName,
property,
value) |
source code
|
|
|
remote_setGstDebug(self,
debug)
Sets the GStreamer debugging levels based on the passed debug string. |
source code
|
|
|
remote_eatFrom(self,
fullFeedId,
host,
port)
Tell the component the host and port for the FeedServer through which
it can connect a local eater to a remote feeder to eat the given
fullFeedId. |
source code
|
|
|
|
|
remote_feedTo(self,
componentId,
feedId,
host,
port)
Tell the component to feed the given feed to the receiving component
accessible through the FeedServer on the given host and port. |
source code
|
|
tuple of (str, int, long)
|
|
|
remote_effect(self,
effectName,
methodName,
*args,
**kwargs)
Invoke the given methodName on the given effectName in this
component. |
source code
|
|
Inherited from component.BaseComponentMedium :
getIP ,
getManagerIP ,
remote_callMethod ,
remote_getConfig ,
remote_getState ,
remote_getUIState ,
remote_reloadComponent ,
remote_setup ,
remote_start ,
remote_stop ,
setAuthenticator ,
setup
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
|