Package flumotion :: Package worker :: Package checks :: Module check
[show private | hide private]
[frames | no frames]

Module flumotion.worker.checks.check

Exceptions
CheckProcError Utility error for element checker procedures

Function Summary
  callbackResult(value, result)
I am a callback to add to a do_element_check deferred.
  debugFailure(failure)
Create debug info from a failure.
  errbackNotFoundResult(failure, result, id, device)
I am an errback to add to a do_element_check deferred to check for RESOURCE_ERROR_NOT_FOUND, and add a message to the result.
  errbackResult(failure, result, id, device)
I am an errback to add to a do_element_check deferred, after your specific one.
  handleGStreamerDeviceError(failure, device)
Handle common GStreamer GstErrors or other.

Function Details

callbackResult(value, result)

I am a callback to add to a do_element_check deferred.

debugFailure(failure)

Create debug info from a failure.

errbackNotFoundResult(failure, result, id, device)

I am an errback to add to a do_element_check deferred to check for RESOURCE_ERROR_NOT_FOUND, and add a message to the result.

errbackResult(failure, result, id, device)

I am an errback to add to a do_element_check deferred, after your specific one.

handleGStreamerDeviceError(failure, device)

Handle common GStreamer GstErrors or other. Return a message or None.

Generated by Epydoc 2.1 on Fri Feb 2 11:44:37 2007 http://epydoc.sf.net