| Method Summary |
| |
__init__(self,
brain,
ports)
|
| list of str
|
remote_checkElements(self,
elementNames)
Checks if one or more GStreamer elements are present and can be
instantiated. |
| |
remote_checkImport(self,
moduleName)
Checks if the given module can be imported. |
| |
remote_create(self,
*args,
**kwargs)
|
| |
remote_getComponents(self)
I return a list of componentAvatarIds, I have. |
| int, or NoneType
|
remote_getFeedServerPort(self)
Return the TCP port the Feed Server is listening on. |
| list of int
|
remote_getPorts(self)
Gets the range of feed ports that this worker was configured to
use. |
| |
remote_runFunction(self,
module,
function,
*args,
**kwargs)
Runs the given function in the given module with the given
arguments. |
| Inherited from PingingMedium |
| |
setRemoteReference(self,
remote)
|
| |
startPinging(self,
disconnect)
|
| |
stopPinging(self)
|
| Inherited from BaseMedium |
| |
callRemote(self,
name,
*args,
**kwargs)
Call the given method with the given arguments remotely on the
server-side avatar. |
| |
callRemoteLogging(self,
level,
stackDepth,
name,
*args,
**kwargs)
Call the given method with the given arguments remotely on the
server-side avatar. |
| |
hasRemoteReference(self)
Does the medium have a remote reference to a server-side avatar ? |
| |
runBundledFunction(self,
*args,
**kwargs)
|
| Inherited from Referenceable |
| |
remoteMessageReceived(self,
broker,
message,
args,
kwargs)
|
| Inherited from Referenceable |
| |
jellyFor(self,
jellier)
(internal) |
| Inherited from Serializable |
| |
processUniqueID(self)
Return an ID which uniquely represents this object for this
process. |
| Inherited from Jellyable |
| |
getStateFor(self,
jellier)
|
| Inherited from Loggable |
| |
debug(self,
*args)
Log a debug message. |
| dict
|
doLog(self,
level,
where,
format,
*args,
**kwargs)
Log a message at the given level, with the possibility of going higher
up in the stack. |
| |
error(self,
*args)
Log an error. |
| |
info(self,
*args)
Log an informational message. |
| |
log(self,
*args)
Log a log message. |
| |
logFunction(self,
*args)
Overridable log function. |
| |
logObjectName(self)
Overridable object name function. |
| |
warning(self,
*args)
Log a warning. |
| |
warningFailure(self,
failure,
swallow)
Log a warning about a Failure. |