I am a component-side medium for a FeedComponent to interface with the
manager-side ComponentAvatar.
|
|
|
|
|
| remote_attachPadMonitorToFeeder(self,
feederName) |
source code
|
|
|
|
|
|
|
remote_eatFrom(self,
eaterAlias,
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
|
|
|
|
| _getAuthenticatorForFeed(self,
eaterAliasOrFeedName) |
source code
|
|
|
|
|
|
|
remote_feedTo(self,
feederName,
fullFeedId,
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
|
|
|
|
connectFeeder(self,
feederName,
fullFeedId)
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)
|
|
|
tuple of (str, int, long)
|
|
|
|
| remote_setMasterClock(self,
ip,
port,
base_time) |
source code
|
|
|
|
remote_effect(self,
effectName,
methodName,
*args,
**kwargs)
Invoke the given methodName on the given effectName in this
component. |
source code
|
|
|
|
| remote_dumpGstreamerDotFile(self,
filename) |
source code
|
|
|
Inherited from component.BaseComponentMedium:
getIP,
getManagerIP,
remote_getConfig,
remote_getMood,
remote_getState,
remote_getUIState,
remote_getVersions,
remote_reloadComponent,
remote_setFluDebug,
remote_stop,
setAuthenticator,
setRemoteReference,
setup
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
|