Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 2eca861f24be6048290ed27335ec22aa > files > 1174

flumotion-doc-0.6.1-1mdv2010.0.x86_64.rpm

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>flumotion.job.job</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        Package&nbsp;flumotion ::
        <a href="flumotion.job-module.html">Package&nbsp;job</a> ::
        Module&nbsp;job
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<h1 class="epydoc">Source Code for <a href="flumotion.job.job-module.html">Module flumotion.job.job</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno">  1</tt>  <tt class="py-line"><tt class="py-comment"># -*- Mode: Python -*-</tt> </tt>
<a name="L2"></a><tt class="py-lineno">  2</tt>  <tt class="py-line"><tt class="py-comment"># vi:si:et:sw=4:sts=4:ts=4</tt> </tt>
<a name="L3"></a><tt class="py-lineno">  3</tt>  <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L4"></a><tt class="py-lineno">  4</tt>  <tt class="py-line"><tt class="py-comment"># Flumotion - a streaming media server</tt> </tt>
<a name="L5"></a><tt class="py-lineno">  5</tt>  <tt class="py-line"><tt class="py-comment"># Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com).</tt> </tt>
<a name="L6"></a><tt class="py-lineno">  6</tt>  <tt class="py-line"><tt class="py-comment"># All rights reserved.</tt> </tt>
<a name="L7"></a><tt class="py-lineno">  7</tt>  <tt class="py-line"> </tt>
<a name="L8"></a><tt class="py-lineno">  8</tt>  <tt class="py-line"><tt class="py-comment"># This file may be distributed and/or modified under the terms of</tt> </tt>
<a name="L9"></a><tt class="py-lineno">  9</tt>  <tt class="py-line"><tt class="py-comment"># the GNU General Public License version 2 as published by</tt> </tt>
<a name="L10"></a><tt class="py-lineno"> 10</tt>  <tt class="py-line"><tt class="py-comment"># the Free Software Foundation.</tt> </tt>
<a name="L11"></a><tt class="py-lineno"> 11</tt>  <tt class="py-line"><tt class="py-comment"># This file is distributed without any warranty; without even the implied</tt> </tt>
<a name="L12"></a><tt class="py-lineno"> 12</tt>  <tt class="py-line"><tt class="py-comment"># warranty of merchantability or fitness for a particular purpose.</tt> </tt>
<a name="L13"></a><tt class="py-lineno"> 13</tt>  <tt class="py-line"><tt class="py-comment"># See "LICENSE.GPL" in the source distribution for more information.</tt> </tt>
<a name="L14"></a><tt class="py-lineno"> 14</tt>  <tt class="py-line"> </tt>
<a name="L15"></a><tt class="py-lineno"> 15</tt>  <tt class="py-line"><tt class="py-comment"># Licensees having purchased or holding a valid Flumotion Advanced</tt> </tt>
<a name="L16"></a><tt class="py-lineno"> 16</tt>  <tt class="py-line"><tt class="py-comment"># Streaming Server license may use this file in accordance with the</tt> </tt>
<a name="L17"></a><tt class="py-lineno"> 17</tt>  <tt class="py-line"><tt class="py-comment"># Flumotion Advanced Streaming Server Commercial License Agreement.</tt> </tt>
<a name="L18"></a><tt class="py-lineno"> 18</tt>  <tt class="py-line"><tt class="py-comment"># See "LICENSE.Flumotion" in the source distribution for more information.</tt> </tt>
<a name="L19"></a><tt class="py-lineno"> 19</tt>  <tt class="py-line"> </tt>
<a name="L20"></a><tt class="py-lineno"> 20</tt>  <tt class="py-line"><tt class="py-comment"># Headers in this file shall remain intact.</tt> </tt>
<a name="L21"></a><tt class="py-lineno"> 21</tt>  <tt class="py-line"> </tt>
<a name="L22"></a><tt class="py-lineno"> 22</tt>  <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
<a name="L23"></a><tt class="py-lineno"> 23</tt>  <tt class="py-line"><tt class="py-docstring">the job-side half of the worker-job connection</tt> </tt>
<a name="L24"></a><tt class="py-lineno"> 24</tt>  <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
<a name="L25"></a><tt class="py-lineno"> 25</tt>  <tt class="py-line"> </tt>
<a name="L26"></a><tt class="py-lineno"> 26</tt>  <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">os</tt> </tt>
<a name="L27"></a><tt class="py-lineno"> 27</tt>  <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">resource</tt> </tt>
<a name="L28"></a><tt class="py-lineno"> 28</tt>  <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">sys</tt> </tt>
<a name="L29"></a><tt class="py-lineno"> 29</tt>  <tt class="py-line"> </tt>
<a name="L30"></a><tt class="py-lineno"> 30</tt>  <tt class="py-line"><tt class="py-comment"># I've read somewhere that importing the traceback module messes up the</tt> </tt>
<a name="L31"></a><tt class="py-lineno"> 31</tt>  <tt class="py-line"><tt class="py-comment"># exception state, so it's better to import it globally instead of in the</tt> </tt>
<a name="L32"></a><tt class="py-lineno"> 32</tt>  <tt class="py-line"><tt class="py-comment"># exception handler</tt> </tt>
<a name="L33"></a><tt class="py-lineno"> 33</tt>  <tt class="py-line"><tt class="py-comment"># import traceback</tt> </tt>
<a name="L34"></a><tt class="py-lineno"> 34</tt>  <tt class="py-line"> </tt>
<a name="L35"></a><tt class="py-lineno"> 35</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-0" class="py-name" targets="Package flumotion.twisted=flumotion.twisted-module.html"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-0', 'twisted', 'link-0');">twisted</a></tt><tt class="py-op">.</tt><tt class="py-name">cred</tt> <tt class="py-keyword">import</tt> <tt id="link-1" class="py-name" targets="Module flumotion.twisted.credentials=flumotion.twisted.credentials-module.html"><a title="flumotion.twisted.credentials" class="py-name" href="#" onclick="return doclink('link-1', 'credentials', 'link-1');">credentials</a></tt> </tt>
<a name="L36"></a><tt class="py-lineno"> 36</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-2" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-2', 'twisted', 'link-0');">twisted</a></tt><tt class="py-op">.</tt><tt class="py-name">internet</tt> <tt class="py-keyword">import</tt> <tt class="py-name">reactor</tt><tt class="py-op">,</tt> <tt id="link-3" class="py-name" targets="Module flumotion.twisted.defer=flumotion.twisted.defer-module.html"><a title="flumotion.twisted.defer" class="py-name" href="#" onclick="return doclink('link-3', 'defer', 'link-3');">defer</a></tt> </tt>
<a name="L37"></a><tt class="py-lineno"> 37</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-4" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-4', 'twisted', 'link-0');">twisted</a></tt><tt class="py-op">.</tt><tt id="link-5" class="py-name" targets="Module flumotion.common.python=flumotion.common.python-module.html"><a title="flumotion.common.python" class="py-name" href="#" onclick="return doclink('link-5', 'python', 'link-5');">python</a></tt> <tt class="py-keyword">import</tt> <tt class="py-name">failure</tt> </tt>
<a name="L38"></a><tt class="py-lineno"> 38</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-6" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-6', 'twisted', 'link-0');">twisted</a></tt><tt class="py-op">.</tt><tt class="py-name">spread</tt> <tt class="py-keyword">import</tt> <tt id="link-7" class="py-name" targets="Module flumotion.twisted.pb=flumotion.twisted.pb-module.html"><a title="flumotion.twisted.pb" class="py-name" href="#" onclick="return doclink('link-7', 'pb', 'link-7');">pb</a></tt> </tt>
<a name="L39"></a><tt class="py-lineno"> 39</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">zope</tt><tt class="py-op">.</tt><tt class="py-name">interface</tt> <tt class="py-keyword">import</tt> <tt class="py-name">implements</tt> </tt>
<a name="L40"></a><tt class="py-lineno"> 40</tt>  <tt class="py-line"> </tt>
<a name="L41"></a><tt class="py-lineno"> 41</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-8" class="py-name" targets="Module flumotion.admin.command.common=flumotion.admin.command.common-module.html,Package flumotion.common=flumotion.common-module.html,Module flumotion.common.common=flumotion.common.common-module.html"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-8', 'common', 'link-8');">common</a></tt> <tt class="py-keyword">import</tt> <tt id="link-9" class="py-name" targets="Module flumotion.common.errors=flumotion.common.errors-module.html"><a title="flumotion.common.errors" class="py-name" href="#" onclick="return doclink('link-9', 'errors', 'link-9');">errors</a></tt><tt class="py-op">,</tt> <tt id="link-10" class="py-name" targets="Module flumotion.admin.assistant.interfaces=flumotion.admin.assistant.interfaces-module.html,Module flumotion.common.interfaces=flumotion.common.interfaces-module.html"><a title="flumotion.admin.assistant.interfaces
flumotion.common.interfaces" class="py-name" href="#" onclick="return doclink('link-10', 'interfaces', 'link-10');">interfaces</a></tt><tt class="py-op">,</tt> <tt id="link-11" class="py-name" targets="Module flumotion.common.log=flumotion.common.log-module.html,Package flumotion.extern.log=flumotion.extern.log-module.html,Module flumotion.extern.log.log=flumotion.extern.log.log-module.html,Method flumotion.extern.log.log.Loggable.log()=flumotion.extern.log.log.Loggable-class.html#log,Function flumotion.extern.log.log.log()=flumotion.extern.log.log-module.html#log,Function flumotion.twisted.integration.log()=flumotion.twisted.integration-module.html#log"><a title="flumotion.common.log
flumotion.extern.log
flumotion.extern.log.log
flumotion.extern.log.log.Loggable.log
flumotion.extern.log.log.log
flumotion.twisted.integration.log" class="py-name" href="#" onclick="return doclink('link-11', 'log', 'link-11');">log</a></tt><tt class="py-op">,</tt> <tt id="link-12" class="py-name" targets="Module flumotion.common.keycards=flumotion.common.keycards-module.html"><a title="flumotion.common.keycards" class="py-name" href="#" onclick="return doclink('link-12', 'keycards', 'link-12');">keycards</a></tt> </tt>
<a name="L42"></a><tt class="py-lineno"> 42</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-13" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-13', 'common', 'link-8');">common</a></tt> <tt class="py-keyword">import</tt> <tt id="link-14" class="py-name" targets="Variable flumotion.admin.command.main.Command.medium=flumotion.admin.command.main.Command-class.html#medium,Module flumotion.common.medium=flumotion.common.medium-module.html,Variable flumotion.twisted.pb.FPBClientFactory.medium=flumotion.twisted.pb.FPBClientFactory-class.html#medium,Module flumotion.worker.medium=flumotion.worker.medium-module.html"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-14', 'medium', 'link-14');">medium</a></tt><tt class="py-op">,</tt> <tt id="link-15" class="py-name" targets="Module flumotion.common.package=flumotion.common.package-module.html"><a title="flumotion.common.package" class="py-name" href="#" onclick="return doclink('link-15', 'package', 'link-15');">package</a></tt> </tt>
<a name="L43"></a><tt class="py-lineno"> 43</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-16" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-16', 'common', 'link-8');">common</a></tt><tt class="py-op">.</tt><tt id="link-17" class="py-name" targets="Module flumotion.common.reflectcall=flumotion.common.reflectcall-module.html"><a title="flumotion.common.reflectcall" class="py-name" href="#" onclick="return doclink('link-17', 'reflectcall', 'link-17');">reflectcall</a></tt> <tt class="py-keyword">import</tt> <tt id="link-18" class="py-name" targets="Function flumotion.common.reflectcall.createComponent()=flumotion.common.reflectcall-module.html#createComponent,Method flumotion.manager.worker.WorkerAvatar.createComponent()=flumotion.manager.worker.WorkerAvatar-class.html#createComponent"><a title="flumotion.common.reflectcall.createComponent
flumotion.manager.worker.WorkerAvatar.createComponent" class="py-name" href="#" onclick="return doclink('link-18', 'createComponent', 'link-18');">createComponent</a></tt><tt class="py-op">,</tt> <tt id="link-19" class="py-name" targets="Function flumotion.common.reflectcall.reflectCallCatching()=flumotion.common.reflectcall-module.html#reflectCallCatching"><a title="flumotion.common.reflectcall.reflectCallCatching" class="py-name" href="#" onclick="return doclink('link-19', 'reflectCallCatching', 'link-19');">reflectCallCatching</a></tt> </tt>
<a name="L44"></a><tt class="py-lineno"> 44</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-20" class="py-name" targets="Module flumotion.admin.command.component=flumotion.admin.command.component-module.html,Package flumotion.component=flumotion.component-module.html,Module flumotion.component.bouncers.component=flumotion.component.bouncers.component-module.html,Module flumotion.component.component=flumotion.component.component-module.html,Module flumotion.manager.component=flumotion.manager.component-module.html"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-20', 'component', 'link-20');">component</a></tt> <tt class="py-keyword">import</tt> <tt id="link-21" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-21', 'component', 'link-20');">component</a></tt> </tt>
<a name="L45"></a><tt class="py-lineno"> 45</tt>  <tt class="py-line"> </tt>
<a name="L46"></a><tt class="py-lineno"> 46</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-22" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-22', 'twisted', 'link-0');">twisted</a></tt> <tt class="py-keyword">import</tt> <tt id="link-23" class="py-name" targets="Module flumotion.twisted.fdserver=flumotion.twisted.fdserver-module.html"><a title="flumotion.twisted.fdserver" class="py-name" href="#" onclick="return doclink('link-23', 'fdserver', 'link-23');">fdserver</a></tt> </tt>
<a name="L47"></a><tt class="py-lineno"> 47</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-24" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-24', 'twisted', 'link-0');">twisted</a></tt> <tt class="py-keyword">import</tt> <tt id="link-25" class="py-name"><a title="flumotion.twisted.pb" class="py-name" href="#" onclick="return doclink('link-25', 'pb', 'link-7');">pb</a></tt> <tt class="py-keyword">as</tt> <tt class="py-name">fpb</tt> </tt>
<a name="L48"></a><tt class="py-lineno"> 48</tt>  <tt class="py-line"><tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-26" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-26', 'twisted', 'link-0');">twisted</a></tt> <tt class="py-keyword">import</tt> <tt id="link-27" class="py-name"><a title="flumotion.twisted.defer" class="py-name" href="#" onclick="return doclink('link-27', 'defer', 'link-3');">defer</a></tt> <tt class="py-keyword">as</tt> <tt class="py-name">fdefer</tt> </tt>
<a name="L49"></a><tt class="py-lineno"> 49</tt>  <tt class="py-line"> </tt>
<a name="L50"></a><tt class="py-lineno"> 50</tt>  <tt class="py-line"><tt class="py-name">__version__</tt> <tt class="py-op">=</tt> <tt class="py-string">"$Rev: 7248 $"</tt> </tt>
<a name="L51"></a><tt class="py-lineno"> 51</tt>  <tt class="py-line"> </tt>
<a name="L52"></a><tt class="py-lineno"> 52</tt>  <tt class="py-line"> </tt>
<a name="JobMedium"></a><div id="JobMedium-def"><a name="L53"></a><tt class="py-lineno"> 53</tt> <a class="py-toggle" href="#" id="JobMedium-toggle" onclick="return toggle('JobMedium');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html">JobMedium</a><tt class="py-op">(</tt><tt class="py-base-class">medium</tt><tt class="py-op">.</tt><tt class="py-base-class">BaseMedium</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="JobMedium-expanded"><a name="L54"></a><tt class="py-lineno"> 54</tt>  <tt class="py-line">    <tt class="py-docstring">"""</tt> </tt>
<a name="L55"></a><tt class="py-lineno"> 55</tt>  <tt class="py-line"><tt class="py-docstring">    I am a medium between the job and the worker's job avatar.</tt> </tt>
<a name="L56"></a><tt class="py-lineno"> 56</tt>  <tt class="py-line"><tt class="py-docstring">    I live in the job process.</tt> </tt>
<a name="L57"></a><tt class="py-lineno"> 57</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L58"></a><tt class="py-lineno"> 58</tt>  <tt class="py-line"><tt class="py-docstring">    @cvar component: the component this is a medium for; created as part of</tt> </tt>
<a name="L59"></a><tt class="py-lineno"> 59</tt>  <tt class="py-line"><tt class="py-docstring">                     L{remote_create}</tt> </tt>
<a name="L60"></a><tt class="py-lineno"> 60</tt>  <tt class="py-line"><tt class="py-docstring">    @type component: L{flumotion.component.component.BaseComponent}</tt> </tt>
<a name="L61"></a><tt class="py-lineno"> 61</tt>  <tt class="py-line"><tt class="py-docstring">    """</tt> </tt>
<a name="L62"></a><tt class="py-lineno"> 62</tt>  <tt class="py-line">    <tt id="link-28" class="py-name" targets="Variable flumotion.admin.admin.AdminModel.logCategory=flumotion.admin.admin.AdminModel-class.html#logCategory,Variable flumotion.admin.config.AdminConfigParser.logCategory=flumotion.admin.config.AdminConfigParser-class.html#logCategory,Variable flumotion.admin.gtk.adminwindow.AdminWindow.logCategory=flumotion.admin.gtk.adminwindow.AdminWindow-class.html#logCategory,Variable flumotion.admin.gtk.componentlist.ComponentList.logCategory=flumotion.admin.gtk.componentlist.ComponentList-class.html#logCategory,Variable flumotion.admin.gtk.componentview.ComponentView.logCategory=flumotion.admin.gtk.componentview.ComponentView-class.html#logCategory,Variable flumotion.admin.gtk.componentview.NotebookPlaceholder.logCategory=flumotion.admin.gtk.componentview.NotebookPlaceholder-class.html#logCategory,Variable flumotion.admin.multi.MultiAdminModel.logCategory=flumotion.admin.multi.MultiAdminModel-class.html#logCategory,Variable flumotion.admin.rrdmon.config.ConfigParser.logCategory=flumotion.admin.rrdmon.config.ConfigParser-class.html#logCategory,Variable flumotion.admin.text.admin_text.BaseAdminText.logCategory=flumotion.admin.text.admin_text.BaseAdminText-class.html#logCategory,Variable flumotion.admin.text.greeter.AdminTextGreeter.logCategory=flumotion.admin.text.greeter.AdminTextGreeter-class.html#logCategory,Variable flumotion.admin.text.view.AdminTextView.logCategory=flumotion.admin.text.view.AdminTextView-class.html#logCategory,Variable flumotion.common.eventcalendar.Calendar.logCategory=flumotion.common.eventcalendar.Calendar-class.html#logCategory,Variable flumotion.common.i18n.Translator.logCategory=flumotion.common.i18n.Translator-class.html#logCategory,Variable flumotion.common.medium.BaseMedium.logCategory=flumotion.common.medium.BaseMedium-class.html#logCategory,Variable flumotion.common.package.Packager.logCategory=flumotion.common.package.Packager-class.html#logCategory,Variable flumotion.common.registry.ComponentRegistry.logCategory=flumotion.common.registry.ComponentRegistry-class.html#logCategory,Variable flumotion.common.server.Server.logCategory=flumotion.common.server.Server-class.html#logCategory,Variable flumotion.common.server._ServerContextFactory.logCategory=flumotion.common.server._ServerContextFactory-class.html#logCategory,Variable flumotion.common.testsuite.TestManagerRoot.logCategory=flumotion.common.testsuite.TestManagerRoot-class.html#logCategory,Variable flumotion.common.testsuite.TestPB.logCategory=flumotion.common.testsuite.TestPB-class.html#logCategory,Variable flumotion.component.base.admin_gtk.BaseAdminGtk.logCategory=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#logCategory,Variable flumotion.component.base.admin_text.BaseAdminText.logCategory=flumotion.component.base.admin_text.BaseAdminText-class.html#logCategory,Variable flumotion.component.base.baseadminnode.BaseAdminGtkNode.logCategory=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#logCategory,Variable flumotion.component.base.http.HTTPAuthentication.logCategory=flumotion.component.base.http.HTTPAuthentication-class.html#logCategory,Variable flumotion.component.bouncers.bouncer.Bouncer.logCategory=flumotion.component.bouncers.bouncer.Bouncer-class.html#logCategory,Variable flumotion.component.bouncers.bouncer.BouncerMedium.logCategory=flumotion.component.bouncers.bouncer.BouncerMedium-class.html#logCategory,Variable flumotion.component.bouncers.component.Bouncer.logCategory=flumotion.component.bouncers.component.Bouncer-class.html#logCategory,Variable flumotion.component.bouncers.component.BouncerMedium.logCategory=flumotion.component.bouncers.component.BouncerMedium-class.html#logCategory,Variable flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt.logCategory=flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt-class.html#logCategory,Variable flumotion.component.bouncers.icalbouncer.IcalBouncer.logCategory=flumotion.component.bouncers.icalbouncer.IcalBouncer-class.html#logCategory,Variable flumotion.component.bouncers.ipbouncer.IPBouncer.logCategory=flumotion.component.bouncers.ipbouncer.IPBouncer-class.html#logCategory,Variable flumotion.component.bouncers.plug.BouncerPlug.logCategory=flumotion.component.bouncers.plug.BouncerPlug-class.html#logCategory,Variable flumotion.component.bouncers.saltsha256.SaltSha256.logCategory=flumotion.component.bouncers.saltsha256.SaltSha256-class.html#logCategory,Variable flumotion.component.bouncers.tokentest.TokenTestBase.logCategory=flumotion.component.bouncers.tokentest.TokenTestBase-class.html#logCategory,Variable flumotion.component.combiners.composite.composite.Composite.logCategory=flumotion.component.combiners.composite.composite.Composite-class.html#logCategory,Variable flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog.logCategory=flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog-class.html#logCategory,Variable flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog.logCategory=flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog-class.html#logCategory,Variable flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher.logCategory=flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.AVSwitch.logCategory=flumotion.component.combiners.switch.switch.AVSwitch-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.ICalSwitchPlug.logCategory=flumotion.component.combiners.switch.switch.ICalSwitchPlug-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.SingleSwitch.logCategory=flumotion.component.combiners.switch.switch.SingleSwitch-class.html#logCategory,Variable flumotion.component.combiners.switch.switch.Switch.logCategory=flumotion.component.combiners.switch.switch.Switch-class.html#logCategory,Variable flumotion.component.component.BaseComponent.logCategory=flumotion.component.component.BaseComponent-class.html#logCategory,Variable flumotion.component.component.BaseComponentMedium.logCategory=flumotion.component.component.BaseComponentMedium-class.html#logCategory,Variable flumotion.component.component.ComponentClientFactory.logCategory=flumotion.component.component.ComponentClientFactory-class.html#logCategory,Variable flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer.logCategory=flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer-class.html#logCategory,Variable flumotion.component.consumers.httpstreamer.resources.HTTPRoot.logCategory=flumotion.component.consumers.httpstreamer.resources.HTTPRoot-class.html#logCategory,Variable flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.logCategory=flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource-class.html#logCategory,Variable flumotion.component.converters.pipeline.pipeline.Converter.logCategory=flumotion.component.converters.pipeline.pipeline.Converter-class.html#logCategory,Variable flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.logCategory=flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode-class.html#logCategory,Variable flumotion.component.effects.colorbalance.colorbalance.Colorbalance.logCategory=flumotion.component.effects.colorbalance.colorbalance.Colorbalance-class.html#logCategory,Variable flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.logCategory=flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode-class.html#logCategory,Variable flumotion.component.effects.volume.volume.Volume.logCategory=flumotion.component.effects.volume.volume.Volume-class.html#logCategory,Variable flumotion.component.feed.FeedClientFactory.logCategory=flumotion.component.feed.FeedClientFactory-class.html#logCategory,Variable flumotion.component.feed.FeedMedium.logCategory=flumotion.component.feed.FeedMedium-class.html#logCategory,Variable flumotion.component.feedcomponent.Effect.logCategory=flumotion.component.feedcomponent.Effect-class.html#logCategory,Variable flumotion.component.feedcomponent.FeedComponentMedium.logCategory=flumotion.component.feedcomponent.FeedComponentMedium-class.html#logCategory,Variable flumotion.component.feedcomponent010.FeedComponent.logCategory=flumotion.component.feedcomponent010.FeedComponent-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.CachedFile.logCategory=flumotion.component.misc.httpserver.cachedprovider.CachedFile-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.CopySession.logCategory=flumotion.component.misc.httpserver.cachedprovider.CopySession-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.CopyThread.logCategory=flumotion.component.misc.httpserver.cachedprovider.CopyThread-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.logCategory=flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.logCategory=flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.LocalPath.logCategory=flumotion.component.misc.httpserver.cachedprovider.LocalPath-class.html#logCategory,Variable flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.logCategory=flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate-class.html#logCategory,Variable flumotion.component.misc.httpserver.httpfile.File.logCategory=flumotion.component.misc.httpserver.httpfile.File-class.html#logCategory,Variable flumotion.component.misc.httpserver.httpfile.FileTransfer.logCategory=flumotion.component.misc.httpserver.httpfile.FileTransfer-class.html#logCategory,Variable flumotion.component.misc.httpserver.httpfile.MimedFileFactory.logCategory=flumotion.component.misc.httpserver.httpfile.MimedFileFactory-class.html#logCategory,Variable flumotion.component.misc.httpserver.localprovider.LocalFile.logCategory=flumotion.component.misc.httpserver.localprovider.LocalFile-class.html#logCategory,Variable flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.logCategory=flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer-class.html#logCategory,Variable flumotion.component.misc.porter.porter.PorterProtocol.logCategory=flumotion.component.misc.porter.porter.PorterProtocol-class.html#logCategory,Variable flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug.logCategory=flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug-class.html#logCategory,Variable flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.logCategory=flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode-class.html#logCategory,Variable flumotion.component.producers.looper.admin_gtk.LooperNode.logCategory=flumotion.component.producers.looper.admin_gtk.LooperNode-class.html#logCategory,Variable flumotion.component.producers.pipeline.pipeline.Producer.logCategory=flumotion.component.producers.pipeline.pipeline.Producer-class.html#logCategory,Variable flumotion.component.producers.playlist.playlist.PlaylistProducer.logCategory=flumotion.component.producers.playlist.playlist.PlaylistProducer-class.html#logCategory,Variable flumotion.component.producers.playlist.playlistparser.Playlist.logCategory=flumotion.component.producers.playlist.playlistparser.Playlist-class.html#logCategory,Variable flumotion.component.producers.playlist.playlistparser.PlaylistParser.logCategory=flumotion.component.producers.playlist.playlistparser.PlaylistParser-class.html#logCategory,Variable flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser.logCategory=flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser-class.html#logCategory,Variable flumotion.extern.log.log.Loggable.logCategory=flumotion.extern.log.log.Loggable-class.html#logCategory,Variable flumotion.extern.log.log.TwistedLogObserver.logCategory=flumotion.extern.log.log.TwistedLogObserver-class.html#logCategory,Variable flumotion.extern.log.test_log.LogTester.logCategory=flumotion.extern.log.test_log.LogTester-class.html#logCategory,Variable flumotion.job.job.JobClientFactory.logCategory=flumotion.job.job.JobClientFactory-class.html#logCategory,Variable flumotion.job.job.JobMedium.logCategory=flumotion.job.job.JobMedium-class.html#logCategory,Variable flumotion.launch.main.ComponentWrapper.logCategory=flumotion.launch.main.ComponentWrapper-class.html#logCategory,Variable flumotion.manager.admin.AdminAvatar.logCategory=flumotion.manager.admin.AdminAvatar-class.html#logCategory,Variable flumotion.manager.admin.AdminHeaven.logCategory=flumotion.manager.admin.AdminHeaven-class.html#logCategory,Variable flumotion.manager.base.ManagerAvatar.logCategory=flumotion.manager.base.ManagerAvatar-class.html#logCategory,Variable flumotion.manager.component.ComponentAvatar.logCategory=flumotion.manager.component.ComponentAvatar-class.html#logCategory,Variable flumotion.manager.component.ComponentHeaven.logCategory=flumotion.manager.component.ComponentHeaven-class.html#logCategory,Variable flumotion.manager.config.ConfigEntryComponent.logCategory=flumotion.manager.config.ConfigEntryComponent-class.html#logCategory,Variable flumotion.manager.config.FlumotionConfigParser.logCategory=flumotion.manager.config.FlumotionConfigParser-class.html#logCategory,Variable flumotion.manager.config.ManagerConfigParser.logCategory=flumotion.manager.config.ManagerConfigParser-class.html#logCategory,Variable flumotion.manager.config.PlanetConfigParser.logCategory=flumotion.manager.config.PlanetConfigParser-class.html#logCategory,Variable flumotion.manager.manager.Dispatcher.logCategory=flumotion.manager.manager.Dispatcher-class.html#logCategory,Variable flumotion.manager.manager.Vishnu.logCategory=flumotion.manager.manager.Vishnu-class.html#logCategory,Variable flumotion.manager.worker.WorkerAvatar.logCategory=flumotion.manager.worker.WorkerAvatar-class.html#logCategory,Variable flumotion.manager.worker.WorkerHeaven.logCategory=flumotion.manager.worker.WorkerHeaven-class.html#logCategory,Variable flumotion.service.service.Servicer.logCategory=flumotion.service.service.Servicer-class.html#logCategory,Variable flumotion.twisted.checkers.CryptChecker.logCategory=flumotion.twisted.checkers.CryptChecker-class.html#logCategory,Variable flumotion.twisted.checkers.FlexibleCredentialsChecker.logCategory=flumotion.twisted.checkers.FlexibleCredentialsChecker-class.html#logCategory,Variable flumotion.twisted.checkers.Sha256Checker.logCategory=flumotion.twisted.checkers.Sha256Checker-class.html#logCategory,Variable flumotion.twisted.pb.Authenticator.logCategory=flumotion.twisted.pb.Authenticator-class.html#logCategory,Variable flumotion.twisted.pb.Avatar.logCategory=flumotion.twisted.pb.Avatar-class.html#logCategory,Variable flumotion.twisted.pb.FPBClientFactory.logCategory=flumotion.twisted.pb.FPBClientFactory-class.html#logCategory,Variable flumotion.twisted.pb.Referenceable.logCategory=flumotion.twisted.pb.Referenceable-class.html#logCategory,Variable flumotion.twisted.pb._BouncerWrapper.logCategory=flumotion.twisted.pb._BouncerWrapper-class.html#logCategory,Variable flumotion.twisted.portal.BouncerPortal.logCategory=flumotion.twisted.portal.BouncerPortal-class.html#logCategory,Variable flumotion.twisted.rtsp.RTSPRequest.logCategory=flumotion.twisted.rtsp.RTSPRequest-class.html#logCategory,Variable flumotion.twisted.rtsp.RTSPResource.logCategory=flumotion.twisted.rtsp.RTSPResource-class.html#logCategory,Variable flumotion.worker.base.BaseJobAvatar.logCategory=flumotion.worker.base.BaseJobAvatar-class.html#logCategory,Variable flumotion.worker.base.BaseJobHeaven.logCategory=flumotion.worker.base.BaseJobHeaven-class.html#logCategory,Variable flumotion.worker.config.WorkerConfigXML.logCategory=flumotion.worker.config.WorkerConfigXML-class.html#logCategory,Variable flumotion.worker.feedserver.FeedAvatar.logCategory=flumotion.worker.feedserver.FeedAvatar-class.html#logCategory,Variable flumotion.worker.feedserver.FeedServer.logCategory=flumotion.worker.feedserver.FeedServer-class.html#logCategory,Variable flumotion.worker.medium.WorkerClientFactory.logCategory=flumotion.worker.medium.WorkerClientFactory-class.html#logCategory,Variable flumotion.worker.medium.WorkerMedium.logCategory=flumotion.worker.medium.WorkerMedium-class.html#logCategory,Variable flumotion.worker.worker.ProxyBouncer.logCategory=flumotion.worker.worker.ProxyBouncer-class.html#logCategory,Variable flumotion.worker.worker.WorkerBrain.logCategory=flumotion.worker.worker.WorkerBrain-class.html#logCategory"><a title="flumotion.admin.admin.AdminModel.logCategory
flumotion.admin.config.AdminConfigParser.logCategory
flumotion.admin.gtk.adminwindow.AdminWindow.logCategory
flumotion.admin.gtk.componentlist.ComponentList.logCategory
flumotion.admin.gtk.componentview.ComponentView.logCategory
flumotion.admin.gtk.componentview.NotebookPlaceholder.logCategory
flumotion.admin.multi.MultiAdminModel.logCategory
flumotion.admin.rrdmon.config.ConfigParser.logCategory
flumotion.admin.text.admin_text.BaseAdminText.logCategory
flumotion.admin.text.greeter.AdminTextGreeter.logCategory
flumotion.admin.text.view.AdminTextView.logCategory
flumotion.common.eventcalendar.Calendar.logCategory
flumotion.common.i18n.Translator.logCategory
flumotion.common.medium.BaseMedium.logCategory
flumotion.common.package.Packager.logCategory
flumotion.common.registry.ComponentRegistry.logCategory
flumotion.common.server.Server.logCategory
flumotion.common.server._ServerContextFactory.logCategory
flumotion.common.testsuite.TestManagerRoot.logCategory
flumotion.common.testsuite.TestPB.logCategory
flumotion.component.base.admin_gtk.BaseAdminGtk.logCategory
flumotion.component.base.admin_text.BaseAdminText.logCategory
flumotion.component.base.baseadminnode.BaseAdminGtkNode.logCategory
flumotion.component.base.http.HTTPAuthentication.logCategory
flumotion.component.bouncers.bouncer.Bouncer.logCategory
flumotion.component.bouncers.bouncer.BouncerMedium.logCategory
flumotion.component.bouncers.component.Bouncer.logCategory
flumotion.component.bouncers.component.BouncerMedium.logCategory
flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt.logCategory
flumotion.component.bouncers.icalbouncer.IcalBouncer.logCategory
flumotion.component.bouncers.ipbouncer.IPBouncer.logCategory
flumotion.component.bouncers.plug.BouncerPlug.logCategory
flumotion.component.bouncers.saltsha256.SaltSha256.logCategory
flumotion.component.bouncers.tokentest.TokenTestBase.logCategory
flumotion.component.combiners.composite.composite.Composite.logCategory
flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog.logCategory
flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog.logCategory
flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher.logCategory
flumotion.component.combiners.switch.switch.AVSwitch.logCategory
flumotion.component.combiners.switch.switch.ICalSwitchPlug.logCategory
flumotion.component.combiners.switch.switch.SingleSwitch.logCategory
flumotion.component.combiners.switch.switch.Switch.logCategory
flumotion.component.component.BaseComponent.logCategory
flumotion.component.component.BaseComponentMedium.logCategory
flumotion.component.component.ComponentClientFactory.logCategory
flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer.logCategory
flumotion.component.consumers.httpstreamer.resources.HTTPRoot.logCategory
flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.logCategory
flumotion.component.converters.pipeline.pipeline.Converter.logCategory
flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.logCategory
flumotion.component.effects.colorbalance.colorbalance.Colorbalance.logCategory
flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.logCategory
flumotion.component.effects.volume.volume.Volume.logCategory
flumotion.component.feed.FeedClientFactory.logCategory
flumotion.component.feed.FeedMedium.logCategory
flumotion.component.feedcomponent.Effect.logCategory
flumotion.component.feedcomponent.FeedComponentMedium.logCategory
flumotion.component.feedcomponent010.FeedComponent.logCategory
flumotion.component.misc.httpserver.cachedprovider.CachedFile.logCategory
flumotion.component.misc.httpserver.cachedprovider.CopySession.logCategory
flumotion.component.misc.httpserver.cachedprovider.CopyThread.logCategory
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.logCategory
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.logCategory
flumotion.component.misc.httpserver.cachedprovider.LocalPath.logCategory
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.logCategory
flumotion.component.misc.httpserver.httpfile.File.logCategory
flumotion.component.misc.httpserver.httpfile.FileTransfer.logCategory
flumotion.component.misc.httpserver.httpfile.MimedFileFactory.logCategory
flumotion.component.misc.httpserver.localprovider.LocalFile.logCategory
flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.logCategory
flumotion.component.misc.porter.porter.PorterProtocol.logCategory
flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug.logCategory
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.logCategory
flumotion.component.producers.looper.admin_gtk.LooperNode.logCategory
flumotion.component.producers.pipeline.pipeline.Producer.logCategory
flumotion.component.producers.playlist.playlist.PlaylistProducer.logCategory
flumotion.component.producers.playlist.playlistparser.Playlist.logCategory
flumotion.component.producers.playlist.playlistparser.PlaylistParser.logCategory
flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser.logCategory
flumotion.extern.log.log.Loggable.logCategory
flumotion.extern.log.log.TwistedLogObserver.logCategory
flumotion.extern.log.test_log.LogTester.logCategory
flumotion.job.job.JobClientFactory.logCategory
flumotion.job.job.JobMedium.logCategory
flumotion.launch.main.ComponentWrapper.logCategory
flumotion.manager.admin.AdminAvatar.logCategory
flumotion.manager.admin.AdminHeaven.logCategory
flumotion.manager.base.ManagerAvatar.logCategory
flumotion.manager.component.ComponentAvatar.logCategory
flumotion.manager.component.ComponentHeaven.logCategory
flumotion.manager.config.ConfigEntryComponent.logCategory
flumotion.manager.config.FlumotionConfigParser.logCategory
flumotion.manager.config.ManagerConfigParser.logCategory
flumotion.manager.config.PlanetConfigParser.logCategory
flumotion.manager.manager.Dispatcher.logCategory
flumotion.manager.manager.Vishnu.logCategory
flumotion.manager.worker.WorkerAvatar.logCategory
flumotion.manager.worker.WorkerHeaven.logCategory
flumotion.service.service.Servicer.logCategory
flumotion.twisted.checkers.CryptChecker.logCategory
flumotion.twisted.checkers.FlexibleCredentialsChecker.logCategory
flumotion.twisted.checkers.Sha256Checker.logCategory
flumotion.twisted.pb.Authenticator.logCategory
flumotion.twisted.pb.Avatar.logCategory
flumotion.twisted.pb.FPBClientFactory.logCategory
flumotion.twisted.pb.Referenceable.logCategory
flumotion.twisted.pb._BouncerWrapper.logCategory
flumotion.twisted.portal.BouncerPortal.logCategory
flumotion.twisted.rtsp.RTSPRequest.logCategory
flumotion.twisted.rtsp.RTSPResource.logCategory
flumotion.worker.base.BaseJobAvatar.logCategory
flumotion.worker.base.BaseJobHeaven.logCategory
flumotion.worker.config.WorkerConfigXML.logCategory
flumotion.worker.feedserver.FeedAvatar.logCategory
flumotion.worker.feedserver.FeedServer.logCategory
flumotion.worker.medium.WorkerClientFactory.logCategory
flumotion.worker.medium.WorkerMedium.logCategory
flumotion.worker.worker.ProxyBouncer.logCategory
flumotion.worker.worker.WorkerBrain.logCategory" class="py-name" href="#" onclick="return doclink('link-28', 'logCategory', 'link-28');">logCategory</a></tt> <tt class="py-op">=</tt> <tt class="py-string">'jobmedium'</tt> </tt>
<a name="L63"></a><tt class="py-lineno"> 63</tt>  <tt class="py-line">    <tt id="link-29" class="py-name" targets="Variable flumotion.common.medium.BaseMedium.remoteLogName=flumotion.common.medium.BaseMedium-class.html#remoteLogName,Variable flumotion.component.feed.FeedMedium.remoteLogName=flumotion.component.feed.FeedMedium-class.html#remoteLogName,Variable flumotion.component.feedcomponent.FeedComponentMedium.remoteLogName=flumotion.component.feedcomponent.FeedComponentMedium-class.html#remoteLogName,Variable flumotion.job.job.JobMedium.remoteLogName=flumotion.job.job.JobMedium-class.html#remoteLogName,Variable flumotion.manager.base.ManagerAvatar.remoteLogName=flumotion.manager.base.ManagerAvatar-class.html#remoteLogName,Variable flumotion.twisted.pb.Avatar.remoteLogName=flumotion.twisted.pb.Avatar-class.html#remoteLogName,Variable flumotion.twisted.pb.Referenceable.remoteLogName=flumotion.twisted.pb.Referenceable-class.html#remoteLogName,Variable flumotion.worker.feedserver.FeedAvatar.remoteLogName=flumotion.worker.feedserver.FeedAvatar-class.html#remoteLogName"><a title="flumotion.common.medium.BaseMedium.remoteLogName
flumotion.component.feed.FeedMedium.remoteLogName
flumotion.component.feedcomponent.FeedComponentMedium.remoteLogName
flumotion.job.job.JobMedium.remoteLogName
flumotion.manager.base.ManagerAvatar.remoteLogName
flumotion.twisted.pb.Avatar.remoteLogName
flumotion.twisted.pb.Referenceable.remoteLogName
flumotion.worker.feedserver.FeedAvatar.remoteLogName" class="py-name" href="#" onclick="return doclink('link-29', 'remoteLogName', 'link-29');">remoteLogName</a></tt> <tt class="py-op">=</tt> <tt class="py-string">'jobavatar'</tt> </tt>
<a name="L64"></a><tt class="py-lineno"> 64</tt>  <tt class="py-line"> </tt>
<a name="L65"></a><tt class="py-lineno"> 65</tt>  <tt class="py-line">    <tt class="py-name">implements</tt><tt class="py-op">(</tt><tt id="link-30" class="py-name"><a title="flumotion.admin.assistant.interfaces
flumotion.common.interfaces" class="py-name" href="#" onclick="return doclink('link-30', 'interfaces', 'link-10');">interfaces</a></tt><tt class="py-op">.</tt><tt id="link-31" class="py-name" targets="Class flumotion.common.interfaces.IJobMedium=flumotion.common.interfaces.IJobMedium-class.html"><a title="flumotion.common.interfaces.IJobMedium" class="py-name" href="#" onclick="return doclink('link-31', 'IJobMedium', 'link-31');">IJobMedium</a></tt><tt class="py-op">)</tt> </tt>
<a name="L66"></a><tt class="py-lineno"> 66</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.__init__"></a><div id="JobMedium.__init__-def"><a name="L67"></a><tt class="py-lineno"> 67</tt> <a class="py-toggle" href="#" id="JobMedium.__init__-toggle" onclick="return toggle('JobMedium.__init__');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.__init__-expanded"><a name="L68"></a><tt class="py-lineno"> 68</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-32" class="py-name" targets="Function flumotion.admin.command.utils.avatarId()=flumotion.admin.command.utils-module.html#avatarId,Variable flumotion.twisted.pb.Authenticator.avatarId=flumotion.twisted.pb.Authenticator-class.html#avatarId,Variable flumotion.twisted.pb.RemoteAuthenticator.avatarId=flumotion.twisted.pb.RemoteAuthenticator-class.html#avatarId,Variable flumotion.worker.base.JobInfo.avatarId=flumotion.worker.base.JobInfo-class.html#avatarId"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-32', 'avatarId', 'link-32');">avatarId</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L69"></a><tt class="py-lineno"> 69</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-33" class="py-name" targets="Variable flumotion.admin.rrdmon.rrdmon.RRDMonitor.logName=flumotion.admin.rrdmon.rrdmon.RRDMonitor-class.html#logName,Variable flumotion.manager.component.FeedMap.logName=flumotion.manager.component.FeedMap-class.html#logName"><a title="flumotion.admin.rrdmon.rrdmon.RRDMonitor.logName
flumotion.manager.component.FeedMap.logName" class="py-name" href="#" onclick="return doclink('link-33', 'logName', 'link-33');">logName</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L70"></a><tt class="py-lineno"> 70</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-34" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-34', 'component', 'link-20');">component</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L71"></a><tt class="py-lineno"> 71</tt>  <tt class="py-line"> </tt>
<a name="L72"></a><tt class="py-lineno"> 72</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_workerName</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L73"></a><tt class="py-lineno"> 73</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerHost</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L74"></a><tt class="py-lineno"> 74</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerPort</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L75"></a><tt class="py-lineno"> 75</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerTransport</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L76"></a><tt class="py-lineno"> 76</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerKeycard</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L77"></a><tt class="py-lineno"> 77</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_componentClientFactory</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> <tt class="py-comment"># from component to manager</tt> </tt>
<a name="L78"></a><tt class="py-lineno"> 78</tt>  <tt class="py-line"> </tt>
<a name="L79"></a><tt class="py-lineno"> 79</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_hasStoppedReactor</tt> <tt class="py-op">=</tt> <tt class="py-name">False</tt> </tt>
</div><a name="L80"></a><tt class="py-lineno"> 80</tt>  <tt class="py-line"> </tt>
<a name="L81"></a><tt class="py-lineno"> 81</tt>  <tt class="py-line">    <tt class="py-comment">### pb.Referenceable remote methods called on by the WorkerBrain</tt> </tt>
<a name="L82"></a><tt class="py-lineno"> 82</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.remote_bootstrap"></a><div id="JobMedium.remote_bootstrap-def"><a name="L83"></a><tt class="py-lineno"> 83</tt> <a class="py-toggle" href="#" id="JobMedium.remote_bootstrap-toggle" onclick="return toggle('JobMedium.remote_bootstrap');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#remote_bootstrap">remote_bootstrap</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">workerName</tt><tt class="py-op">,</tt> <tt class="py-param">host</tt><tt class="py-op">,</tt> <tt class="py-param">port</tt><tt class="py-op">,</tt> </tt>
<a name="L84"></a><tt class="py-lineno"> 84</tt>  <tt class="py-line">                         <tt class="py-param">transport</tt><tt class="py-op">,</tt> <tt class="py-param">authenticator</tt><tt class="py-op">,</tt> <tt class="py-param">packagePaths</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.remote_bootstrap-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.remote_bootstrap-expanded"><a name="L85"></a><tt class="py-lineno"> 85</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L86"></a><tt class="py-lineno"> 86</tt>  <tt class="py-line"><tt class="py-docstring">        I receive the information on how to connect to the manager. I also set</tt> </tt>
<a name="L87"></a><tt class="py-lineno"> 87</tt>  <tt class="py-line"><tt class="py-docstring">        up package paths to be able to run the component.</tt> </tt>
<a name="L88"></a><tt class="py-lineno"> 88</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L89"></a><tt class="py-lineno"> 89</tt>  <tt class="py-line"><tt class="py-docstring">        Called by the worker's JobAvatar.</tt> </tt>
<a name="L90"></a><tt class="py-lineno"> 90</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L91"></a><tt class="py-lineno"> 91</tt>  <tt class="py-line"><tt class="py-docstring">        @param workerName:    the name of the worker running this job</tt> </tt>
<a name="L92"></a><tt class="py-lineno"> 92</tt>  <tt class="py-line"><tt class="py-docstring">        @type  workerName:    str</tt> </tt>
<a name="L93"></a><tt class="py-lineno"> 93</tt>  <tt class="py-line"><tt class="py-docstring">        @param host:          the host that is running the manager</tt> </tt>
<a name="L94"></a><tt class="py-lineno"> 94</tt>  <tt class="py-line"><tt class="py-docstring">        @type  host:          str</tt> </tt>
<a name="L95"></a><tt class="py-lineno"> 95</tt>  <tt class="py-line"><tt class="py-docstring">        @param port:          port on which the manager is listening</tt> </tt>
<a name="L96"></a><tt class="py-lineno"> 96</tt>  <tt class="py-line"><tt class="py-docstring">        @type  port:          int</tt> </tt>
<a name="L97"></a><tt class="py-lineno"> 97</tt>  <tt class="py-line"><tt class="py-docstring">        @param transport:     'tcp' or 'ssl'</tt> </tt>
<a name="L98"></a><tt class="py-lineno"> 98</tt>  <tt class="py-line"><tt class="py-docstring">        @type  transport:     str</tt> </tt>
<a name="L99"></a><tt class="py-lineno"> 99</tt>  <tt class="py-line"><tt class="py-docstring">        @param authenticator: remote reference to the worker-side authenticator</tt> </tt>
<a name="L100"></a><tt class="py-lineno">100</tt>  <tt class="py-line"><tt class="py-docstring">        @type  authenticator: L{twisted.spread.pb.RemoteReference} to a</tt> </tt>
<a name="L101"></a><tt class="py-lineno">101</tt>  <tt class="py-line"><tt class="py-docstring">                              L{flumotion.twisted.pb.Authenticator}</tt> </tt>
<a name="L102"></a><tt class="py-lineno">102</tt>  <tt class="py-line"><tt class="py-docstring">        @param packagePaths:  ordered list of</tt> </tt>
<a name="L103"></a><tt class="py-lineno">103</tt>  <tt class="py-line"><tt class="py-docstring">                              (package name, package path) tuples</tt> </tt>
<a name="L104"></a><tt class="py-lineno">104</tt>  <tt class="py-line"><tt class="py-docstring">        @type  packagePaths:  list of (str, str)</tt> </tt>
<a name="L105"></a><tt class="py-lineno">105</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L106"></a><tt class="py-lineno">106</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_workerName</tt> <tt class="py-op">=</tt> <tt class="py-name">workerName</tt> </tt>
<a name="L107"></a><tt class="py-lineno">107</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerHost</tt> <tt class="py-op">=</tt> <tt id="link-35" class="py-name" targets="Variable flumotion.twisted.rtsp.RTSPRequest.host=flumotion.twisted.rtsp.RTSPRequest-class.html#host"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-35', 'host', 'link-35');">host</a></tt> </tt>
<a name="L108"></a><tt class="py-lineno">108</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerPort</tt> <tt class="py-op">=</tt> <tt id="link-36" class="py-name" targets="Variable flumotion.twisted.rtsp.RTSPRequest.port=flumotion.twisted.rtsp.RTSPRequest-class.html#port"><a title="flumotion.twisted.rtsp.RTSPRequest.port" class="py-name" href="#" onclick="return doclink('link-36', 'port', 'link-36');">port</a></tt> </tt>
<a name="L109"></a><tt class="py-lineno">109</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerTransport</tt> <tt class="py-op">=</tt> <tt class="py-name">transport</tt> </tt>
<a name="L110"></a><tt class="py-lineno">110</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">authenticator</tt><tt class="py-op">:</tt> </tt>
<a name="L111"></a><tt class="py-lineno">111</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_authenticator</tt> <tt class="py-op">=</tt> <tt class="py-name">fpb</tt><tt class="py-op">.</tt><tt id="link-37" class="py-name" targets="Class flumotion.twisted.pb.RemoteAuthenticator=flumotion.twisted.pb.RemoteAuthenticator-class.html"><a title="flumotion.twisted.pb.RemoteAuthenticator" class="py-name" href="#" onclick="return doclink('link-37', 'RemoteAuthenticator', 'link-37');">RemoteAuthenticator</a></tt><tt class="py-op">(</tt><tt class="py-name">authenticator</tt><tt class="py-op">)</tt> </tt>
<a name="L112"></a><tt class="py-lineno">112</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L113"></a><tt class="py-lineno">113</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-38" class="py-name" targets="Function flumotion.common.avltree.debug()=flumotion.common.avltree-module.html#debug,Module flumotion.common.debug=flumotion.common.debug-module.html,Method flumotion.common.testsuite.TestCase.debug()=flumotion.common.testsuite.TestCase-class.html#debug,Method flumotion.extern.command.command.Command.debug()=flumotion.extern.command.command.Command-class.html#debug,Method flumotion.extern.log.log.Loggable.debug()=flumotion.extern.log.log.Loggable-class.html#debug,Function flumotion.extern.log.log.debug()=flumotion.extern.log.log-module.html#debug,Function flumotion.twisted.integration.debug()=flumotion.twisted.integration-module.html#debug"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-38', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'no authenticator, will not be able to log '</tt> </tt>
<a name="L114"></a><tt class="py-lineno">114</tt>  <tt class="py-line">                       <tt class="py-string">'into manager'</tt><tt class="py-op">)</tt> </tt>
<a name="L115"></a><tt class="py-lineno">115</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_authenticator</tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L116"></a><tt class="py-lineno">116</tt>  <tt class="py-line"> </tt>
<a name="L117"></a><tt class="py-lineno">117</tt>  <tt class="py-line">        <tt id="link-39" class="py-name" targets="Variable flumotion.common.package.PackageHooks.packager=flumotion.common.package.PackageHooks-class.html#packager"><a title="flumotion.common.package.PackageHooks.packager" class="py-name" href="#" onclick="return doclink('link-39', 'packager', 'link-39');">packager</a></tt> <tt class="py-op">=</tt> <tt id="link-40" class="py-name"><a title="flumotion.common.package" class="py-name" href="#" onclick="return doclink('link-40', 'package', 'link-15');">package</a></tt><tt class="py-op">.</tt><tt id="link-41" class="py-name" targets="Function flumotion.common.package.getPackager()=flumotion.common.package-module.html#getPackager"><a title="flumotion.common.package.getPackager" class="py-name" href="#" onclick="return doclink('link-41', 'getPackager', 'link-41');">getPackager</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L118"></a><tt class="py-lineno">118</tt>  <tt class="py-line">        <tt class="py-keyword">for</tt> <tt id="link-42" class="py-name" targets="Variable flumotion.admin.command.component.PropertyGet.name=flumotion.admin.command.component.PropertyGet-class.html#name,Variable flumotion.admin.command.component.PropertyList.name=flumotion.admin.command.component.PropertyList-class.html#name,Variable flumotion.admin.gtk.configurationassistant.ScenarioStep.name=flumotion.admin.gtk.configurationassistant.ScenarioStep-class.html#name,Variable flumotion.admin.gtk.configurationassistant.WelcomeStep.name=flumotion.admin.gtk.configurationassistant.WelcomeStep-class.html#name,Variable flumotion.admin.gtk.greeter.Authenticate.name=flumotion.admin.gtk.greeter.Authenticate-class.html#name,Variable flumotion.admin.gtk.greeter.ConnectExisting.name=flumotion.admin.gtk.greeter.ConnectExisting-class.html#name,Variable flumotion.admin.gtk.greeter.ConnectToExisting.name=flumotion.admin.gtk.greeter.ConnectToExisting-class.html#name,Variable flumotion.admin.gtk.greeter.Greeter.name=flumotion.admin.gtk.greeter.Greeter-class.html#name,Variable flumotion.admin.gtk.greeter.Initial.name=flumotion.admin.gtk.greeter.Initial-class.html#name,Variable flumotion.admin.gtk.greeter.LoadConnection.name=flumotion.admin.gtk.greeter.LoadConnection-class.html#name,Variable flumotion.admin.gtk.greeter.StartNew.name=flumotion.admin.gtk.greeter.StartNew-class.html#name,Variable flumotion.admin.gtk.greeter.StartNewError.name=flumotion.admin.gtk.greeter.StartNewError-class.html#name,Variable flumotion.admin.gtk.greeter.StartNewSuccess.name=flumotion.admin.gtk.greeter.StartNewSuccess-class.html#name,Variable flumotion.admin.gtk.overlaystep.OverlayStep.name=flumotion.admin.gtk.overlaystep.OverlayStep-class.html#name,Variable flumotion.component.encoders.dirac.wizard_gtk.DiracStep.name=flumotion.component.encoders.dirac.wizard_gtk.DiracStep-class.html#name,Variable flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.name=flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep-class.html#name,Variable flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.name=flumotion.component.encoders.mulaw.wizard_gtk.MulawStep-class.html#name,Variable flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.name=flumotion.component.encoders.smoke.wizard_gtk.SmokeStep-class.html#name,Variable flumotion.component.encoders.speex.wizard_gtk.SpeexStep.name=flumotion.component.encoders.speex.wizard_gtk.SpeexStep-class.html#name,Variable flumotion.component.encoders.theora.wizard_gtk.TheoraStep.name=flumotion.component.encoders.theora.wizard_gtk.TheoraStep-class.html#name,Variable flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.name=flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep-class.html#name,Variable flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.name=flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep-class.html#name,Variable flumotion.component.producers.bttv.wizard_gtk.TVCardStep.name=flumotion.component.producers.bttv.wizard_gtk.TVCardStep-class.html#name,Variable flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.name=flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep-class.html#name,Variable flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.name=flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep-class.html#name,Variable flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.name=flumotion.component.producers.looper.wizard_gtk.LoopAudioStep-class.html#name,Variable flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.name=flumotion.component.producers.looper.wizard_gtk.LoopVideoStep-class.html#name,Variable flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.name=flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep-class.html#name,Variable flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.name=flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep-class.html#name,Variable flumotion.component.producers.webcam.wizard_gtk.WebcamStep.name=flumotion.component.producers.webcam.wizard_gtk.WebcamStep-class.html#name,Variable flumotion.extern.command.command.Command.name=flumotion.extern.command.command.Command-class.html#name,Variable flumotion.launch.parse.Component.name=flumotion.launch.parse.Component-class.html#name"><a title="flumotion.admin.command.component.PropertyGet.name
flumotion.admin.command.component.PropertyList.name
flumotion.admin.gtk.configurationassistant.ScenarioStep.name
flumotion.admin.gtk.configurationassistant.WelcomeStep.name
flumotion.admin.gtk.greeter.Authenticate.name
flumotion.admin.gtk.greeter.ConnectExisting.name
flumotion.admin.gtk.greeter.ConnectToExisting.name
flumotion.admin.gtk.greeter.Greeter.name
flumotion.admin.gtk.greeter.Initial.name
flumotion.admin.gtk.greeter.LoadConnection.name
flumotion.admin.gtk.greeter.StartNew.name
flumotion.admin.gtk.greeter.StartNewError.name
flumotion.admin.gtk.greeter.StartNewSuccess.name
flumotion.admin.gtk.overlaystep.OverlayStep.name
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.name
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.name
flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.name
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.name
flumotion.component.encoders.speex.wizard_gtk.SpeexStep.name
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.name
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.name
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.name
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.name
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.name
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.name
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.name
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.name
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.name
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.name
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.name
flumotion.extern.command.command.Command.name
flumotion.launch.parse.Component.name" class="py-name" href="#" onclick="return doclink('link-42', 'name', 'link-42');">name</a></tt><tt class="py-op">,</tt> <tt class="py-name">path</tt> <tt class="py-keyword">in</tt> <tt class="py-name">packagePaths</tt><tt class="py-op">:</tt> </tt>
<a name="L119"></a><tt class="py-lineno">119</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-43" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-43', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'registering package path for %s'</tt> <tt class="py-op">%</tt> <tt id="link-44" class="py-name"><a title="flumotion.admin.command.component.PropertyGet.name
flumotion.admin.command.component.PropertyList.name
flumotion.admin.gtk.configurationassistant.ScenarioStep.name
flumotion.admin.gtk.configurationassistant.WelcomeStep.name
flumotion.admin.gtk.greeter.Authenticate.name
flumotion.admin.gtk.greeter.ConnectExisting.name
flumotion.admin.gtk.greeter.ConnectToExisting.name
flumotion.admin.gtk.greeter.Greeter.name
flumotion.admin.gtk.greeter.Initial.name
flumotion.admin.gtk.greeter.LoadConnection.name
flumotion.admin.gtk.greeter.StartNew.name
flumotion.admin.gtk.greeter.StartNewError.name
flumotion.admin.gtk.greeter.StartNewSuccess.name
flumotion.admin.gtk.overlaystep.OverlayStep.name
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.name
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.name
flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.name
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.name
flumotion.component.encoders.speex.wizard_gtk.SpeexStep.name
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.name
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.name
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.name
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.name
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.name
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.name
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.name
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.name
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.name
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.name
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.name
flumotion.extern.command.command.Command.name
flumotion.launch.parse.Component.name" class="py-name" href="#" onclick="return doclink('link-44', 'name', 'link-42');">name</a></tt><tt class="py-op">)</tt> </tt>
<a name="L120"></a><tt class="py-lineno">120</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-45" class="py-name"><a title="flumotion.common.log
flumotion.extern.log
flumotion.extern.log.log
flumotion.extern.log.log.Loggable.log
flumotion.extern.log.log.log
flumotion.twisted.integration.log" class="py-name" href="#" onclick="return doclink('link-45', 'log', 'link-11');">log</a></tt><tt class="py-op">(</tt><tt class="py-string">'... from path %s'</tt> <tt class="py-op">%</tt> <tt class="py-name">path</tt><tt class="py-op">)</tt> </tt>
<a name="L121"></a><tt class="py-lineno">121</tt>  <tt class="py-line">            <tt id="link-46" class="py-name"><a title="flumotion.common.package.PackageHooks.packager" class="py-name" href="#" onclick="return doclink('link-46', 'packager', 'link-39');">packager</a></tt><tt class="py-op">.</tt><tt id="link-47" class="py-name" targets="Method flumotion.common.package.Packager.registerPackagePath()=flumotion.common.package.Packager-class.html#registerPackagePath"><a title="flumotion.common.package.Packager.registerPackagePath" class="py-name" href="#" onclick="return doclink('link-47', 'registerPackagePath', 'link-47');">registerPackagePath</a></tt><tt class="py-op">(</tt><tt class="py-name">path</tt><tt class="py-op">,</tt> <tt id="link-48" class="py-name"><a title="flumotion.admin.command.component.PropertyGet.name
flumotion.admin.command.component.PropertyList.name
flumotion.admin.gtk.configurationassistant.ScenarioStep.name
flumotion.admin.gtk.configurationassistant.WelcomeStep.name
flumotion.admin.gtk.greeter.Authenticate.name
flumotion.admin.gtk.greeter.ConnectExisting.name
flumotion.admin.gtk.greeter.ConnectToExisting.name
flumotion.admin.gtk.greeter.Greeter.name
flumotion.admin.gtk.greeter.Initial.name
flumotion.admin.gtk.greeter.LoadConnection.name
flumotion.admin.gtk.greeter.StartNew.name
flumotion.admin.gtk.greeter.StartNewError.name
flumotion.admin.gtk.greeter.StartNewSuccess.name
flumotion.admin.gtk.overlaystep.OverlayStep.name
flumotion.component.encoders.dirac.wizard_gtk.DiracStep.name
flumotion.component.encoders.jpeg.wizard_gtk.JPEGStep.name
flumotion.component.encoders.mulaw.wizard_gtk.MulawStep.name
flumotion.component.encoders.smoke.wizard_gtk.SmokeStep.name
flumotion.component.encoders.speex.wizard_gtk.SpeexStep.name
flumotion.component.encoders.theora.wizard_gtk.TheoraStep.name
flumotion.component.encoders.vorbis.wizard_gtk.VorbisStep.name
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducerStep.name
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.name
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.name
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.name
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.name
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.name
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.name
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducerStep.name
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.name
flumotion.extern.command.command.Command.name
flumotion.launch.parse.Component.name" class="py-name" href="#" onclick="return doclink('link-48', 'name', 'link-42');">name</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L122"></a><tt class="py-lineno">122</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.remote_getPid"></a><div id="JobMedium.remote_getPid-def"><a name="L123"></a><tt class="py-lineno">123</tt> <a class="py-toggle" href="#" id="JobMedium.remote_getPid-toggle" onclick="return toggle('JobMedium.remote_getPid');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#remote_getPid">remote_getPid</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.remote_getPid-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.remote_getPid-expanded"><a name="L124"></a><tt class="py-lineno">124</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">getpid</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
</div><a name="L125"></a><tt class="py-lineno">125</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.remote_runFunction"></a><div id="JobMedium.remote_runFunction-def"><a name="L126"></a><tt class="py-lineno">126</tt> <a class="py-toggle" href="#" id="JobMedium.remote_runFunction-toggle" onclick="return toggle('JobMedium.remote_runFunction');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#remote_runFunction">remote_runFunction</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">moduleName</tt><tt class="py-op">,</tt> <tt class="py-param">methodName</tt><tt class="py-op">,</tt> <tt class="py-op">*</tt><tt class="py-param">args</tt><tt class="py-op">,</tt> <tt class="py-op">**</tt><tt class="py-param">kwargs</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.remote_runFunction-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.remote_runFunction-expanded"><a name="L127"></a><tt class="py-lineno">127</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L128"></a><tt class="py-lineno">128</tt>  <tt class="py-line"><tt class="py-docstring">        I am called on by the worker's JobAvatar to run a function,</tt> </tt>
<a name="L129"></a><tt class="py-lineno">129</tt>  <tt class="py-line"><tt class="py-docstring">        normally on behalf of the flumotion.admin.gtk.</tt> </tt>
<a name="L130"></a><tt class="py-lineno">130</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L131"></a><tt class="py-lineno">131</tt>  <tt class="py-line"><tt class="py-docstring">        @param moduleName: name of the module containing the function</tt> </tt>
<a name="L132"></a><tt class="py-lineno">132</tt>  <tt class="py-line"><tt class="py-docstring">        @type  moduleName: str</tt> </tt>
<a name="L133"></a><tt class="py-lineno">133</tt>  <tt class="py-line"><tt class="py-docstring">        @param methodName: the method to run</tt> </tt>
<a name="L134"></a><tt class="py-lineno">134</tt>  <tt class="py-line"><tt class="py-docstring">        @type  methodName: str</tt> </tt>
<a name="L135"></a><tt class="py-lineno">135</tt>  <tt class="py-line"><tt class="py-docstring">        @param args: args to pass to the method</tt> </tt>
<a name="L136"></a><tt class="py-lineno">136</tt>  <tt class="py-line"><tt class="py-docstring">        @type  args: tuple</tt> </tt>
<a name="L137"></a><tt class="py-lineno">137</tt>  <tt class="py-line"><tt class="py-docstring">        @param kwargs: kwargs to pass to the method</tt> </tt>
<a name="L138"></a><tt class="py-lineno">138</tt>  <tt class="py-line"><tt class="py-docstring">        @type  kwargs: dict</tt> </tt>
<a name="L139"></a><tt class="py-lineno">139</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L140"></a><tt class="py-lineno">140</tt>  <tt class="py-line"><tt class="py-docstring">        @returns: the result of invoking the method</tt> </tt>
<a name="L141"></a><tt class="py-lineno">141</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L142"></a><tt class="py-lineno">142</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-49" class="py-name" targets="Method flumotion.extern.log.log.Loggable.info()=flumotion.extern.log.log.Loggable-class.html#info,Function flumotion.extern.log.log.info()=flumotion.extern.log.log-module.html#info,Function flumotion.twisted.integration.info()=flumotion.twisted.integration-module.html#info"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-49', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'Running %s.%s(*%r, **%r)'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt id="link-50" class="py-name" targets="Variable flumotion.worker.base.JobInfo.moduleName=flumotion.worker.base.JobInfo-class.html#moduleName"><a title="flumotion.worker.base.JobInfo.moduleName" class="py-name" href="#" onclick="return doclink('link-50', 'moduleName', 'link-50');">moduleName</a></tt><tt class="py-op">,</tt> <tt id="link-51" class="py-name" targets="Variable flumotion.worker.base.JobInfo.methodName=flumotion.worker.base.JobInfo-class.html#methodName"><a title="flumotion.worker.base.JobInfo.methodName" class="py-name" href="#" onclick="return doclink('link-51', 'methodName', 'link-51');">methodName</a></tt><tt class="py-op">,</tt> </tt>
<a name="L143"></a><tt class="py-lineno">143</tt>  <tt class="py-line">                                                <tt class="py-name">args</tt><tt class="py-op">,</tt> <tt class="py-name">kwargs</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L144"></a><tt class="py-lineno">144</tt>  <tt class="py-line">        <tt class="py-comment"># FIXME: do we want to do this?</tt> </tt>
<a name="L145"></a><tt class="py-lineno">145</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-52" class="py-name" targets="Method flumotion.job.job.JobMedium._enableCoreDumps()=flumotion.job.job.JobMedium-class.html#_enableCoreDumps"><a title="flumotion.job.job.JobMedium._enableCoreDumps" class="py-name" href="#" onclick="return doclink('link-52', '_enableCoreDumps', 'link-52');">_enableCoreDumps</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L146"></a><tt class="py-lineno">146</tt>  <tt class="py-line"> </tt>
<a name="L147"></a><tt class="py-lineno">147</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt id="link-53" class="py-name"><a title="flumotion.common.reflectcall.reflectCallCatching" class="py-name" href="#" onclick="return doclink('link-53', 'reflectCallCatching', 'link-19');">reflectCallCatching</a></tt><tt class="py-op">(</tt><tt id="link-54" class="py-name"><a title="flumotion.common.errors" class="py-name" href="#" onclick="return doclink('link-54', 'errors', 'link-9');">errors</a></tt><tt class="py-op">.</tt><tt id="link-55" class="py-name" targets="Class flumotion.common.errors.RemoteRunError=flumotion.common.errors.RemoteRunError-class.html"><a title="flumotion.common.errors.RemoteRunError" class="py-name" href="#" onclick="return doclink('link-55', 'RemoteRunError', 'link-55');">RemoteRunError</a></tt><tt class="py-op">,</tt> <tt id="link-56" class="py-name"><a title="flumotion.worker.base.JobInfo.moduleName" class="py-name" href="#" onclick="return doclink('link-56', 'moduleName', 'link-50');">moduleName</a></tt><tt class="py-op">,</tt> </tt>
<a name="L148"></a><tt class="py-lineno">148</tt>  <tt class="py-line">                                   <tt id="link-57" class="py-name"><a title="flumotion.worker.base.JobInfo.methodName" class="py-name" href="#" onclick="return doclink('link-57', 'methodName', 'link-51');">methodName</a></tt><tt class="py-op">,</tt> <tt class="py-op">*</tt><tt class="py-name">args</tt><tt class="py-op">,</tt> <tt class="py-op">**</tt><tt class="py-name">kwargs</tt><tt class="py-op">)</tt> </tt>
</div><a name="L149"></a><tt class="py-lineno">149</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.remote_create"></a><div id="JobMedium.remote_create-def"><a name="L150"></a><tt class="py-lineno">150</tt> <a class="py-toggle" href="#" id="JobMedium.remote_create-toggle" onclick="return toggle('JobMedium.remote_create');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#remote_create">remote_create</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">avatarId</tt><tt class="py-op">,</tt> <tt class="py-param">type</tt><tt class="py-op">,</tt> <tt class="py-param">moduleName</tt><tt class="py-op">,</tt> <tt class="py-param">methodName</tt><tt class="py-op">,</tt> </tt>
<a name="L151"></a><tt class="py-lineno">151</tt>  <tt class="py-line">                      <tt class="py-param">nice</tt><tt class="py-op">,</tt> <tt class="py-param">conf</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.remote_create-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.remote_create-expanded"><a name="L152"></a><tt class="py-lineno">152</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L153"></a><tt class="py-lineno">153</tt>  <tt class="py-line"><tt class="py-docstring">        I am called on by the worker's JobAvatar to create a component.</tt> </tt>
<a name="L154"></a><tt class="py-lineno">154</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L155"></a><tt class="py-lineno">155</tt>  <tt class="py-line"><tt class="py-docstring">        @param avatarId:   avatarId for component to log in to manager</tt> </tt>
<a name="L156"></a><tt class="py-lineno">156</tt>  <tt class="py-line"><tt class="py-docstring">        @type  avatarId:   str</tt> </tt>
<a name="L157"></a><tt class="py-lineno">157</tt>  <tt class="py-line"><tt class="py-docstring">        @param type:       type of component to start</tt> </tt>
<a name="L158"></a><tt class="py-lineno">158</tt>  <tt class="py-line"><tt class="py-docstring">        @type  type:       str</tt> </tt>
<a name="L159"></a><tt class="py-lineno">159</tt>  <tt class="py-line"><tt class="py-docstring">        @param moduleName: name of the module to create the component from</tt> </tt>
<a name="L160"></a><tt class="py-lineno">160</tt>  <tt class="py-line"><tt class="py-docstring">        @type  moduleName: str</tt> </tt>
<a name="L161"></a><tt class="py-lineno">161</tt>  <tt class="py-line"><tt class="py-docstring">        @param methodName: the factory method to use to create the component</tt> </tt>
<a name="L162"></a><tt class="py-lineno">162</tt>  <tt class="py-line"><tt class="py-docstring">        @type  methodName: str</tt> </tt>
<a name="L163"></a><tt class="py-lineno">163</tt>  <tt class="py-line"><tt class="py-docstring">        @param nice:       the nice level</tt> </tt>
<a name="L164"></a><tt class="py-lineno">164</tt>  <tt class="py-line"><tt class="py-docstring">        @type  nice:       int</tt> </tt>
<a name="L165"></a><tt class="py-lineno">165</tt>  <tt class="py-line"><tt class="py-docstring">        @param conf:       the component configuration</tt> </tt>
<a name="L166"></a><tt class="py-lineno">166</tt>  <tt class="py-line"><tt class="py-docstring">        @type  conf:       dict</tt> </tt>
<a name="L167"></a><tt class="py-lineno">167</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L168"></a><tt class="py-lineno">168</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-58" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-58', 'avatarId', 'link-32');">avatarId</a></tt> <tt class="py-op">=</tt> <tt id="link-59" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-59', 'avatarId', 'link-32');">avatarId</a></tt> </tt>
<a name="L169"></a><tt class="py-lineno">169</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-60" class="py-name"><a title="flumotion.admin.rrdmon.rrdmon.RRDMonitor.logName
flumotion.manager.component.FeedMap.logName" class="py-name" href="#" onclick="return doclink('link-60', 'logName', 'link-33');">logName</a></tt> <tt class="py-op">=</tt> <tt id="link-61" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-61', 'avatarId', 'link-32');">avatarId</a></tt> </tt>
<a name="L170"></a><tt class="py-lineno">170</tt>  <tt class="py-line"> </tt>
<a name="L171"></a><tt class="py-lineno">171</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-62" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-62', 'component', 'link-20');">component</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-63" class="py-name" targets="Method flumotion.job.job.JobMedium._createComponent()=flumotion.job.job.JobMedium-class.html#_createComponent"><a title="flumotion.job.job.JobMedium._createComponent" class="py-name" href="#" onclick="return doclink('link-63', '_createComponent', 'link-63');">_createComponent</a></tt><tt class="py-op">(</tt><tt id="link-64" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-64', 'avatarId', 'link-32');">avatarId</a></tt><tt class="py-op">,</tt> <tt id="link-65" class="py-name" targets="Variable flumotion.common.testsuite.TestAdmin.type=flumotion.common.testsuite.TestAdmin-class.html#type,Variable flumotion.common.testsuite.TestClient.type=flumotion.common.testsuite.TestClient-class.html#type,Variable flumotion.common.testsuite.TestWorker.type=flumotion.common.testsuite.TestWorker-class.html#type,Variable flumotion.launch.parse.Component.type=flumotion.launch.parse.Component-class.html#type,Variable flumotion.worker.base.JobInfo.type=flumotion.worker.base.JobInfo-class.html#type"><a title="flumotion.common.testsuite.TestAdmin.type
flumotion.common.testsuite.TestClient.type
flumotion.common.testsuite.TestWorker.type
flumotion.launch.parse.Component.type
flumotion.worker.base.JobInfo.type" class="py-name" href="#" onclick="return doclink('link-65', 'type', 'link-65');">type</a></tt><tt class="py-op">,</tt> <tt id="link-66" class="py-name"><a title="flumotion.worker.base.JobInfo.moduleName" class="py-name" href="#" onclick="return doclink('link-66', 'moduleName', 'link-50');">moduleName</a></tt><tt class="py-op">,</tt> </tt>
<a name="L172"></a><tt class="py-lineno">172</tt>  <tt class="py-line">                                               <tt id="link-67" class="py-name"><a title="flumotion.worker.base.JobInfo.methodName" class="py-name" href="#" onclick="return doclink('link-67', 'methodName', 'link-51');">methodName</a></tt><tt class="py-op">,</tt> <tt id="link-68" class="py-name" targets="Variable flumotion.manager.config.ConfigEntryComponent.nice=flumotion.manager.config.ConfigEntryComponent-class.html#nice,Variable flumotion.worker.base.JobInfo.nice=flumotion.worker.base.JobInfo-class.html#nice"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-68', 'nice', 'link-68');">nice</a></tt><tt class="py-op">,</tt> <tt id="link-69" class="py-name" targets="Variable flumotion.worker.job.ComponentJobInfo.conf=flumotion.worker.job.ComponentJobInfo-class.html#conf"><a title="flumotion.worker.job.ComponentJobInfo.conf" class="py-name" href="#" onclick="return doclink('link-69', 'conf', 'link-69');">conf</a></tt><tt class="py-op">)</tt> </tt>
<a name="L173"></a><tt class="py-lineno">173</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-70" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-70', 'component', 'link-20');">component</a></tt><tt class="py-op">.</tt><tt id="link-71" class="py-name" targets="Method flumotion.component.component.BaseComponent.setShutdownHook()=flumotion.component.component.BaseComponent-class.html#setShutdownHook"><a title="flumotion.component.component.BaseComponent.setShutdownHook" class="py-name" href="#" onclick="return doclink('link-71', 'setShutdownHook', 'link-71');">setShutdownHook</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-72" class="py-name" targets="Method flumotion.job.job.JobMedium._componentStopped()=flumotion.job.job.JobMedium-class.html#_componentStopped"><a title="flumotion.job.job.JobMedium._componentStopped" class="py-name" href="#" onclick="return doclink('link-72', '_componentStopped', 'link-72');">_componentStopped</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L174"></a><tt class="py-lineno">174</tt>  <tt class="py-line"> </tt>
<a name="JobMedium._componentStopped"></a><div id="JobMedium._componentStopped-def"><a name="L175"></a><tt class="py-lineno">175</tt> <a class="py-toggle" href="#" id="JobMedium._componentStopped-toggle" onclick="return toggle('JobMedium._componentStopped');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#_componentStopped">_componentStopped</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium._componentStopped-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium._componentStopped-expanded"><a name="L176"></a><tt class="py-lineno">176</tt>  <tt class="py-line">        <tt class="py-comment"># stop reactor from a callLater so remote methods finish nicely</tt> </tt>
<a name="L177"></a><tt class="py-lineno">177</tt>  <tt class="py-line">        <tt class="py-name">reactor</tt><tt class="py-op">.</tt><tt class="py-name">callLater</tt><tt class="py-op">(</tt><tt class="py-number">0</tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-73" class="py-name" targets="Method flumotion.admin.admin.AdminModel.shutdown()=flumotion.admin.admin.AdminModel-class.html#shutdown,Method flumotion.job.job.JobMedium.shutdown()=flumotion.job.job.JobMedium-class.html#shutdown,Method flumotion.manager.manager.Vishnu.shutdown()=flumotion.manager.manager.Vishnu-class.html#shutdown,Method flumotion.worker.base.BaseJobHeaven.shutdown()=flumotion.worker.base.BaseJobHeaven-class.html#shutdown,Method flumotion.worker.feedserver.FeedServer.shutdown()=flumotion.worker.feedserver.FeedServer-class.html#shutdown"><a title="flumotion.admin.admin.AdminModel.shutdown
flumotion.job.job.JobMedium.shutdown
flumotion.manager.manager.Vishnu.shutdown
flumotion.worker.base.BaseJobHeaven.shutdown
flumotion.worker.feedserver.FeedServer.shutdown" class="py-name" href="#" onclick="return doclink('link-73', 'shutdown', 'link-73');">shutdown</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L178"></a><tt class="py-lineno">178</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.remote_stop"></a><div id="JobMedium.remote_stop-def"><a name="L179"></a><tt class="py-lineno">179</tt> <a class="py-toggle" href="#" id="JobMedium.remote_stop-toggle" onclick="return toggle('JobMedium.remote_stop');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#remote_stop">remote_stop</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.remote_stop-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.remote_stop-expanded"><a name="L180"></a><tt class="py-lineno">180</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-74" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-74', 'component', 'link-20');">component</a></tt><tt class="py-op">:</tt> </tt>
<a name="L181"></a><tt class="py-lineno">181</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-75" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-75', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'stopping component and shutting down'</tt><tt class="py-op">)</tt> </tt>
<a name="L182"></a><tt class="py-lineno">182</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-76" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-76', 'component', 'link-20');">component</a></tt><tt class="py-op">.</tt><tt id="link-77" class="py-name" targets="Method flumotion.admin.gtk.dialogs.ProgressDialog.stop()=flumotion.admin.gtk.dialogs.ProgressDialog-class.html#stop,Method flumotion.common.managerspawner.LocalManagerSpawner.stop()=flumotion.common.managerspawner.LocalManagerSpawner-class.html#stop,Method flumotion.common.poller.Poller.stop()=flumotion.common.poller.Poller-class.html#stop,Method flumotion.common.testsuite.TestClient.stop()=flumotion.common.testsuite.TestClient-class.html#stop,Method flumotion.common.testsuite.TestManager.stop()=flumotion.common.testsuite.TestManager-class.html#stop,Method flumotion.common.testsuite.TestPB.stop()=flumotion.common.testsuite.TestPB-class.html#stop,Method flumotion.component.base.watcher.BaseWatcher.stop()=flumotion.component.base.watcher.BaseWatcher-class.html#stop,Method flumotion.component.bouncers.plug.BouncerPlug.stop()=flumotion.component.bouncers.plug.BouncerPlug-class.html#stop,Method flumotion.component.combiners.switch.switch.ICalSwitchPlug.stop()=flumotion.component.combiners.switch.switch.ICalSwitchPlug-class.html#stop,Method flumotion.component.component.BaseComponent.stop()=flumotion.component.component.BaseComponent-class.html#stop,Method flumotion.component.misc.httpserver.cachedprovider.CopyThread.stop()=flumotion.component.misc.httpserver.cachedprovider.CopyThread-class.html#stop,Method flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.stop()=flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug-class.html#stop,Method flumotion.component.plugs.adminaction.AdminActionLoggerFilePlug.stop()=flumotion.component.plugs.adminaction.AdminActionLoggerFilePlug-class.html#stop,Method flumotion.component.plugs.base.ComponentExamplePlug.stop()=flumotion.component.plugs.base.ComponentExamplePlug-class.html#stop,Method flumotion.component.plugs.base.ComponentPlug.stop()=flumotion.component.plugs.base.ComponentPlug-class.html#stop,Method flumotion.component.plugs.base.ManagerExamplePlug.stop()=flumotion.component.plugs.base.ManagerExamplePlug-class.html#stop,Method flumotion.component.plugs.base.ManagerPlug.stop()=flumotion.component.plugs.base.ManagerPlug-class.html#stop,Method flumotion.component.plugs.manhole.ManagerManholePlug.stop()=flumotion.component.plugs.manhole.ManagerManholePlug-class.html#stop,Method flumotion.component.plugs.request.RequestLoggerFilePlug.stop()=flumotion.component.plugs.request.RequestLoggerFilePlug-class.html#stop,Method flumotion.component.plugs.rrd.ComponentRRDPlug.stop()=flumotion.component.plugs.rrd.ComponentRRDPlug-class.html#stop,Method flumotion.launch.main.ComponentWrapper.stop()=flumotion.launch.main.ComponentWrapper-class.html#stop,Method flumotion.manager.component.ComponentAvatar.stop()=flumotion.manager.component.ComponentAvatar-class.html#stop,Method flumotion.service.service.Servicer.stop()=flumotion.service.service.Servicer-class.html#stop,Method flumotion.worker.base.BaseJobAvatar.stop()=flumotion.worker.base.BaseJobAvatar-class.html#stop,Method flumotion.worker.job.CheckJobAvatar.stop()=flumotion.worker.job.CheckJobAvatar-class.html#stop,Method flumotion.worker.job.ComponentJobAvatar.stop()=flumotion.worker.job.ComponentJobAvatar-class.html#stop"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.stop
flumotion.common.managerspawner.LocalManagerSpawner.stop
flumotion.common.poller.Poller.stop
flumotion.common.testsuite.TestClient.stop
flumotion.common.testsuite.TestManager.stop
flumotion.common.testsuite.TestPB.stop
flumotion.component.base.watcher.BaseWatcher.stop
flumotion.component.bouncers.plug.BouncerPlug.stop
flumotion.component.combiners.switch.switch.ICalSwitchPlug.stop
flumotion.component.component.BaseComponent.stop
flumotion.component.misc.httpserver.cachedprovider.CopyThread.stop
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.stop
flumotion.component.plugs.adminaction.AdminActionLoggerFilePlug.stop
flumotion.component.plugs.base.ComponentExamplePlug.stop
flumotion.component.plugs.base.ComponentPlug.stop
flumotion.component.plugs.base.ManagerExamplePlug.stop
flumotion.component.plugs.base.ManagerPlug.stop
flumotion.component.plugs.manhole.ManagerManholePlug.stop
flumotion.component.plugs.request.RequestLoggerFilePlug.stop
flumotion.component.plugs.rrd.ComponentRRDPlug.stop
flumotion.launch.main.ComponentWrapper.stop
flumotion.manager.component.ComponentAvatar.stop
flumotion.service.service.Servicer.stop
flumotion.worker.base.BaseJobAvatar.stop
flumotion.worker.job.CheckJobAvatar.stop
flumotion.worker.job.ComponentJobAvatar.stop" class="py-name" href="#" onclick="return doclink('link-77', 'stop', 'link-77');">stop</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L183"></a><tt class="py-lineno">183</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L184"></a><tt class="py-lineno">184</tt>  <tt class="py-line">            <tt class="py-name">reactor</tt><tt class="py-op">.</tt><tt class="py-name">callLater</tt><tt class="py-op">(</tt><tt class="py-number">0</tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-78" class="py-name"><a title="flumotion.admin.admin.AdminModel.shutdown
flumotion.job.job.JobMedium.shutdown
flumotion.manager.manager.Vishnu.shutdown
flumotion.worker.base.BaseJobHeaven.shutdown
flumotion.worker.feedserver.FeedServer.shutdown" class="py-name" href="#" onclick="return doclink('link-78', 'shutdown', 'link-73');">shutdown</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L185"></a><tt class="py-lineno">185</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.shutdownHandler"></a><div id="JobMedium.shutdownHandler-def"><a name="L186"></a><tt class="py-lineno">186</tt> <a class="py-toggle" href="#" id="JobMedium.shutdownHandler-toggle" onclick="return toggle('JobMedium.shutdownHandler');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#shutdownHandler">shutdownHandler</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.shutdownHandler-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.shutdownHandler-expanded"><a name="L187"></a><tt class="py-lineno">187</tt>  <tt class="py-line">        <tt class="py-name">dlist</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-op">]</tt> </tt>
<a name="L188"></a><tt class="py-lineno">188</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-79" class="py-name" targets="Method flumotion.common.interfaces.IMedium.hasRemoteReference()=flumotion.common.interfaces.IMedium-class.html#hasRemoteReference,Method flumotion.common.medium.BaseMedium.hasRemoteReference()=flumotion.common.medium.BaseMedium-class.html#hasRemoteReference,Method flumotion.component.feed.FeedMedium.hasRemoteReference()=flumotion.component.feed.FeedMedium-class.html#hasRemoteReference"><a title="flumotion.common.interfaces.IMedium.hasRemoteReference
flumotion.common.medium.BaseMedium.hasRemoteReference
flumotion.component.feed.FeedMedium.hasRemoteReference" class="py-name" href="#" onclick="return doclink('link-79', 'hasRemoteReference', 'link-79');">hasRemoteReference</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L189"></a><tt class="py-lineno">189</tt>  <tt class="py-line">            <tt class="py-comment"># tell the worker we are shutting down</tt> </tt>
<a name="L190"></a><tt class="py-lineno">190</tt>  <tt class="py-line">            <tt class="py-name">dlist</tt><tt class="py-op">.</tt><tt id="link-80" class="py-name" targets="Method flumotion.common.watched.WatchedList.append()=flumotion.common.watched.WatchedList-class.html#append,Method flumotion.twisted.flavors.StateCacheable.append()=flumotion.twisted.flavors.StateCacheable-class.html#append"><a title="flumotion.common.watched.WatchedList.append
flumotion.twisted.flavors.StateCacheable.append" class="py-name" href="#" onclick="return doclink('link-80', 'append', 'link-80');">append</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-81" class="py-name" targets="Method flumotion.admin.text.admin_text.BaseAdminText.callRemote()=flumotion.admin.text.admin_text.BaseAdminText-class.html#callRemote,Method flumotion.common.interfaces.IMedium.callRemote()=flumotion.common.interfaces.IMedium-class.html#callRemote,Method flumotion.common.medium.BaseMedium.callRemote()=flumotion.common.medium.BaseMedium-class.html#callRemote,Method flumotion.component.base.admin_gtk.BaseAdminGtk.callRemote()=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#callRemote,Method flumotion.component.base.admin_text.BaseAdminText.callRemote()=flumotion.component.base.admin_text.BaseAdminText-class.html#callRemote,Method flumotion.component.base.baseadminnode.BaseAdminGtkNode.callRemote()=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#callRemote,Method flumotion.component.feed.FeedMedium.callRemote()=flumotion.component.feed.FeedMedium-class.html#callRemote,Method flumotion.worker.worker.WorkerBrain.callRemote()=flumotion.worker.worker.WorkerBrain-class.html#callRemote"><a title="flumotion.admin.text.admin_text.BaseAdminText.callRemote
flumotion.common.interfaces.IMedium.callRemote
flumotion.common.medium.BaseMedium.callRemote
flumotion.component.base.admin_gtk.BaseAdminGtk.callRemote
flumotion.component.base.admin_text.BaseAdminText.callRemote
flumotion.component.base.baseadminnode.BaseAdminGtkNode.callRemote
flumotion.component.feed.FeedMedium.callRemote
flumotion.worker.worker.WorkerBrain.callRemote" class="py-name" href="#" onclick="return doclink('link-81', 'callRemote', 'link-81');">callRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">"cleanShutdown"</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L191"></a><tt class="py-lineno">191</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-82" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-82', 'component', 'link-20');">component</a></tt><tt class="py-op">:</tt> </tt>
<a name="L192"></a><tt class="py-lineno">192</tt>  <tt class="py-line">            <tt id="link-83" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-83', 'medium', 'link-14');">medium</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-84" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-84', 'component', 'link-20');">component</a></tt><tt class="py-op">.</tt><tt id="link-85" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-85', 'medium', 'link-14');">medium</a></tt> </tt>
<a name="L193"></a><tt class="py-lineno">193</tt>  <tt class="py-line">            <tt class="py-keyword">if</tt> <tt id="link-86" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-86', 'medium', 'link-14');">medium</a></tt><tt class="py-op">.</tt><tt id="link-87" class="py-name"><a title="flumotion.common.interfaces.IMedium.hasRemoteReference
flumotion.common.medium.BaseMedium.hasRemoteReference
flumotion.component.feed.FeedMedium.hasRemoteReference" class="py-name" href="#" onclick="return doclink('link-87', 'hasRemoteReference', 'link-79');">hasRemoteReference</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L194"></a><tt class="py-lineno">194</tt>  <tt class="py-line">                <tt class="py-name">dlist</tt><tt class="py-op">.</tt><tt id="link-88" class="py-name"><a title="flumotion.common.watched.WatchedList.append
flumotion.twisted.flavors.StateCacheable.append" class="py-name" href="#" onclick="return doclink('link-88', 'append', 'link-80');">append</a></tt><tt class="py-op">(</tt><tt id="link-89" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-89', 'medium', 'link-14');">medium</a></tt><tt class="py-op">.</tt><tt id="link-90" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.callRemote
flumotion.common.interfaces.IMedium.callRemote
flumotion.common.medium.BaseMedium.callRemote
flumotion.component.base.admin_gtk.BaseAdminGtk.callRemote
flumotion.component.base.admin_text.BaseAdminText.callRemote
flumotion.component.base.baseadminnode.BaseAdminGtkNode.callRemote
flumotion.component.feed.FeedMedium.callRemote
flumotion.worker.worker.WorkerBrain.callRemote" class="py-name" href="#" onclick="return doclink('link-90', 'callRemote', 'link-81');">callRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">"cleanShutdown"</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L195"></a><tt class="py-lineno">195</tt>  <tt class="py-line"> </tt>
<a name="L196"></a><tt class="py-lineno">196</tt>  <tt class="py-line">        <tt class="py-comment"># We mustn't fire the deferred returned from here except from a</tt> </tt>
<a name="L197"></a><tt class="py-lineno">197</tt>  <tt class="py-line">        <tt class="py-comment"># callLater.</tt> </tt>
<a name="L198"></a><tt class="py-lineno">198</tt>  <tt class="py-line">        <tt class="py-name">dl</tt> <tt class="py-op">=</tt> <tt id="link-91" class="py-name"><a title="flumotion.twisted.defer" class="py-name" href="#" onclick="return doclink('link-91', 'defer', 'link-3');">defer</a></tt><tt class="py-op">.</tt><tt class="py-name">DeferredList</tt><tt class="py-op">(</tt><tt class="py-name">dlist</tt><tt class="py-op">,</tt> <tt class="py-name">fireOnOneErrback</tt><tt class="py-op">=</tt><tt class="py-name">False</tt><tt class="py-op">)</tt> </tt>
<a name="L199"></a><tt class="py-lineno">199</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">fdefer</tt><tt class="py-op">.</tt><tt id="link-92" class="py-name" targets="Function flumotion.twisted.defer.defer_call_later()=flumotion.twisted.defer-module.html#defer_call_later"><a title="flumotion.twisted.defer.defer_call_later" class="py-name" href="#" onclick="return doclink('link-92', 'defer_call_later', 'link-92');">defer_call_later</a></tt><tt class="py-op">(</tt><tt class="py-name">dl</tt><tt class="py-op">)</tt> </tt>
</div><a name="L200"></a><tt class="py-lineno">200</tt>  <tt class="py-line"> </tt>
<a name="L201"></a><tt class="py-lineno">201</tt>  <tt class="py-line">    <tt class="py-comment">### our methods</tt> </tt>
<a name="L202"></a><tt class="py-lineno">202</tt>  <tt class="py-line"> </tt>
<a name="JobMedium.shutdown"></a><div id="JobMedium.shutdown-def"><a name="L203"></a><tt class="py-lineno">203</tt> <a class="py-toggle" href="#" id="JobMedium.shutdown-toggle" onclick="return toggle('JobMedium.shutdown');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#shutdown">shutdown</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium.shutdown-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium.shutdown-expanded"><a name="L204"></a><tt class="py-lineno">204</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L205"></a><tt class="py-lineno">205</tt>  <tt class="py-line"><tt class="py-docstring">        Shut down the job process completely, cleaning up the component</tt> </tt>
<a name="L206"></a><tt class="py-lineno">206</tt>  <tt class="py-line"><tt class="py-docstring">        so the reactor can be left from.</tt> </tt>
<a name="L207"></a><tt class="py-lineno">207</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L208"></a><tt class="py-lineno">208</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_hasStoppedReactor</tt><tt class="py-op">:</tt> </tt>
<a name="L209"></a><tt class="py-lineno">209</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-93" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-93', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">"Not stopping reactor again, already shutting down"</tt><tt class="py-op">)</tt> </tt>
<a name="L210"></a><tt class="py-lineno">210</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L211"></a><tt class="py-lineno">211</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_hasStoppedReactor</tt> <tt class="py-op">=</tt> <tt class="py-name">True</tt> </tt>
<a name="L212"></a><tt class="py-lineno">212</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-94" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-94', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">"Stopping reactor in job process"</tt><tt class="py-op">)</tt> </tt>
<a name="L213"></a><tt class="py-lineno">213</tt>  <tt class="py-line">            <tt class="py-name">reactor</tt><tt class="py-op">.</tt><tt id="link-95" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.stop
flumotion.common.managerspawner.LocalManagerSpawner.stop
flumotion.common.poller.Poller.stop
flumotion.common.testsuite.TestClient.stop
flumotion.common.testsuite.TestManager.stop
flumotion.common.testsuite.TestPB.stop
flumotion.component.base.watcher.BaseWatcher.stop
flumotion.component.bouncers.plug.BouncerPlug.stop
flumotion.component.combiners.switch.switch.ICalSwitchPlug.stop
flumotion.component.component.BaseComponent.stop
flumotion.component.misc.httpserver.cachedprovider.CopyThread.stop
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.stop
flumotion.component.plugs.adminaction.AdminActionLoggerFilePlug.stop
flumotion.component.plugs.base.ComponentExamplePlug.stop
flumotion.component.plugs.base.ComponentPlug.stop
flumotion.component.plugs.base.ManagerExamplePlug.stop
flumotion.component.plugs.base.ManagerPlug.stop
flumotion.component.plugs.manhole.ManagerManholePlug.stop
flumotion.component.plugs.request.RequestLoggerFilePlug.stop
flumotion.component.plugs.rrd.ComponentRRDPlug.stop
flumotion.launch.main.ComponentWrapper.stop
flumotion.manager.component.ComponentAvatar.stop
flumotion.service.service.Servicer.stop
flumotion.worker.base.BaseJobAvatar.stop
flumotion.worker.job.CheckJobAvatar.stop
flumotion.worker.job.ComponentJobAvatar.stop" class="py-name" href="#" onclick="return doclink('link-95', 'stop', 'link-77');">stop</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
</div><a name="L214"></a><tt class="py-lineno">214</tt>  <tt class="py-line"> </tt>
<a name="JobMedium._setNice"></a><div id="JobMedium._setNice-def"><a name="L215"></a><tt class="py-lineno">215</tt> <a class="py-toggle" href="#" id="JobMedium._setNice-toggle" onclick="return toggle('JobMedium._setNice');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#_setNice">_setNice</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">nice</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium._setNice-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium._setNice-expanded"><a name="L216"></a><tt class="py-lineno">216</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt id="link-96" class="py-name"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-96', 'nice', 'link-68');">nice</a></tt><tt class="py-op">:</tt> </tt>
<a name="L217"></a><tt class="py-lineno">217</tt>  <tt class="py-line">            <tt class="py-keyword">return</tt> </tt>
<a name="L218"></a><tt class="py-lineno">218</tt>  <tt class="py-line"> </tt>
<a name="L219"></a><tt class="py-lineno">219</tt>  <tt class="py-line">        <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L220"></a><tt class="py-lineno">220</tt>  <tt class="py-line">            <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-97" class="py-name"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-97', 'nice', 'link-68');">nice</a></tt><tt class="py-op">(</tt><tt id="link-98" class="py-name"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-98', 'nice', 'link-68');">nice</a></tt><tt class="py-op">)</tt> </tt>
<a name="L221"></a><tt class="py-lineno">221</tt>  <tt class="py-line">        <tt class="py-keyword">except</tt> <tt id="link-99" class="py-name" targets="Class exceptions.OSError=exceptions.OSError-class.html"><a title="exceptions.OSError" class="py-name" href="#" onclick="return doclink('link-99', 'OSError', 'link-99');">OSError</a></tt><tt class="py-op">,</tt> <tt class="py-name">e</tt><tt class="py-op">:</tt> </tt>
<a name="L222"></a><tt class="py-lineno">222</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-100" class="py-name" targets="Method flumotion.extern.log.log.Loggable.warning()=flumotion.extern.log.log.Loggable-class.html#warning,Function flumotion.extern.log.log.warning()=flumotion.extern.log.log-module.html#warning,Function flumotion.twisted.integration.warning()=flumotion.twisted.integration-module.html#warning"><a title="flumotion.extern.log.log.Loggable.warning
flumotion.extern.log.log.warning
flumotion.twisted.integration.warning" class="py-name" href="#" onclick="return doclink('link-100', 'warning', 'link-100');">warning</a></tt><tt class="py-op">(</tt><tt class="py-string">'Failed to set nice level: %s'</tt> <tt class="py-op">%</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt><tt class="py-name">e</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L223"></a><tt class="py-lineno">223</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L224"></a><tt class="py-lineno">224</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-101" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-101', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'Nice level set to %d'</tt> <tt class="py-op">%</tt> <tt id="link-102" class="py-name"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-102', 'nice', 'link-68');">nice</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L225"></a><tt class="py-lineno">225</tt>  <tt class="py-line"> </tt>
<a name="JobMedium._enableCoreDumps"></a><div id="JobMedium._enableCoreDumps-def"><a name="L226"></a><tt class="py-lineno">226</tt> <a class="py-toggle" href="#" id="JobMedium._enableCoreDumps-toggle" onclick="return toggle('JobMedium._enableCoreDumps');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#_enableCoreDumps">_enableCoreDumps</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium._enableCoreDumps-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium._enableCoreDumps-expanded"><a name="L227"></a><tt class="py-lineno">227</tt>  <tt class="py-line">        <tt class="py-name">soft</tt><tt class="py-op">,</tt> <tt class="py-name">hard</tt> <tt class="py-op">=</tt> <tt class="py-name">resource</tt><tt class="py-op">.</tt><tt class="py-name">getrlimit</tt><tt class="py-op">(</tt><tt class="py-name">resource</tt><tt class="py-op">.</tt><tt class="py-name">RLIMIT_CORE</tt><tt class="py-op">)</tt> </tt>
<a name="L228"></a><tt class="py-lineno">228</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">hard</tt> <tt class="py-op">!=</tt> <tt class="py-name">resource</tt><tt class="py-op">.</tt><tt class="py-name">RLIM_INFINITY</tt><tt class="py-op">:</tt> </tt>
<a name="L229"></a><tt class="py-lineno">229</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-103" class="py-name"><a title="flumotion.extern.log.log.Loggable.warning
flumotion.extern.log.log.warning
flumotion.twisted.integration.warning" class="py-name" href="#" onclick="return doclink('link-103', 'warning', 'link-100');">warning</a></tt><tt class="py-op">(</tt><tt class="py-string">'Could not set unlimited core dump sizes, '</tt> </tt>
<a name="L230"></a><tt class="py-lineno">230</tt>  <tt class="py-line">                         <tt class="py-string">'setting to %d instead'</tt> <tt class="py-op">%</tt> <tt class="py-name">hard</tt><tt class="py-op">)</tt> </tt>
<a name="L231"></a><tt class="py-lineno">231</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L232"></a><tt class="py-lineno">232</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-104" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-104', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'Enabling core dumps of unlimited size'</tt><tt class="py-op">)</tt> </tt>
<a name="L233"></a><tt class="py-lineno">233</tt>  <tt class="py-line"> </tt>
<a name="L234"></a><tt class="py-lineno">234</tt>  <tt class="py-line">        <tt class="py-name">resource</tt><tt class="py-op">.</tt><tt class="py-name">setrlimit</tt><tt class="py-op">(</tt><tt class="py-name">resource</tt><tt class="py-op">.</tt><tt class="py-name">RLIMIT_CORE</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-name">hard</tt><tt class="py-op">,</tt> <tt class="py-name">hard</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
</div><a name="L235"></a><tt class="py-lineno">235</tt>  <tt class="py-line"> </tt>
<a name="JobMedium._createComponent"></a><div id="JobMedium._createComponent-def"><a name="L236"></a><tt class="py-lineno">236</tt> <a class="py-toggle" href="#" id="JobMedium._createComponent-toggle" onclick="return toggle('JobMedium._createComponent');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobMedium-class.html#_createComponent">_createComponent</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">avatarId</tt><tt class="py-op">,</tt> <tt class="py-param">type</tt><tt class="py-op">,</tt> <tt class="py-param">moduleName</tt><tt class="py-op">,</tt> <tt class="py-param">methodName</tt><tt class="py-op">,</tt> </tt>
<a name="L237"></a><tt class="py-lineno">237</tt>  <tt class="py-line">                         <tt class="py-param">nice</tt><tt class="py-op">,</tt> <tt class="py-param">conf</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobMedium._createComponent-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobMedium._createComponent-expanded"><a name="L238"></a><tt class="py-lineno">238</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L239"></a><tt class="py-lineno">239</tt>  <tt class="py-line"><tt class="py-docstring">        Create a component of the given type.</tt> </tt>
<a name="L240"></a><tt class="py-lineno">240</tt>  <tt class="py-line"><tt class="py-docstring">        Log in to the manager with the given avatarId.</tt> </tt>
<a name="L241"></a><tt class="py-lineno">241</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L242"></a><tt class="py-lineno">242</tt>  <tt class="py-line"><tt class="py-docstring">        @param avatarId:   avatarId component will use to log in to manager</tt> </tt>
<a name="L243"></a><tt class="py-lineno">243</tt>  <tt class="py-line"><tt class="py-docstring">        @type  avatarId:   str</tt> </tt>
<a name="L244"></a><tt class="py-lineno">244</tt>  <tt class="py-line"><tt class="py-docstring">        @param type:       type of component to start</tt> </tt>
<a name="L245"></a><tt class="py-lineno">245</tt>  <tt class="py-line"><tt class="py-docstring">        @type  type:       str</tt> </tt>
<a name="L246"></a><tt class="py-lineno">246</tt>  <tt class="py-line"><tt class="py-docstring">        @param moduleName: name of the module that contains the entry point</tt> </tt>
<a name="L247"></a><tt class="py-lineno">247</tt>  <tt class="py-line"><tt class="py-docstring">        @type  moduleName: str</tt> </tt>
<a name="L248"></a><tt class="py-lineno">248</tt>  <tt class="py-line"><tt class="py-docstring">        @param methodName: name of the factory method to create the component</tt> </tt>
<a name="L249"></a><tt class="py-lineno">249</tt>  <tt class="py-line"><tt class="py-docstring">        @type  methodName: str</tt> </tt>
<a name="L250"></a><tt class="py-lineno">250</tt>  <tt class="py-line"><tt class="py-docstring">        @param nice:       the nice level to run with</tt> </tt>
<a name="L251"></a><tt class="py-lineno">251</tt>  <tt class="py-line"><tt class="py-docstring">        @type  nice:       int</tt> </tt>
<a name="L252"></a><tt class="py-lineno">252</tt>  <tt class="py-line"><tt class="py-docstring">        @param conf:       the component configuration</tt> </tt>
<a name="L253"></a><tt class="py-lineno">253</tt>  <tt class="py-line"><tt class="py-docstring">        @type  conf:       dict</tt> </tt>
<a name="L254"></a><tt class="py-lineno">254</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L255"></a><tt class="py-lineno">255</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-105" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-105', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'Creating component "%s" of type "%s"'</tt><tt class="py-op">,</tt> <tt id="link-106" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-106', 'avatarId', 'link-32');">avatarId</a></tt><tt class="py-op">,</tt> <tt id="link-107" class="py-name"><a title="flumotion.common.testsuite.TestAdmin.type
flumotion.common.testsuite.TestClient.type
flumotion.common.testsuite.TestWorker.type
flumotion.launch.parse.Component.type
flumotion.worker.base.JobInfo.type" class="py-name" href="#" onclick="return doclink('link-107', 'type', 'link-65');">type</a></tt><tt class="py-op">)</tt> </tt>
<a name="L256"></a><tt class="py-lineno">256</tt>  <tt class="py-line"> </tt>
<a name="L257"></a><tt class="py-lineno">257</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-108" class="py-name" targets="Method flumotion.job.job.JobMedium._setNice()=flumotion.job.job.JobMedium-class.html#_setNice"><a title="flumotion.job.job.JobMedium._setNice" class="py-name" href="#" onclick="return doclink('link-108', '_setNice', 'link-108');">_setNice</a></tt><tt class="py-op">(</tt><tt id="link-109" class="py-name"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-109', 'nice', 'link-68');">nice</a></tt><tt class="py-op">)</tt> </tt>
<a name="L258"></a><tt class="py-lineno">258</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-110" class="py-name"><a title="flumotion.job.job.JobMedium._enableCoreDumps" class="py-name" href="#" onclick="return doclink('link-110', '_enableCoreDumps', 'link-52');">_enableCoreDumps</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L259"></a><tt class="py-lineno">259</tt>  <tt class="py-line"> </tt>
<a name="L260"></a><tt class="py-lineno">260</tt>  <tt class="py-line">        <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L261"></a><tt class="py-lineno">261</tt>  <tt class="py-line">            <tt class="py-name">comp</tt> <tt class="py-op">=</tt> <tt id="link-111" class="py-name"><a title="flumotion.common.reflectcall.createComponent
flumotion.manager.worker.WorkerAvatar.createComponent" class="py-name" href="#" onclick="return doclink('link-111', 'createComponent', 'link-18');">createComponent</a></tt><tt class="py-op">(</tt><tt id="link-112" class="py-name"><a title="flumotion.worker.base.JobInfo.moduleName" class="py-name" href="#" onclick="return doclink('link-112', 'moduleName', 'link-50');">moduleName</a></tt><tt class="py-op">,</tt> <tt id="link-113" class="py-name"><a title="flumotion.worker.base.JobInfo.methodName" class="py-name" href="#" onclick="return doclink('link-113', 'methodName', 'link-51');">methodName</a></tt><tt class="py-op">,</tt> <tt id="link-114" class="py-name"><a title="flumotion.worker.job.ComponentJobInfo.conf" class="py-name" href="#" onclick="return doclink('link-114', 'conf', 'link-69');">conf</a></tt><tt class="py-op">)</tt> </tt>
<a name="L262"></a><tt class="py-lineno">262</tt>  <tt class="py-line">        <tt class="py-keyword">except</tt> <tt class="py-name">Exception</tt><tt class="py-op">,</tt> <tt class="py-name">e</tt><tt class="py-op">:</tt> </tt>
<a name="L263"></a><tt class="py-lineno">263</tt>  <tt class="py-line">            <tt class="py-name">msg</tt> <tt class="py-op">=</tt> <tt class="py-string">"Exception %s during createComponent: %s"</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt> </tt>
<a name="L264"></a><tt class="py-lineno">264</tt>  <tt class="py-line">                <tt class="py-name">e</tt><tt class="py-op">.</tt><tt class="py-name">__class__</tt><tt class="py-op">.</tt><tt id="link-115" class="py-name" targets="Variable flumotion.admin.assistant.interfaces.IEncoderPlugin.__name__=flumotion.admin.assistant.interfaces.IEncoderPlugin-class.html#__name__,Variable flumotion.admin.assistant.interfaces.IHTTPConsumerPlugin.__name__=flumotion.admin.assistant.interfaces.IHTTPConsumerPlugin-class.html#__name__,Variable flumotion.admin.assistant.interfaces.IProducerPlugin.__name__=flumotion.admin.assistant.interfaces.IProducerPlugin-class.html#__name__,Variable flumotion.admin.assistant.interfaces.IScenarioAssistantPlugin.__name__=flumotion.admin.assistant.interfaces.IScenarioAssistantPlugin-class.html#__name__,Variable flumotion.common.interfaces.IAdminMedium.__name__=flumotion.common.interfaces.IAdminMedium-class.html#__name__,Variable flumotion.common.interfaces.IComponentMedium.__name__=flumotion.common.interfaces.IComponentMedium-class.html#__name__,Variable flumotion.common.interfaces.IDirectory.__name__=flumotion.common.interfaces.IDirectory-class.html#__name__,Variable flumotion.common.interfaces.IFeedMedium.__name__=flumotion.common.interfaces.IFeedMedium-class.html#__name__,Variable flumotion.common.interfaces.IFeedServerParent.__name__=flumotion.common.interfaces.IFeedServerParent-class.html#__name__,Variable flumotion.common.interfaces.IFile.__name__=flumotion.common.interfaces.IFile-class.html#__name__,Variable flumotion.common.interfaces.IHeaven.__name__=flumotion.common.interfaces.IHeaven-class.html#__name__,Variable flumotion.common.interfaces.IJobMedium.__name__=flumotion.common.interfaces.IJobMedium-class.html#__name__,Variable flumotion.common.interfaces.IMedium.__name__=flumotion.common.interfaces.IMedium-class.html#__name__,Variable flumotion.common.interfaces.IPorterMedium.__name__=flumotion.common.interfaces.IPorterMedium-class.html#__name__,Variable flumotion.common.interfaces.IStreamingComponent.__name__=flumotion.common.interfaces.IStreamingComponent-class.html#__name__,Variable flumotion.common.interfaces.IWorkerMedium.__name__=flumotion.common.interfaces.IWorkerMedium-class.html#__name__,Variable flumotion.common.server.IServable.__name__=flumotion.common.server.IServable-class.html#__name__,Variable flumotion.twisted.credentials.IHTTPGetArguments.__name__=flumotion.twisted.credentials.IHTTPGetArguments-class.html#__name__,Variable flumotion.twisted.credentials.IToken.__name__=flumotion.twisted.credentials.IToken-class.html#__name__,Variable flumotion.twisted.credentials.IUsernameCryptPassword.__name__=flumotion.twisted.credentials.IUsernameCryptPassword-class.html#__name__,Variable flumotion.twisted.credentials.IUsernameSha256Password.__name__=flumotion.twisted.credentials.IUsernameSha256Password-class.html#__name__,Variable flumotion.twisted.flavors.IStateListener.__name__=flumotion.twisted.flavors.IStateListener-class.html#__name__,Variable twisted.web.resource.IResource.__name__=twisted.web.resource.IResource-class.html#__name__"><a title="flumotion.admin.assistant.interfaces.IEncoderPlugin.__name__
flumotion.admin.assistant.interfaces.IHTTPConsumerPlugin.__name__
flumotion.admin.assistant.interfaces.IProducerPlugin.__name__
flumotion.admin.assistant.interfaces.IScenarioAssistantPlugin.__name__
flumotion.common.interfaces.IAdminMedium.__name__
flumotion.common.interfaces.IComponentMedium.__name__
flumotion.common.interfaces.IDirectory.__name__
flumotion.common.interfaces.IFeedMedium.__name__
flumotion.common.interfaces.IFeedServerParent.__name__
flumotion.common.interfaces.IFile.__name__
flumotion.common.interfaces.IHeaven.__name__
flumotion.common.interfaces.IJobMedium.__name__
flumotion.common.interfaces.IMedium.__name__
flumotion.common.interfaces.IPorterMedium.__name__
flumotion.common.interfaces.IStreamingComponent.__name__
flumotion.common.interfaces.IWorkerMedium.__name__
flumotion.common.server.IServable.__name__
flumotion.twisted.credentials.IHTTPGetArguments.__name__
flumotion.twisted.credentials.IToken.__name__
flumotion.twisted.credentials.IUsernameCryptPassword.__name__
flumotion.twisted.credentials.IUsernameSha256Password.__name__
flumotion.twisted.flavors.IStateListener.__name__
twisted.web.resource.IResource.__name__" class="py-name" href="#" onclick="return doclink('link-115', '__name__', 'link-115');">__name__</a></tt><tt class="py-op">,</tt> <tt class="py-string">" "</tt><tt class="py-op">.</tt><tt class="py-name">join</tt><tt class="py-op">(</tt><tt class="py-name">e</tt><tt class="py-op">.</tt><tt class="py-name">args</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L265"></a><tt class="py-lineno">265</tt>  <tt class="py-line">            <tt class="py-comment"># traceback.print_exc()</tt> </tt>
<a name="L266"></a><tt class="py-lineno">266</tt>  <tt class="py-line">            <tt class="py-comment"># a ComponentCreateError is already formatted</tt> </tt>
<a name="L267"></a><tt class="py-lineno">267</tt>  <tt class="py-line">            <tt class="py-keyword">if</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt class="py-name">e</tt><tt class="py-op">,</tt> <tt id="link-116" class="py-name"><a title="flumotion.common.errors" class="py-name" href="#" onclick="return doclink('link-116', 'errors', 'link-9');">errors</a></tt><tt class="py-op">.</tt><tt id="link-117" class="py-name" targets="Class flumotion.common.errors.ComponentCreateError=flumotion.common.errors.ComponentCreateError-class.html"><a title="flumotion.common.errors.ComponentCreateError" class="py-name" href="#" onclick="return doclink('link-117', 'ComponentCreateError', 'link-117');">ComponentCreateError</a></tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L268"></a><tt class="py-lineno">268</tt>  <tt class="py-line">                <tt class="py-name">msg</tt> <tt class="py-op">=</tt> <tt class="py-name">e</tt><tt class="py-op">.</tt><tt class="py-name">args</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt> </tt>
<a name="L269"></a><tt class="py-lineno">269</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-118" class="py-name"><a title="flumotion.extern.log.log.Loggable.warning
flumotion.extern.log.log.warning
flumotion.twisted.integration.warning" class="py-name" href="#" onclick="return doclink('link-118', 'warning', 'link-100');">warning</a></tt><tt class="py-op">(</tt> </tt>
<a name="L270"></a><tt class="py-lineno">270</tt>  <tt class="py-line">                <tt class="py-string">"raising ComponentCreateError(%s) and stopping job"</tt> <tt class="py-op">%</tt> <tt class="py-name">msg</tt><tt class="py-op">)</tt> </tt>
<a name="L271"></a><tt class="py-lineno">271</tt>  <tt class="py-line">            <tt class="py-comment"># This is a Nasty Hack. We raise ComponentCreateError, which can be</tt> </tt>
<a name="L272"></a><tt class="py-lineno">272</tt>  <tt class="py-line">            <tt class="py-comment"># caught on the other side and marshalled as a reasonably</tt> </tt>
<a name="L273"></a><tt class="py-lineno">273</tt>  <tt class="py-line">            <tt class="py-comment"># comprehensible error message. However, if we shutdown</tt> </tt>
<a name="L274"></a><tt class="py-lineno">274</tt>  <tt class="py-line">            <tt class="py-comment"># immediately, the PB connection won't be available, so</tt> </tt>
<a name="L275"></a><tt class="py-lineno">275</tt>  <tt class="py-line">            <tt class="py-comment"># the worker will just get an error about that! So, instead,</tt> </tt>
<a name="L276"></a><tt class="py-lineno">276</tt>  <tt class="py-line">            <tt class="py-comment"># we shut down in a tenth of a second, usually allowing</tt> </tt>
<a name="L277"></a><tt class="py-lineno">277</tt>  <tt class="py-line">            <tt class="py-comment"># the worker to get scheduled and read the exception over PB.</tt> </tt>
<a name="L278"></a><tt class="py-lineno">278</tt>  <tt class="py-line">            <tt class="py-comment"># Ick!</tt> </tt>
<a name="L279"></a><tt class="py-lineno">279</tt>  <tt class="py-line">            <tt class="py-name">reactor</tt><tt class="py-op">.</tt><tt class="py-name">callLater</tt><tt class="py-op">(</tt><tt class="py-number">0.1</tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-119" class="py-name"><a title="flumotion.admin.admin.AdminModel.shutdown
flumotion.job.job.JobMedium.shutdown
flumotion.manager.manager.Vishnu.shutdown
flumotion.worker.base.BaseJobHeaven.shutdown
flumotion.worker.feedserver.FeedServer.shutdown" class="py-name" href="#" onclick="return doclink('link-119', 'shutdown', 'link-73');">shutdown</a></tt><tt class="py-op">)</tt> </tt>
<a name="L280"></a><tt class="py-lineno">280</tt>  <tt class="py-line">            <tt class="py-keyword">raise</tt> <tt id="link-120" class="py-name"><a title="flumotion.common.errors" class="py-name" href="#" onclick="return doclink('link-120', 'errors', 'link-9');">errors</a></tt><tt class="py-op">.</tt><tt id="link-121" class="py-name"><a title="flumotion.common.errors.ComponentCreateError" class="py-name" href="#" onclick="return doclink('link-121', 'ComponentCreateError', 'link-117');">ComponentCreateError</a></tt><tt class="py-op">(</tt><tt class="py-name">msg</tt><tt class="py-op">)</tt> </tt>
<a name="L281"></a><tt class="py-lineno">281</tt>  <tt class="py-line"> </tt>
<a name="L282"></a><tt class="py-lineno">282</tt>  <tt class="py-line">        <tt class="py-name">comp</tt><tt class="py-op">.</tt><tt id="link-122" class="py-name" targets="Method flumotion.component.component.BaseComponent.setWorkerName()=flumotion.component.component.BaseComponent-class.html#setWorkerName"><a title="flumotion.component.component.BaseComponent.setWorkerName" class="py-name" href="#" onclick="return doclink('link-122', 'setWorkerName', 'link-122');">setWorkerName</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_workerName</tt><tt class="py-op">)</tt> </tt>
<a name="L283"></a><tt class="py-lineno">283</tt>  <tt class="py-line"> </tt>
<a name="L284"></a><tt class="py-lineno">284</tt>  <tt class="py-line">        <tt class="py-comment"># make component log in to manager</tt> </tt>
<a name="L285"></a><tt class="py-lineno">285</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-123" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-123', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'creating ComponentClientFactory'</tt><tt class="py-op">)</tt> </tt>
<a name="L286"></a><tt class="py-lineno">286</tt>  <tt class="py-line">        <tt class="py-name">managerClientFactory</tt> <tt class="py-op">=</tt> <tt id="link-124" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-124', 'component', 'link-20');">component</a></tt><tt class="py-op">.</tt><tt id="link-125" class="py-name" targets="Class flumotion.component.component.ComponentClientFactory=flumotion.component.component.ComponentClientFactory-class.html"><a title="flumotion.component.component.ComponentClientFactory" class="py-name" href="#" onclick="return doclink('link-125', 'ComponentClientFactory', 'link-125');">ComponentClientFactory</a></tt><tt class="py-op">(</tt><tt class="py-name">comp</tt><tt class="py-op">)</tt> </tt>
<a name="L287"></a><tt class="py-lineno">287</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_componentClientFactory</tt> <tt class="py-op">=</tt> <tt class="py-name">managerClientFactory</tt> </tt>
<a name="L288"></a><tt class="py-lineno">288</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-126" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-126', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'created ComponentClientFactory %r'</tt> <tt class="py-op">%</tt> <tt class="py-name">managerClientFactory</tt><tt class="py-op">)</tt> </tt>
<a name="L289"></a><tt class="py-lineno">289</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_authenticator</tt><tt class="py-op">.</tt><tt id="link-127" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-127', 'avatarId', 'link-32');">avatarId</a></tt> <tt class="py-op">=</tt> <tt id="link-128" class="py-name"><a title="flumotion.admin.command.utils.avatarId
flumotion.twisted.pb.Authenticator.avatarId
flumotion.twisted.pb.RemoteAuthenticator.avatarId
flumotion.worker.base.JobInfo.avatarId" class="py-name" href="#" onclick="return doclink('link-128', 'avatarId', 'link-32');">avatarId</a></tt> </tt>
<a name="L290"></a><tt class="py-lineno">290</tt>  <tt class="py-line">        <tt class="py-name">managerClientFactory</tt><tt class="py-op">.</tt><tt id="link-129" class="py-name" targets="Method flumotion.component.component.ComponentClientFactory.startLogin()=flumotion.component.component.ComponentClientFactory-class.html#startLogin,Method flumotion.twisted.pb.ReconnectingFPBClientFactory.startLogin()=flumotion.twisted.pb.ReconnectingFPBClientFactory-class.html#startLogin,Method flumotion.twisted.pb.ReconnectingPBClientFactory.startLogin()=flumotion.twisted.pb.ReconnectingPBClientFactory-class.html#startLogin"><a title="flumotion.component.component.ComponentClientFactory.startLogin
flumotion.twisted.pb.ReconnectingFPBClientFactory.startLogin
flumotion.twisted.pb.ReconnectingPBClientFactory.startLogin" class="py-name" href="#" onclick="return doclink('link-129', 'startLogin', 'link-129');">startLogin</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_authenticator</tt><tt class="py-op">)</tt> </tt>
<a name="L291"></a><tt class="py-lineno">291</tt>  <tt class="py-line"> </tt>
<a name="L292"></a><tt class="py-lineno">292</tt>  <tt class="py-line">        <tt id="link-130" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-130', 'host', 'link-35');">host</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerHost</tt> </tt>
<a name="L293"></a><tt class="py-lineno">293</tt>  <tt class="py-line">        <tt id="link-131" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.port" class="py-name" href="#" onclick="return doclink('link-131', 'port', 'link-36');">port</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerPort</tt> </tt>
<a name="L294"></a><tt class="py-lineno">294</tt>  <tt class="py-line">        <tt class="py-name">transport</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerTransport</tt> </tt>
<a name="L295"></a><tt class="py-lineno">295</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-132" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-132', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'logging in with authenticator %r'</tt> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_authenticator</tt><tt class="py-op">)</tt> </tt>
<a name="L296"></a><tt class="py-lineno">296</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-name">transport</tt> <tt class="py-op">==</tt> <tt class="py-string">"ssl"</tt><tt class="py-op">:</tt> </tt>
<a name="L297"></a><tt class="py-lineno">297</tt>  <tt class="py-line">            <tt class="py-keyword">from</tt> <tt class="py-name">flumotion</tt><tt class="py-op">.</tt><tt id="link-133" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-133', 'common', 'link-8');">common</a></tt> <tt class="py-keyword">import</tt> <tt id="link-134" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-134', 'common', 'link-8');">common</a></tt> </tt>
<a name="L298"></a><tt class="py-lineno">298</tt>  <tt class="py-line">            <tt id="link-135" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-135', 'common', 'link-8');">common</a></tt><tt class="py-op">.</tt><tt id="link-136" class="py-name" targets="Function flumotion.common.common.assertSSLAvailable()=flumotion.common.common-module.html#assertSSLAvailable"><a title="flumotion.common.common.assertSSLAvailable" class="py-name" href="#" onclick="return doclink('link-136', 'assertSSLAvailable', 'link-136');">assertSSLAvailable</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L299"></a><tt class="py-lineno">299</tt>  <tt class="py-line">            <tt class="py-keyword">from</tt> <tt id="link-137" class="py-name"><a title="flumotion.twisted" class="py-name" href="#" onclick="return doclink('link-137', 'twisted', 'link-0');">twisted</a></tt><tt class="py-op">.</tt><tt class="py-name">internet</tt> <tt class="py-keyword">import</tt> <tt class="py-name">ssl</tt> </tt>
<a name="L300"></a><tt class="py-lineno">300</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-138" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-138', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'Connecting to manager %s:%d with SSL'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt id="link-139" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-139', 'host', 'link-35');">host</a></tt><tt class="py-op">,</tt> <tt id="link-140" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.port" class="py-name" href="#" onclick="return doclink('link-140', 'port', 'link-36');">port</a></tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L301"></a><tt class="py-lineno">301</tt>  <tt class="py-line">            <tt class="py-name">reactor</tt><tt class="py-op">.</tt><tt class="py-name">connectSSL</tt><tt class="py-op">(</tt><tt id="link-141" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-141', 'host', 'link-35');">host</a></tt><tt class="py-op">,</tt> <tt id="link-142" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.port" class="py-name" href="#" onclick="return doclink('link-142', 'port', 'link-36');">port</a></tt><tt class="py-op">,</tt> <tt class="py-name">managerClientFactory</tt><tt class="py-op">,</tt> </tt>
<a name="L302"></a><tt class="py-lineno">302</tt>  <tt class="py-line">                <tt class="py-name">ssl</tt><tt class="py-op">.</tt><tt class="py-name">ClientContextFactory</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L303"></a><tt class="py-lineno">303</tt>  <tt class="py-line">        <tt class="py-keyword">elif</tt> <tt class="py-name">transport</tt> <tt class="py-op">==</tt> <tt class="py-string">"tcp"</tt><tt class="py-op">:</tt> </tt>
<a name="L304"></a><tt class="py-lineno">304</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-143" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-143', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'Connecting to manager %s:%d with TCP'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt id="link-144" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-144', 'host', 'link-35');">host</a></tt><tt class="py-op">,</tt> <tt id="link-145" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.port" class="py-name" href="#" onclick="return doclink('link-145', 'port', 'link-36');">port</a></tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L305"></a><tt class="py-lineno">305</tt>  <tt class="py-line">            <tt class="py-name">reactor</tt><tt class="py-op">.</tt><tt class="py-name">connectTCP</tt><tt class="py-op">(</tt><tt id="link-146" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-146', 'host', 'link-35');">host</a></tt><tt class="py-op">,</tt> <tt id="link-147" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.port" class="py-name" href="#" onclick="return doclink('link-147', 'port', 'link-36');">port</a></tt><tt class="py-op">,</tt> <tt class="py-name">managerClientFactory</tt><tt class="py-op">)</tt> </tt>
<a name="L306"></a><tt class="py-lineno">306</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L307"></a><tt class="py-lineno">307</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-148" class="py-name"><a title="flumotion.extern.log.log.Loggable.warning
flumotion.extern.log.log.warning
flumotion.twisted.integration.warning" class="py-name" href="#" onclick="return doclink('link-148', 'warning', 'link-100');">warning</a></tt><tt class="py-op">(</tt> </tt>
<a name="L308"></a><tt class="py-lineno">308</tt>  <tt class="py-line">                <tt class="py-string">'Unknown transport protocol %s'</tt> <tt class="py-op">%</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_managerTransport</tt><tt class="py-op">)</tt> </tt>
<a name="L309"></a><tt class="py-lineno">309</tt>  <tt class="py-line"> </tt>
<a name="L310"></a><tt class="py-lineno">310</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">comp</tt> </tt>
</div></div><a name="L311"></a><tt class="py-lineno">311</tt>  <tt class="py-line"> </tt>
<a name="L312"></a><tt class="py-lineno">312</tt>  <tt class="py-line"> </tt>
<a name="JobClientBroker"></a><div id="JobClientBroker-def"><a name="L313"></a><tt class="py-lineno">313</tt> <a class="py-toggle" href="#" id="JobClientBroker-toggle" onclick="return toggle('JobClientBroker');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.job.job.JobClientBroker-class.html">JobClientBroker</a><tt class="py-op">(</tt><tt class="py-base-class">pb</tt><tt class="py-op">.</tt><tt class="py-base-class">Broker</tt><tt class="py-op">,</tt> <tt class="py-base-class">log</tt><tt class="py-op">.</tt><tt class="py-base-class">Loggable</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientBroker-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="JobClientBroker-expanded"><a name="L314"></a><tt class="py-lineno">314</tt>  <tt class="py-line">    <tt class="py-docstring">"""</tt> </tt>
<a name="L315"></a><tt class="py-lineno">315</tt>  <tt class="py-line"><tt class="py-docstring">    A pb.Broker subclass that handles FDs being passed (with associated data)</tt> </tt>
<a name="L316"></a><tt class="py-lineno">316</tt>  <tt class="py-line"><tt class="py-docstring">    over the same connection as the normal PB data stream.</tt> </tt>
<a name="L317"></a><tt class="py-lineno">317</tt>  <tt class="py-line"><tt class="py-docstring">    When an FD is seen, the FD should be added to a given eater or feeder</tt> </tt>
<a name="L318"></a><tt class="py-lineno">318</tt>  <tt class="py-line"><tt class="py-docstring">    element.</tt> </tt>
<a name="L319"></a><tt class="py-lineno">319</tt>  <tt class="py-line"><tt class="py-docstring">    """</tt> </tt>
<a name="L320"></a><tt class="py-lineno">320</tt>  <tt class="py-line"> </tt>
<a name="JobClientBroker.__init__"></a><div id="JobClientBroker.__init__-def"><a name="L321"></a><tt class="py-lineno">321</tt> <a class="py-toggle" href="#" id="JobClientBroker.__init__-toggle" onclick="return toggle('JobClientBroker.__init__');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobClientBroker-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">connectionClass</tt><tt class="py-op">,</tt> <tt class="py-op">**</tt><tt class="py-param">kwargs</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientBroker.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobClientBroker.__init__-expanded"><a name="L322"></a><tt class="py-lineno">322</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L323"></a><tt class="py-lineno">323</tt>  <tt class="py-line"><tt class="py-docstring">        @param connectionClass: subclass of L{twisted.internet.tcp.Connection}</tt> </tt>
<a name="L324"></a><tt class="py-lineno">324</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L325"></a><tt class="py-lineno">325</tt>  <tt class="py-line">        <tt id="link-149" class="py-name"><a title="flumotion.twisted.pb" class="py-name" href="#" onclick="return doclink('link-149', 'pb', 'link-7');">pb</a></tt><tt class="py-op">.</tt><tt id="link-150" class="py-name" targets="Class twisted.spread.pb.Broker=twisted.spread.pb.Broker-class.html"><a title="twisted.spread.pb.Broker" class="py-name" href="#" onclick="return doclink('link-150', 'Broker', 'link-150');">Broker</a></tt><tt class="py-op">.</tt><tt id="link-151" class="py-name" targets="Method flumotion.admin.admin.AdminClientFactory.__init__()=flumotion.admin.admin.AdminClientFactory-class.html#__init__,Method flumotion.admin.admin.AdminModel.__init__()=flumotion.admin.admin.AdminModel-class.html#__init__,Method flumotion.admin.assistant.configurationwriter.ConfigurationWriter.__init__()=flumotion.admin.assistant.configurationwriter.ConfigurationWriter-class.html#__init__,Method flumotion.admin.assistant.models.Component.__init__()=flumotion.admin.assistant.models.Component-class.html#__init__,Method flumotion.admin.assistant.models.Consumer.__init__()=flumotion.admin.assistant.models.Consumer-class.html#__init__,Method flumotion.admin.assistant.models.HTTPPlug.__init__()=flumotion.admin.assistant.models.HTTPPlug-class.html#__init__,Method flumotion.admin.assistant.models.HTTPServer.__init__()=flumotion.admin.assistant.models.HTTPServer-class.html#__init__,Method flumotion.admin.assistant.models.Plug.__init__()=flumotion.admin.assistant.models.Plug-class.html#__init__,Method flumotion.admin.assistant.models.Porter.__init__()=flumotion.admin.assistant.models.Porter-class.html#__init__,Method flumotion.admin.assistant.save.AssistantSaver.__init__()=flumotion.admin.assistant.save.AssistantSaver-class.html#__init__,Method flumotion.admin.command.common.Exited.__init__()=flumotion.admin.command.common.Exited-class.html#__init__,Method flumotion.admin.config.AdminConfigParser.__init__()=flumotion.admin.config.AdminConfigParser-class.html#__init__,Method flumotion.admin.connections.RecentConnection.__init__()=flumotion.admin.connections.RecentConnection-class.html#__init__,Method flumotion.admin.gtk.adminwindow.AdminWindow.__init__()=flumotion.admin.gtk.adminwindow.AdminWindow-class.html#__init__,Method flumotion.admin.gtk.basesteps.AudioEncoderStep.__init__()=flumotion.admin.gtk.basesteps.AudioEncoderStep-class.html#__init__,Method flumotion.admin.gtk.basesteps.AudioProducerStep.__init__()=flumotion.admin.gtk.basesteps.AudioProducerStep-class.html#__init__,Method flumotion.admin.gtk.basesteps.VideoEncoderStep.__init__()=flumotion.admin.gtk.basesteps.VideoEncoderStep-class.html#__init__,Method flumotion.admin.gtk.basesteps.VideoProducerStep.__init__()=flumotion.admin.gtk.basesteps.VideoProducerStep-class.html#__init__,Method flumotion.admin.gtk.componentlist.ComponentList.__init__()=flumotion.admin.gtk.componentlist.ComponentList-class.html#__init__,Method flumotion.admin.gtk.componentview.ComponentView.__init__()=flumotion.admin.gtk.componentview.ComponentView-class.html#__init__,Method flumotion.admin.gtk.componentview.LabelPlaceholder.__init__()=flumotion.admin.gtk.componentview.LabelPlaceholder-class.html#__init__,Method flumotion.admin.gtk.componentview.NotebookPlaceholder.__init__()=flumotion.admin.gtk.componentview.NotebookPlaceholder-class.html#__init__,Method flumotion.admin.gtk.componentview.PlanetPlaceholder.__init__()=flumotion.admin.gtk.componentview.PlanetPlaceholder-class.html#__init__,Method flumotion.admin.gtk.configurationassistant.ConfigurationAssistant.__init__()=flumotion.admin.gtk.configurationassistant.ConfigurationAssistant-class.html#__init__,Method flumotion.admin.gtk.configurationassistant.ScenarioStep.__init__()=flumotion.admin.gtk.configurationassistant.ScenarioStep-class.html#__init__,Method flumotion.admin.gtk.connections.Authenticate.__init__()=flumotion.admin.gtk.connections.Authenticate-class.html#__init__,Method flumotion.admin.gtk.connections.Connections.__init__()=flumotion.admin.gtk.connections.Connections-class.html#__init__,Method flumotion.admin.gtk.connections.OpenConnection.__init__()=flumotion.admin.gtk.connections.OpenConnection-class.html#__init__,Method flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog.__init__()=flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog-class.html#__init__,Method flumotion.admin.gtk.dialogs.AboutDialog.__init__()=flumotion.admin.gtk.dialogs.AboutDialog-class.html#__init__,Method flumotion.admin.gtk.dialogs.ErrorDialog.__init__()=flumotion.admin.gtk.dialogs.ErrorDialog-class.html#__init__,Method flumotion.admin.gtk.dialogs.ProgressDialog.__init__()=flumotion.admin.gtk.dialogs.ProgressDialog-class.html#__init__,Method flumotion.admin.gtk.greeter.ConnectExisting.__init__()=flumotion.admin.gtk.greeter.ConnectExisting-class.html#__init__,Method flumotion.admin.gtk.greeter.Greeter.__init__()=flumotion.admin.gtk.greeter.Greeter-class.html#__init__,Method flumotion.admin.gtk.greeter.Initial.__init__()=flumotion.admin.gtk.greeter.Initial-class.html#__init__,Method flumotion.admin.gtk.message.MessageButton.__init__()=flumotion.admin.gtk.message.MessageButton-class.html#__init__,Method flumotion.admin.gtk.message.MessagesView.__init__()=flumotion.admin.gtk.message.MessagesView-class.html#__init__,Method flumotion.admin.gtk.overlaystep.Overlay.__init__()=flumotion.admin.gtk.overlaystep.Overlay-class.html#__init__,Method flumotion.admin.gtk.overlaystep.OverlayStep.__init__()=flumotion.admin.gtk.overlaystep.OverlayStep-class.html#__init__,Method flumotion.admin.gtk.statusbar.AdminStatusbar.__init__()=flumotion.admin.gtk.statusbar.AdminStatusbar-class.html#__init__,Method flumotion.admin.gtk.workerlist.WorkerList.__init__()=flumotion.admin.gtk.workerlist.WorkerList-class.html#__init__,Method flumotion.admin.gtk.workerlist.WorkerListStore.__init__()=flumotion.admin.gtk.workerlist.WorkerListStore-class.html#__init__,Method flumotion.admin.gtk.workerstep.WorkerWizardStep.__init__()=flumotion.admin.gtk.workerstep.WorkerWizardStep-class.html#__init__,Method flumotion.admin.multi.MultiAdminModel.__init__()=flumotion.admin.multi.MultiAdminModel-class.html#__init__,Method flumotion.admin.rrdmon.config.ConfigParser.__init__()=flumotion.admin.rrdmon.config.ConfigParser-class.html#__init__,Method flumotion.admin.rrdmon.rrdmon.RRDMonitor.__init__()=flumotion.admin.rrdmon.rrdmon.RRDMonitor-class.html#__init__,Method flumotion.admin.text.admin_text.BaseAdminText.__init__()=flumotion.admin.text.admin_text.BaseAdminText-class.html#__init__,Method flumotion.admin.text.greeter.AdminTextGreeter.__init__()=flumotion.admin.text.greeter.AdminTextGreeter-class.html#__init__,Method flumotion.admin.text.view.AdminTextView.__init__()=flumotion.admin.text.view.AdminTextView-class.html#__init__,Method flumotion.common.avltree.AVLTree.__init__()=flumotion.common.avltree.AVLTree-class.html#__init__,Method flumotion.common.bugreporter.BugReporter.__init__()=flumotion.common.bugreporter.BugReporter-class.html#__init__,Method flumotion.common.bundle.Bundle.__init__()=flumotion.common.bundle.Bundle-class.html#__init__,Method flumotion.common.bundle.BundledFile.__init__()=flumotion.common.bundle.BundledFile-class.html#__init__,Method flumotion.common.bundle.Bundler.__init__()=flumotion.common.bundle.Bundler-class.html#__init__,Method flumotion.common.bundle.BundlerBasket.__init__()=flumotion.common.bundle.BundlerBasket-class.html#__init__,Method flumotion.common.bundle.MergedBundler.__init__()=flumotion.common.bundle.MergedBundler-class.html#__init__,Method flumotion.common.bundle.Unbundler.__init__()=flumotion.common.bundle.Unbundler-class.html#__init__,Method flumotion.common.bundleclient.BundleLoader.__init__()=flumotion.common.bundleclient.BundleLoader-class.html#__init__,Method flumotion.common.common.InitMixin.__init__()=flumotion.common.common.InitMixin-class.html#__init__,Method flumotion.common.config.BaseConfigParser.__init__()=flumotion.common.config.BaseConfigParser-class.html#__init__,Method flumotion.common.config.ConfigEntryPlug.__init__()=flumotion.common.config.ConfigEntryPlug-class.html#__init__,Method flumotion.common.connection.PBConnectionInfo.__init__()=flumotion.common.connection.PBConnectionInfo-class.html#__init__,Method flumotion.common.dag.DAG.__init__()=flumotion.common.dag.DAG-class.html#__init__,Method flumotion.common.dag.Node.__init__()=flumotion.common.dag.Node-class.html#__init__,Method flumotion.common.debug.AllocMonitor.__init__()=flumotion.common.debug.AllocMonitor-class.html#__init__,Method flumotion.common.debug.UncollectableMonitor.__init__()=flumotion.common.debug.UncollectableMonitor-class.html#__init__,Method flumotion.common.enum.Enum.__init__()=flumotion.common.enum.Enum-class.html#__init__,Method flumotion.common.errors.NoProjectError.__init__()=flumotion.common.errors.NoProjectError-class.html#__init__,Method flumotion.common.errors.RemoteMethodError.__init__()=flumotion.common.errors.RemoteMethodError-class.html#__init__,Method flumotion.common.errors.SystemError.__init__()=flumotion.common.errors.SystemError-class.html#__init__,Method flumotion.common.eventcalendar.Calendar.__init__()=flumotion.common.eventcalendar.Calendar-class.html#__init__,Method flumotion.common.eventcalendar.Event.__init__()=flumotion.common.eventcalendar.Event-class.html#__init__,Method flumotion.common.eventcalendar.EventInstance.__init__()=flumotion.common.eventcalendar.EventInstance-class.html#__init__,Method flumotion.common.eventcalendar.EventSet.__init__()=flumotion.common.eventcalendar.EventSet-class.html#__init__,Method flumotion.common.eventcalendar.Point.__init__()=flumotion.common.eventcalendar.Point-class.html#__init__,Method flumotion.common.fxml.Box.__init__()=flumotion.common.fxml.Box-class.html#__init__,Method flumotion.common.gstreamer.StateChangeMonitor.__init__()=flumotion.common.gstreamer.StateChangeMonitor-class.html#__init__,Method flumotion.common.i18n.TranslatablePlural.__init__()=flumotion.common.i18n.TranslatablePlural-class.html#__init__,Method flumotion.common.i18n.TranslatableSingular.__init__()=flumotion.common.i18n.TranslatableSingular-class.html#__init__,Method flumotion.common.i18n.Translator.__init__()=flumotion.common.i18n.Translator-class.html#__init__,Method flumotion.common.identity.LocalIdentity.__init__()=flumotion.common.identity.LocalIdentity-class.html#__init__,Method flumotion.common.identity.RemoteIdentity.__init__()=flumotion.common.identity.RemoteIdentity-class.html#__init__,Method flumotion.common.keycards.HTTPDigestKeycard.__init__()=flumotion.common.keycards.HTTPDigestKeycard-class.html#__init__,Method flumotion.common.keycards.Keycard.__init__()=flumotion.common.keycards.Keycard-class.html#__init__,Method flumotion.common.keycards.KeycardHTTPDigest.__init__()=flumotion.common.keycards.KeycardHTTPDigest-class.html#__init__,Method flumotion.common.keycards.KeycardHTTPGetArguments.__init__()=flumotion.common.keycards.KeycardHTTPGetArguments-class.html#__init__,Method flumotion.common.keycards.KeycardToken.__init__()=flumotion.common.keycards.KeycardToken-class.html#__init__,Method flumotion.common.keycards.KeycardUACPCC.__init__()=flumotion.common.keycards.KeycardUACPCC-class.html#__init__,Method flumotion.common.keycards.KeycardUACPP.__init__()=flumotion.common.keycards.KeycardUACPP-class.html#__init__,Method flumotion.common.keycards.KeycardUASPCC.__init__()=flumotion.common.keycards.KeycardUASPCC-class.html#__init__,Method flumotion.common.managerspawner.GreeterProcessProtocol.__init__()=flumotion.common.managerspawner.GreeterProcessProtocol-class.html#__init__,Method flumotion.common.managerspawner.LocalManagerSpawner.__init__()=flumotion.common.managerspawner.LocalManagerSpawner-class.html#__init__,Method flumotion.common.manhole.SSHPublicKeyChecker.__init__()=flumotion.common.manhole.SSHPublicKeyChecker-class.html#__init__,Method flumotion.common.messages.Message.__init__()=flumotion.common.messages.Message-class.html#__init__,Method flumotion.common.messages.Result.__init__()=flumotion.common.messages.Result-class.html#__init__,Method flumotion.common.messages.TranslatablePlural.__init__()=flumotion.common.messages.TranslatablePlural-class.html#__init__,Method flumotion.common.messages.TranslatableSingular.__init__()=flumotion.common.messages.TranslatableSingular-class.html#__init__,Method flumotion.common.netutils.RoutingTable.__init__()=flumotion.common.netutils.RoutingTable-class.html#__init__,Method flumotion.common.package.Packager.__init__()=flumotion.common.package.Packager-class.html#__init__,Method flumotion.common.planet.ManagerAtmosphereState.__init__()=flumotion.common.planet.ManagerAtmosphereState-class.html#__init__,Method flumotion.common.planet.ManagerComponentState.__init__()=flumotion.common.planet.ManagerComponentState-class.html#__init__,Method flumotion.common.planet.ManagerFlowState.__init__()=flumotion.common.planet.ManagerFlowState-class.html#__init__,Method flumotion.common.planet.ManagerPlanetState.__init__()=flumotion.common.planet.ManagerPlanetState-class.html#__init__,Method flumotion.common.planet.WorkerJobState.__init__()=flumotion.common.planet.WorkerJobState-class.html#__init__,Method flumotion.common.poller.Poller.__init__()=flumotion.common.poller.Poller-class.html#__init__,Method flumotion.common.registry.ComponentRegistry.__init__()=flumotion.common.registry.ComponentRegistry-class.html#__init__,Method flumotion.common.registry.RegistryDirectory.__init__()=flumotion.common.registry.RegistryDirectory-class.html#__init__,Method flumotion.common.registry.RegistryEntryBundle.__init__()=flumotion.common.registry.RegistryEntryBundle-class.html#__init__,Method flumotion.common.registry.RegistryEntryBundleDirectory.__init__()=flumotion.common.registry.RegistryEntryBundleDirectory-class.html#__init__,Method flumotion.common.registry.RegistryEntryBundleFilename.__init__()=flumotion.common.registry.RegistryEntryBundleFilename-class.html#__init__,Method flumotion.common.registry.RegistryEntryComponent.__init__()=flumotion.common.registry.RegistryEntryComponent-class.html#__init__,Method flumotion.common.registry.RegistryEntryCompoundProperty.__init__()=flumotion.common.registry.RegistryEntryCompoundProperty-class.html#__init__,Method flumotion.common.registry.RegistryEntryEater.__init__()=flumotion.common.registry.RegistryEntryEater-class.html#__init__,Method flumotion.common.registry.RegistryEntryEntry.__init__()=flumotion.common.registry.RegistryEntryEntry-class.html#__init__,Method flumotion.common.registry.RegistryEntryFile.__init__()=flumotion.common.registry.RegistryEntryFile-class.html#__init__,Method flumotion.common.registry.RegistryEntryPlug.__init__()=flumotion.common.registry.RegistryEntryPlug-class.html#__init__,Method flumotion.common.registry.RegistryEntryProperty.__init__()=flumotion.common.registry.RegistryEntryProperty-class.html#__init__,Method flumotion.common.registry.RegistryEntryScenario.__init__()=flumotion.common.registry.RegistryEntryScenario-class.html#__init__,Method flumotion.common.registry.RegistryEntryWizard.__init__()=flumotion.common.registry.RegistryEntryWizard-class.html#__init__,Method flumotion.common.registry.RegistryEntryWizardFormat.__init__()=flumotion.common.registry.RegistryEntryWizardFormat-class.html#__init__,Method flumotion.common.registry.RegistryParser.__init__()=flumotion.common.registry.RegistryParser-class.html#__init__,Method flumotion.common.registry.RegistrySubsetWriter.__init__()=flumotion.common.registry.RegistrySubsetWriter-class.html#__init__,Method flumotion.common.registry.RegistryWriter.__init__()=flumotion.common.registry.RegistryWriter-class.html#__init__,Method flumotion.common.server.Server.__init__()=flumotion.common.server.Server-class.html#__init__,Method flumotion.common.server._ServerContextFactory.__init__()=flumotion.common.server._ServerContextFactory-class.html#__init__,Method flumotion.common.startset.StartSet.__init__()=flumotion.common.startset.StartSet-class.html#__init__,Method flumotion.common.testsuite.TestCase.__init__()=flumotion.common.testsuite.TestCase-class.html#__init__,Method flumotion.common.testsuite.TestPB.__init__()=flumotion.common.testsuite.TestPB-class.html#__init__,Method flumotion.common.vfsgio.GIODirectory.__init__()=flumotion.common.vfsgio.GIODirectory-class.html#__init__,Method flumotion.common.vfsgio.GIOFile.__init__()=flumotion.common.vfsgio.GIOFile-class.html#__init__,Method flumotion.common.vfsgnome.GnomeVFSDirectory.__init__()=flumotion.common.vfsgnome.GnomeVFSDirectory-class.html#__init__,Method flumotion.common.vfsgnome.GnomeVFSFile.__init__()=flumotion.common.vfsgnome.GnomeVFSFile-class.html#__init__,Method flumotion.common.watched.WatchedDict.__init__()=flumotion.common.watched.WatchedDict-class.html#__init__,Method flumotion.common.watched.WatchedList.__init__()=flumotion.common.watched.WatchedList-class.html#__init__,Method flumotion.common.worker.ManagerWorkerHeavenState.__init__()=flumotion.common.worker.ManagerWorkerHeavenState-class.html#__init__,Method flumotion.common.worker.ManagerWorkerState.__init__()=flumotion.common.worker.ManagerWorkerState-class.html#__init__,Method flumotion.common.worker.PortSet.__init__()=flumotion.common.worker.PortSet-class.html#__init__,Method flumotion.common.worker.ProcessProtocol.__init__()=flumotion.common.worker.ProcessProtocol-class.html#__init__,Method flumotion.common.xmlwriter.XMLWriter.__init__()=flumotion.common.xmlwriter.XMLWriter-class.html#__init__,Method flumotion.component.base.admin_gtk.BaseAdminGtk.__init__()=flumotion.component.base.admin_gtk.BaseAdminGtk-class.html#__init__,Method flumotion.component.base.admin_text.BaseAdminText.__init__()=flumotion.component.base.admin_text.BaseAdminText-class.html#__init__,Method flumotion.component.base.baseadminnode.BaseAdminGtkNode.__init__()=flumotion.component.base.baseadminnode.BaseAdminGtkNode-class.html#__init__,Method flumotion.component.base.componentnode.ComponentAdminGtkNode.__init__()=flumotion.component.base.componentnode.ComponentAdminGtkNode-class.html#__init__,Method flumotion.component.base.eatersnode.EatersAdminGtkNode.__init__()=flumotion.component.base.eatersnode.EatersAdminGtkNode-class.html#__init__,Method flumotion.component.base.effectsnode.EffectAdminGtkNode.__init__()=flumotion.component.base.effectsnode.EffectAdminGtkNode-class.html#__init__,Method flumotion.component.base.feedersnode.FeedersAdminGtkNode.__init__()=flumotion.component.base.feedersnode.FeedersAdminGtkNode-class.html#__init__,Method flumotion.component.base.http.HTTPAuthentication.__init__()=flumotion.component.base.http.HTTPAuthentication-class.html#__init__,Method flumotion.component.base.http.LogFilter.__init__()=flumotion.component.base.http.LogFilter-class.html#__init__,Method flumotion.component.base.propertiesnode.PropertiesAdminGtkNode.__init__()=flumotion.component.base.propertiesnode.PropertiesAdminGtkNode-class.html#__init__,Method flumotion.component.base.scheduler.ICalScheduler.__init__()=flumotion.component.base.scheduler.ICalScheduler-class.html#__init__,Method flumotion.component.base.scheduler.Scheduler.__init__()=flumotion.component.base.scheduler.Scheduler-class.html#__init__,Method flumotion.component.base.statewatcher.StateWatcher.__init__()=flumotion.component.base.statewatcher.StateWatcher-class.html#__init__,Method flumotion.component.base.watcher.BaseWatcher.__init__()=flumotion.component.base.watcher.BaseWatcher-class.html#__init__,Method flumotion.component.base.watcher.DirectoryWatcher.__init__()=flumotion.component.base.watcher.DirectoryWatcher-class.html#__init__,Method flumotion.component.base.watcher.FilesWatcher.__init__()=flumotion.component.base.watcher.FilesWatcher-class.html#__init__,Method flumotion.component.bouncers.plug.BouncerPlug.__init__()=flumotion.component.bouncers.plug.BouncerPlug-class.html#__init__,Method flumotion.component.bouncers.tokentest.BouncerTestTokenPlug.__init__()=flumotion.component.bouncers.tokentest.BouncerTestTokenPlug-class.html#__init__,Method flumotion.component.combiners.switch.admin_gtk.SwitchingNode.__init__()=flumotion.component.combiners.switch.admin_gtk.SwitchingNode-class.html#__init__,Method flumotion.component.component.BaseComponent.__init__()=flumotion.component.component.BaseComponent-class.html#__init__,Method flumotion.component.component.BaseComponentMedium.__init__()=flumotion.component.component.BaseComponentMedium-class.html#__init__,Method flumotion.component.component.ComponentClientFactory.__init__()=flumotion.component.component.ComponentClientFactory-class.html#__init__,Method flumotion.component.consumers.disker.admin_gtk.Point.__init__()=flumotion.component.consumers.disker.admin_gtk.Point-class.html#__init__,Method flumotion.component.consumers.disker.admin_gtk.PointList.__init__()=flumotion.component.consumers.disker.admin_gtk.PointList-class.html#__init__,Method flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode.__init__()=flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode-class.html#__init__,Method flumotion.component.consumers.httpstreamer.httpstreamer.HTTPMedium.__init__()=flumotion.component.consumers.httpstreamer.httpstreamer.HTTPMedium-class.html#__init__,Method flumotion.component.consumers.httpstreamer.httpstreamer.Stats.__init__()=flumotion.component.consumers.httpstreamer.httpstreamer.Stats-class.html#__init__,Method flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.__init__()=flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource-class.html#__init__,Method flumotion.component.converters.overlay.overlay.OverlayImageSource.__init__()=flumotion.component.converters.overlay.overlay.OverlayImageSource-class.html#__init__,Method flumotion.component.eater.Eater.__init__()=flumotion.component.eater.Eater-class.html#__init__,Method flumotion.component.effects.colorbalance.colorbalance.Colorbalance.__init__()=flumotion.component.effects.colorbalance.colorbalance.Colorbalance-class.html#__init__,Method flumotion.component.effects.volume.volume.Volume.__init__()=flumotion.component.effects.volume.volume.Volume-class.html#__init__,Method flumotion.component.encoders.dirac.wizard_gtk.DiracVideoEncoder.__init__()=flumotion.component.encoders.dirac.wizard_gtk.DiracVideoEncoder-class.html#__init__,Method flumotion.component.encoders.dirac.wizard_gtk.DiracWizardPlugin.__init__()=flumotion.component.encoders.dirac.wizard_gtk.DiracWizardPlugin-class.html#__init__,Method flumotion.component.encoders.jpeg.wizard_gtk.JPEGVideoEncoder.__init__()=flumotion.component.encoders.jpeg.wizard_gtk.JPEGVideoEncoder-class.html#__init__,Method flumotion.component.encoders.jpeg.wizard_gtk.JPEGWizardPlugin.__init__()=flumotion.component.encoders.jpeg.wizard_gtk.JPEGWizardPlugin-class.html#__init__,Method flumotion.component.encoders.mulaw.wizard_gtk.MulawWizardPlugin.__init__()=flumotion.component.encoders.mulaw.wizard_gtk.MulawWizardPlugin-class.html#__init__,Method flumotion.component.encoders.smoke.wizard_gtk.SmokeVideoEncoder.__init__()=flumotion.component.encoders.smoke.wizard_gtk.SmokeVideoEncoder-class.html#__init__,Method flumotion.component.encoders.smoke.wizard_gtk.SmokeWizardPlugin.__init__()=flumotion.component.encoders.smoke.wizard_gtk.SmokeWizardPlugin-class.html#__init__,Method flumotion.component.encoders.speex.wizard_gtk.SpeexAudioEncoder.__init__()=flumotion.component.encoders.speex.wizard_gtk.SpeexAudioEncoder-class.html#__init__,Method flumotion.component.encoders.speex.wizard_gtk.SpeexWizardPlugin.__init__()=flumotion.component.encoders.speex.wizard_gtk.SpeexWizardPlugin-class.html#__init__,Method flumotion.component.encoders.theora.wizard_gtk.TheoraVideoEncoder.__init__()=flumotion.component.encoders.theora.wizard_gtk.TheoraVideoEncoder-class.html#__init__,Method flumotion.component.encoders.theora.wizard_gtk.TheoraWizardPlugin.__init__()=flumotion.component.encoders.theora.wizard_gtk.TheoraWizardPlugin-class.html#__init__,Method flumotion.component.encoders.vorbis.wizard_gtk.VorbisAudioEncoder.__init__()=flumotion.component.encoders.vorbis.wizard_gtk.VorbisAudioEncoder-class.html#__init__,Method flumotion.component.encoders.vorbis.wizard_gtk.VorbisWizardPlugin.__init__()=flumotion.component.encoders.vorbis.wizard_gtk.VorbisWizardPlugin-class.html#__init__,Method flumotion.component.feed.FeedClientFactory.__init__()=flumotion.component.feed.FeedClientFactory-class.html#__init__,Method flumotion.component.feed.FeedMedium.__init__()=flumotion.component.feed.FeedMedium-class.html#__init__,Method flumotion.component.feedcomponent.Effect.__init__()=flumotion.component.feedcomponent.Effect-class.html#__init__,Method flumotion.component.feedcomponent.FeedComponentMedium.__init__()=flumotion.component.feedcomponent.FeedComponentMedium-class.html#__init__,Method flumotion.component.feeder.Feeder.__init__()=flumotion.component.feeder.Feeder-class.html#__init__,Method flumotion.component.feeder.FeederClient.__init__()=flumotion.component.feeder.FeederClient-class.html#__init__,Method flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode.__init__()=flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode-class.html#__init__,Method flumotion.component.misc.httpserver.admin_gtk.StatisticsAdminGtkNode.__init__()=flumotion.component.misc.httpserver.admin_gtk.StatisticsAdminGtkNode-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.CachedFile.__init__()=flumotion.component.misc.httpserver.cachedprovider.CachedFile-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.CopySession.__init__()=flumotion.component.misc.httpserver.cachedprovider.CopySession-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.CopyThread.__init__()=flumotion.component.misc.httpserver.cachedprovider.CopyThread-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.__init__()=flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.__init__()=flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.LocalPath.__init__()=flumotion.component.misc.httpserver.cachedprovider.LocalPath-class.html#__init__,Method flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.__init__()=flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate-class.html#__init__,Method flumotion.component.misc.httpserver.cachestats.CacheStatistics.__init__()=flumotion.component.misc.httpserver.cachestats.CacheStatistics-class.html#__init__,Method flumotion.component.misc.httpserver.cachestats.RequestStatistics.__init__()=flumotion.component.misc.httpserver.cachestats.RequestStatistics-class.html#__init__,Method flumotion.component.misc.httpserver.httpfile.BadRequest.__init__()=flumotion.component.misc.httpserver.httpfile.BadRequest-class.html#__init__,Method flumotion.component.misc.httpserver.httpfile.File.__init__()=flumotion.component.misc.httpserver.httpfile.File-class.html#__init__,Method flumotion.component.misc.httpserver.httpfile.FileTransfer.__init__()=flumotion.component.misc.httpserver.httpfile.FileTransfer-class.html#__init__,Method flumotion.component.misc.httpserver.httpfile.InternalServerError.__init__()=flumotion.component.misc.httpserver.httpfile.InternalServerError-class.html#__init__,Method flumotion.component.misc.httpserver.httpfile.MimedFileFactory.__init__()=flumotion.component.misc.httpserver.httpfile.MimedFileFactory-class.html#__init__,Method flumotion.component.misc.httpserver.httpserver.CancellableRequest.__init__()=flumotion.component.misc.httpserver.httpserver.CancellableRequest-class.html#__init__,Method flumotion.component.misc.httpserver.httpserver.HTTPFileMedium.__init__()=flumotion.component.misc.httpserver.httpserver.HTTPFileMedium-class.html#__init__,Method flumotion.component.misc.httpserver.httpserver.Site.__init__()=flumotion.component.misc.httpserver.httpserver.Site-class.html#__init__,Method flumotion.component.misc.httpserver.httpserver.StatisticsUpdater.__init__()=flumotion.component.misc.httpserver.httpserver.StatisticsUpdater-class.html#__init__,Method flumotion.component.misc.httpserver.localpath.LocalPath.__init__()=flumotion.component.misc.httpserver.localpath.LocalPath-class.html#__init__,Method flumotion.component.misc.httpserver.localprovider.FileProviderLocalPlug.__init__()=flumotion.component.misc.httpserver.localprovider.FileProviderLocalPlug-class.html#__init__,Method flumotion.component.misc.httpserver.localprovider.LocalFile.__init__()=flumotion.component.misc.httpserver.localprovider.LocalFile-class.html#__init__,Method flumotion.component.misc.httpserver.ratecontrol.RateControllerFixedPlug.__init__()=flumotion.component.misc.httpserver.ratecontrol.RateControllerFixedPlug-class.html#__init__,Method flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.__init__()=flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer-class.html#__init__,Method flumotion.component.misc.httpserver.serverstats.RequestStatistics.__init__()=flumotion.component.misc.httpserver.serverstats.RequestStatistics-class.html#__init__,Method flumotion.component.misc.httpserver.serverstats.ServerStatistics.__init__()=flumotion.component.misc.httpserver.serverstats.ServerStatistics-class.html#__init__,Method flumotion.component.misc.porter.porter.PorterAvatar.__init__()=flumotion.component.misc.porter.porter.PorterAvatar-class.html#__init__,Method flumotion.component.misc.porter.porter.PorterProtocol.__init__()=flumotion.component.misc.porter.porter.PorterProtocol-class.html#__init__,Method flumotion.component.misc.porter.porter.PorterProtocolFactory.__init__()=flumotion.component.misc.porter.porter.PorterProtocolFactory-class.html#__init__,Method flumotion.component.misc.porter.porter.PorterRealm.__init__()=flumotion.component.misc.porter.porter.PorterRealm-class.html#__init__,Method flumotion.component.misc.porter.porterclient.FDPorterServer.__init__()=flumotion.component.misc.porter.porterclient.FDPorterServer-class.html#__init__,Method flumotion.component.misc.porter.porterclient.HTTPPorterClientFactory.__init__()=flumotion.component.misc.porter.porterclient.HTTPPorterClientFactory-class.html#__init__,Method flumotion.component.misc.porter.porterclient.PorterClientFactory.__init__()=flumotion.component.misc.porter.porterclient.PorterClientFactory-class.html#__init__,Method flumotion.component.padmonitor.EaterPadMonitor.__init__()=flumotion.component.padmonitor.EaterPadMonitor-class.html#__init__,Method flumotion.component.padmonitor.PadMonitor.__init__()=flumotion.component.padmonitor.PadMonitor-class.html#__init__,Method flumotion.component.padmonitor.PadMonitorSet.__init__()=flumotion.component.padmonitor.PadMonitorSet-class.html#__init__,Method flumotion.component.plugs.base.Plug.__init__()=flumotion.component.plugs.base.Plug-class.html#__init__,Method flumotion.component.plugs.cortado.cortado.CortadoDirectoryResource.__init__()=flumotion.component.plugs.cortado.cortado.CortadoDirectoryResource-class.html#__init__,Method flumotion.component.plugs.cortado.wizard_gtk.CortadoHTTPServer.__init__()=flumotion.component.plugs.cortado.wizard_gtk.CortadoHTTPServer-class.html#__init__,Method flumotion.component.plugs.cortado.wizard_gtk.CortadoWizardPlugin.__init__()=flumotion.component.plugs.cortado.wizard_gtk.CortadoWizardPlugin-class.html#__init__,Method flumotion.component.plugs.manhole.ManagerManholePlug.__init__()=flumotion.component.plugs.manhole.ManagerManholePlug-class.html#__init__,Method flumotion.component.producers.audiotest.wizard_gtk.AudioTestWizardPlugin.__init__()=flumotion.component.producers.audiotest.wizard_gtk.AudioTestWizardPlugin-class.html#__init__,Method flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducer.__init__()=flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducer-class.html#__init__,Method flumotion.component.producers.bttv.wizard_gtk.BTTVWizardPlugin.__init__()=flumotion.component.producers.bttv.wizard_gtk.BTTVWizardPlugin-class.html#__init__,Method flumotion.component.producers.bttv.wizard_gtk.TVCardProducer.__init__()=flumotion.component.producers.bttv.wizard_gtk.TVCardProducer-class.html#__init__,Method flumotion.component.producers.bttv.wizard_gtk.TVCardStep.__init__()=flumotion.component.producers.bttv.wizard_gtk.TVCardStep-class.html#__init__,Method flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.__init__()=flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep-class.html#__init__,Method flumotion.component.producers.firewire.wizard_gtk.FireWireProducer.__init__()=flumotion.component.producers.firewire.wizard_gtk.FireWireProducer-class.html#__init__,Method flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.__init__()=flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep-class.html#__init__,Method flumotion.component.producers.firewire.wizard_gtk.FireWireWizardPlugin.__init__()=flumotion.component.producers.firewire.wizard_gtk.FireWireWizardPlugin-class.html#__init__,Method flumotion.component.producers.firewire.wizard_gtk._FireWireCommon.__init__()=flumotion.component.producers.firewire.wizard_gtk._FireWireCommon-class.html#__init__,Method flumotion.component.producers.looper.looper.LooperMedium.__init__()=flumotion.component.producers.looper.looper.LooperMedium-class.html#__init__,Method flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.__init__()=flumotion.component.producers.looper.wizard_gtk.LoopAudioStep-class.html#__init__,Method flumotion.component.producers.looper.wizard_gtk.LoopProducer.__init__()=flumotion.component.producers.looper.wizard_gtk.LoopProducer-class.html#__init__,Method flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.__init__()=flumotion.component.producers.looper.wizard_gtk.LoopVideoStep-class.html#__init__,Method flumotion.component.producers.looper.wizard_gtk.LoopWizardPlugin.__init__()=flumotion.component.producers.looper.wizard_gtk.LoopWizardPlugin-class.html#__init__,Method flumotion.component.producers.looper.wizard_gtk._LoopCommon.__init__()=flumotion.component.producers.looper.wizard_gtk._LoopCommon-class.html#__init__,Method flumotion.component.producers.playlist.playlist.PlaylistProducerMedium.__init__()=flumotion.component.producers.playlist.playlist.PlaylistProducerMedium-class.html#__init__,Method flumotion.component.producers.playlist.playlistparser.Playlist.__init__()=flumotion.component.producers.playlist.playlistparser.Playlist-class.html#__init__,Method flumotion.component.producers.playlist.playlistparser.PlaylistItem.__init__()=flumotion.component.producers.playlist.playlistparser.PlaylistItem-class.html#__init__,Method flumotion.component.producers.playlist.playlistparser.PlaylistParser.__init__()=flumotion.component.producers.playlist.playlistparser.PlaylistParser-class.html#__init__,Method flumotion.component.producers.playlist.singledecodebin.SingleDecodeBin.__init__()=flumotion.component.producers.playlist.singledecodebin.SingleDecodeBin-class.html#__init__,Method flumotion.component.producers.playlist.smartscale.SmartVideoScale.__init__()=flumotion.component.producers.playlist.smartscale.SmartVideoScale-class.html#__init__,Method flumotion.component.producers.soundcard.wizard_gtk.SoundcardProducer.__init__()=flumotion.component.producers.soundcard.wizard_gtk.SoundcardProducer-class.html#__init__,Method flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.__init__()=flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep-class.html#__init__,Method flumotion.component.producers.soundcard.wizard_gtk.SoundcardWizardPlugin.__init__()=flumotion.component.producers.soundcard.wizard_gtk.SoundcardWizardPlugin-class.html#__init__,Method flumotion.component.producers.unixdomain.unixdomain.UnixDomainDumbFactory.__init__()=flumotion.component.producers.unixdomain.unixdomain.UnixDomainDumbFactory-class.html#__init__,Method flumotion.component.producers.videotest.wizard_gtk.TestVideoProducer.__init__()=flumotion.component.producers.videotest.wizard_gtk.TestVideoProducer-class.html#__init__,Method flumotion.component.producers.videotest.wizard_gtk.VideoTestWizardPlugin.__init__()=flumotion.component.producers.videotest.wizard_gtk.VideoTestWizardPlugin-class.html#__init__,Method flumotion.component.producers.webcam.wizard_gtk.WebcamProducer.__init__()=flumotion.component.producers.webcam.wizard_gtk.WebcamProducer-class.html#__init__,Method flumotion.component.producers.webcam.wizard_gtk.WebcamStep.__init__()=flumotion.component.producers.webcam.wizard_gtk.WebcamStep-class.html#__init__,Method flumotion.component.producers.webcam.wizard_gtk.WebcamWizardPlugin.__init__()=flumotion.component.producers.webcam.wizard_gtk.WebcamWizardPlugin-class.html#__init__,Method flumotion.extern.code.Completer.__init__()=flumotion.extern.code.Completer-class.html#__init__,Method flumotion.extern.code.GtkInterpreter.__init__()=flumotion.extern.code.GtkInterpreter-class.html#__init__,Method flumotion.extern.command.command.Command.__init__()=flumotion.extern.command.command.Command-class.html#__init__,Method flumotion.extern.command.command.CommandError.__init__()=flumotion.extern.command.command.CommandError-class.html#__init__,Method flumotion.extern.command.command.CommandExited.__init__()=flumotion.extern.command.command.CommandExited-class.html#__init__,Method flumotion.extern.command.command.CommandOk.__init__()=flumotion.extern.command.command.CommandOk-class.html#__init__,Method flumotion.extern.exceptiondialog.ExceptionDialog.__init__()=flumotion.extern.exceptiondialog.ExceptionDialog-class.html#__init__,Method flumotion.extern.exceptiondialog.TracebackViewer.__init__()=flumotion.extern.exceptiondialog.TracebackViewer-class.html#__init__,Method flumotion.extern.log.log.TwistedLogObserver.__init__()=flumotion.extern.log.log.TwistedLogObserver-class.html#__init__,Method flumotion.extern.log.termcolor.ProgressBar.__init__()=flumotion.extern.log.termcolor.ProgressBar-class.html#__init__,Method flumotion.extern.log.termcolor.TerminalController.__init__()=flumotion.extern.log.termcolor.TerminalController-class.html#__init__,Method flumotion.job.job.JobClientBroker.__init__()=flumotion.job.job.JobClientBroker-class.html#__init__,Method flumotion.job.job.JobClientFactory.__init__()=flumotion.job.job.JobClientFactory-class.html#__init__,Method flumotion.job.job.JobMedium.__init__()=flumotion.job.job.JobMedium-class.html#__init__,Method flumotion.launch.main.ComponentWrapper.__init__()=flumotion.launch.main.ComponentWrapper-class.html#__init__,Method flumotion.launch.parse.Component.__init__()=flumotion.launch.parse.Component-class.html#__init__,Method flumotion.launch.parse.ComponentStore.__init__()=flumotion.launch.parse.ComponentStore-class.html#__init__,Method flumotion.launch.parse.Linker.__init__()=flumotion.launch.parse.Linker-class.html#__init__,Method flumotion.manager.base.ManagerAvatar.__init__()=flumotion.manager.base.ManagerAvatar-class.html#__init__,Method flumotion.manager.base.ManagerHeaven.__init__()=flumotion.manager.base.ManagerHeaven-class.html#__init__,Method flumotion.manager.component.ComponentAvatar.__init__()=flumotion.manager.component.ComponentAvatar-class.html#__init__,Method flumotion.manager.component.ComponentHeaven.__init__()=flumotion.manager.component.ComponentHeaven-class.html#__init__,Method flumotion.manager.component.FeedMap.__init__()=flumotion.manager.component.FeedMap-class.html#__init__,Method flumotion.manager.config.ConfigEntryAtmosphere.__init__()=flumotion.manager.config.ConfigEntryAtmosphere-class.html#__init__,Method flumotion.manager.config.ConfigEntryComponent.__init__()=flumotion.manager.config.ConfigEntryComponent-class.html#__init__,Method flumotion.manager.config.ConfigEntryFlow.__init__()=flumotion.manager.config.ConfigEntryFlow-class.html#__init__,Method flumotion.manager.config.ConfigEntryManager.__init__()=flumotion.manager.config.ConfigEntryManager-class.html#__init__,Method flumotion.manager.config.ManagerConfigParser.__init__()=flumotion.manager.config.ManagerConfigParser-class.html#__init__,Method flumotion.manager.config.PlanetConfigParser.__init__()=flumotion.manager.config.PlanetConfigParser-class.html#__init__,Method flumotion.manager.config.PlanetXMLWriter.__init__()=flumotion.manager.config.PlanetXMLWriter-class.html#__init__,Method flumotion.manager.manager.ComponentMapper.__init__()=flumotion.manager.manager.ComponentMapper-class.html#__init__,Method flumotion.manager.manager.Dispatcher.__init__()=flumotion.manager.manager.Dispatcher-class.html#__init__,Method flumotion.manager.manager.Vishnu.__init__()=flumotion.manager.manager.Vishnu-class.html#__init__,Method flumotion.manager.worker.WorkerAvatar.__init__()=flumotion.manager.worker.WorkerAvatar-class.html#__init__,Method flumotion.manager.worker.WorkerHeaven.__init__()=flumotion.manager.worker.WorkerHeaven-class.html#__init__,Method flumotion.service.service.Servicer.__init__()=flumotion.service.service.Servicer-class.html#__init__,Method flumotion.twisted.checkers.CryptChecker.__init__()=flumotion.twisted.checkers.CryptChecker-class.html#__init__,Method flumotion.twisted.checkers.FlexibleCredentialsChecker.__init__()=flumotion.twisted.checkers.FlexibleCredentialsChecker-class.html#__init__,Method flumotion.twisted.checkers.Sha256Checker.__init__()=flumotion.twisted.checkers.Sha256Checker-class.html#__init__,Method flumotion.twisted.credentials.HTTPDigestChallenger.__init__()=flumotion.twisted.credentials.HTTPDigestChallenger-class.html#__init__,Method flumotion.twisted.credentials.HTTPGetArguments.__init__()=flumotion.twisted.credentials.HTTPGetArguments-class.html#__init__,Method flumotion.twisted.credentials.Token.__init__()=flumotion.twisted.credentials.Token-class.html#__init__,Method flumotion.twisted.credentials.Username.__init__()=flumotion.twisted.credentials.Username-class.html#__init__,Method flumotion.twisted.credentials.UsernameCryptPasswordCrypt.__init__()=flumotion.twisted.credentials.UsernameCryptPasswordCrypt-class.html#__init__,Method flumotion.twisted.credentials.UsernameCryptPasswordCryptChallenger.__init__()=flumotion.twisted.credentials.UsernameCryptPasswordCryptChallenger-class.html#__init__,Method flumotion.twisted.credentials.UsernameCryptPasswordPlaintext.__init__()=flumotion.twisted.credentials.UsernameCryptPasswordPlaintext-class.html#__init__,Method flumotion.twisted.credentials.UsernameSha256PasswordCryptChallenger.__init__()=flumotion.twisted.credentials.UsernameSha256PasswordCryptChallenger-class.html#__init__,Method flumotion.twisted.defer.Resolution.__init__()=flumotion.twisted.defer.Resolution-class.html#__init__,Method flumotion.twisted.defer.RetryingDeferred.__init__()=flumotion.twisted.defer.RetryingDeferred-class.html#__init__,Method flumotion.twisted.fdserver.FDPassingBroker.__init__()=flumotion.twisted.fdserver.FDPassingBroker-class.html#__init__,Method flumotion.twisted.flavors.StateCacheable.__init__()=flumotion.twisted.flavors.StateCacheable-class.html#__init__,Method flumotion.twisted.flavors.StateRemoteCache.__init__()=flumotion.twisted.flavors.StateRemoteCache-class.html#__init__,Method flumotion.twisted.integration.CommandNotFoundException.__init__()=flumotion.twisted.integration.CommandNotFoundException-class.html#__init__,Method flumotion.twisted.integration.Plan.__init__()=flumotion.twisted.integration.Plan-class.html#__init__,Method flumotion.twisted.integration.PlanExecutor.__init__()=flumotion.twisted.integration.PlanExecutor-class.html#__init__,Method flumotion.twisted.integration.Process.__init__()=flumotion.twisted.integration.Process-class.html#__init__,Method flumotion.twisted.integration.ProcessProtocol.__init__()=flumotion.twisted.integration.ProcessProtocol-class.html#__init__,Method flumotion.twisted.integration.ProcessesStillRunningException.__init__()=flumotion.twisted.integration.ProcessesStillRunningException-class.html#__init__,Method flumotion.twisted.integration.TimeoutException.__init__()=flumotion.twisted.integration.TimeoutException-class.html#__init__,Method flumotion.twisted.integration.UnexpectedExitCodeException.__init__()=flumotion.twisted.integration.UnexpectedExitCodeException-class.html#__init__,Method flumotion.twisted.integration.UnexpectedExitException.__init__()=flumotion.twisted.integration.UnexpectedExitException-class.html#__init__,Method flumotion.twisted.pb.Authenticator.__init__()=flumotion.twisted.pb.Authenticator-class.html#__init__,Method flumotion.twisted.pb.Avatar.__init__()=flumotion.twisted.pb.Avatar-class.html#__init__,Method flumotion.twisted.pb.ReconnectingFPBClientFactory.__init__()=flumotion.twisted.pb.ReconnectingFPBClientFactory-class.html#__init__,Method flumotion.twisted.pb.ReconnectingPBClientFactory.__init__()=flumotion.twisted.pb.ReconnectingPBClientFactory-class.html#__init__,Method flumotion.twisted.pb.RemoteAuthenticator.__init__()=flumotion.twisted.pb.RemoteAuthenticator-class.html#__init__,Method flumotion.twisted.pb._BouncerWrapper.__init__()=flumotion.twisted.pb._BouncerWrapper-class.html#__init__,Method flumotion.twisted.pb._FPortalRoot.__init__()=flumotion.twisted.pb._FPortalRoot-class.html#__init__,Method flumotion.twisted.portal.BouncerPortal.__init__()=flumotion.twisted.portal.BouncerPortal-class.html#__init__,Method flumotion.twisted.rtsp.ErrorResource.__init__()=flumotion.twisted.rtsp.ErrorResource-class.html#__init__,Method flumotion.twisted.rtsp.NoResource.__init__()=flumotion.twisted.rtsp.NoResource-class.html#__init__,Method flumotion.worker.base.BaseJobAvatar.__init__()=flumotion.worker.base.BaseJobAvatar-class.html#__init__,Method flumotion.worker.base.BaseJobHeaven.__init__()=flumotion.worker.base.BaseJobHeaven-class.html#__init__,Method flumotion.worker.base.JobInfo.__init__()=flumotion.worker.base.JobInfo-class.html#__init__,Method flumotion.worker.base.JobProcessProtocol.__init__()=flumotion.worker.base.JobProcessProtocol-class.html#__init__,Method flumotion.worker.checks.check.CheckProcError.__init__()=flumotion.worker.checks.check.CheckProcError-class.html#__init__,Method flumotion.worker.config.ConfigEntryAuthentication.__init__()=flumotion.worker.config.ConfigEntryAuthentication-class.html#__init__,Method flumotion.worker.config.ConfigEntryManager.__init__()=flumotion.worker.config.ConfigEntryManager-class.html#__init__,Method flumotion.worker.config.WorkerConfigXML.__init__()=flumotion.worker.config.WorkerConfigXML-class.html#__init__,Method flumotion.worker.feedserver.FeedAvatar.__init__()=flumotion.worker.feedserver.FeedAvatar-class.html#__init__,Method flumotion.worker.feedserver.FeedServer.__init__()=flumotion.worker.feedserver.FeedServer-class.html#__init__,Method flumotion.worker.job.CheckJobHeaven.__init__()=flumotion.worker.job.CheckJobHeaven-class.html#__init__,Method flumotion.worker.job.ComponentJobInfo.__init__()=flumotion.worker.job.ComponentJobInfo-class.html#__init__,Method flumotion.worker.medium.WorkerClientFactory.__init__()=flumotion.worker.medium.WorkerClientFactory-class.html#__init__,Method flumotion.worker.medium.WorkerMedium.__init__()=flumotion.worker.medium.WorkerMedium-class.html#__init__,Method flumotion.worker.worker.ProxyBouncer.__init__()=flumotion.worker.worker.ProxyBouncer-class.html#__init__,Method flumotion.worker.worker.WorkerBrain.__init__()=flumotion.worker.worker.WorkerBrain-class.html#__init__"><a title="flumotion.admin.admin.AdminClientFactory.__init__
flumotion.admin.admin.AdminModel.__init__
flumotion.admin.assistant.configurationwriter.ConfigurationWriter.__init__
flumotion.admin.assistant.models.Component.__init__
flumotion.admin.assistant.models.Consumer.__init__
flumotion.admin.assistant.models.HTTPPlug.__init__
flumotion.admin.assistant.models.HTTPServer.__init__
flumotion.admin.assistant.models.Plug.__init__
flumotion.admin.assistant.models.Porter.__init__
flumotion.admin.assistant.save.AssistantSaver.__init__
flumotion.admin.command.common.Exited.__init__
flumotion.admin.config.AdminConfigParser.__init__
flumotion.admin.connections.RecentConnection.__init__
flumotion.admin.gtk.adminwindow.AdminWindow.__init__
flumotion.admin.gtk.basesteps.AudioEncoderStep.__init__
flumotion.admin.gtk.basesteps.AudioProducerStep.__init__
flumotion.admin.gtk.basesteps.VideoEncoderStep.__init__
flumotion.admin.gtk.basesteps.VideoProducerStep.__init__
flumotion.admin.gtk.componentlist.ComponentList.__init__
flumotion.admin.gtk.componentview.ComponentView.__init__
flumotion.admin.gtk.componentview.LabelPlaceholder.__init__
flumotion.admin.gtk.componentview.NotebookPlaceholder.__init__
flumotion.admin.gtk.componentview.PlanetPlaceholder.__init__
flumotion.admin.gtk.configurationassistant.ConfigurationAssistant.__init__
flumotion.admin.gtk.configurationassistant.ScenarioStep.__init__
flumotion.admin.gtk.connections.Authenticate.__init__
flumotion.admin.gtk.connections.Connections.__init__
flumotion.admin.gtk.connections.OpenConnection.__init__
flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog.__init__
flumotion.admin.gtk.dialogs.AboutDialog.__init__
flumotion.admin.gtk.dialogs.ErrorDialog.__init__
flumotion.admin.gtk.dialogs.ProgressDialog.__init__
flumotion.admin.gtk.greeter.ConnectExisting.__init__
flumotion.admin.gtk.greeter.Greeter.__init__
flumotion.admin.gtk.greeter.Initial.__init__
flumotion.admin.gtk.message.MessageButton.__init__
flumotion.admin.gtk.message.MessagesView.__init__
flumotion.admin.gtk.overlaystep.Overlay.__init__
flumotion.admin.gtk.overlaystep.OverlayStep.__init__
flumotion.admin.gtk.statusbar.AdminStatusbar.__init__
flumotion.admin.gtk.workerlist.WorkerList.__init__
flumotion.admin.gtk.workerlist.WorkerListStore.__init__
flumotion.admin.gtk.workerstep.WorkerWizardStep.__init__
flumotion.admin.multi.MultiAdminModel.__init__
flumotion.admin.rrdmon.config.ConfigParser.__init__
flumotion.admin.rrdmon.rrdmon.RRDMonitor.__init__
flumotion.admin.text.admin_text.BaseAdminText.__init__
flumotion.admin.text.greeter.AdminTextGreeter.__init__
flumotion.admin.text.view.AdminTextView.__init__
flumotion.common.avltree.AVLTree.__init__
flumotion.common.bugreporter.BugReporter.__init__
flumotion.common.bundle.Bundle.__init__
flumotion.common.bundle.BundledFile.__init__
flumotion.common.bundle.Bundler.__init__
flumotion.common.bundle.BundlerBasket.__init__
flumotion.common.bundle.MergedBundler.__init__
flumotion.common.bundle.Unbundler.__init__
flumotion.common.bundleclient.BundleLoader.__init__
flumotion.common.common.InitMixin.__init__
flumotion.common.config.BaseConfigParser.__init__
flumotion.common.config.ConfigEntryPlug.__init__
flumotion.common.connection.PBConnectionInfo.__init__
flumotion.common.dag.DAG.__init__
flumotion.common.dag.Node.__init__
flumotion.common.debug.AllocMonitor.__init__
flumotion.common.debug.UncollectableMonitor.__init__
flumotion.common.enum.Enum.__init__
flumotion.common.errors.NoProjectError.__init__
flumotion.common.errors.RemoteMethodError.__init__
flumotion.common.errors.SystemError.__init__
flumotion.common.eventcalendar.Calendar.__init__
flumotion.common.eventcalendar.Event.__init__
flumotion.common.eventcalendar.EventInstance.__init__
flumotion.common.eventcalendar.EventSet.__init__
flumotion.common.eventcalendar.Point.__init__
flumotion.common.fxml.Box.__init__
flumotion.common.gstreamer.StateChangeMonitor.__init__
flumotion.common.i18n.TranslatablePlural.__init__
flumotion.common.i18n.TranslatableSingular.__init__
flumotion.common.i18n.Translator.__init__
flumotion.common.identity.LocalIdentity.__init__
flumotion.common.identity.RemoteIdentity.__init__
flumotion.common.keycards.HTTPDigestKeycard.__init__
flumotion.common.keycards.Keycard.__init__
flumotion.common.keycards.KeycardHTTPDigest.__init__
flumotion.common.keycards.KeycardHTTPGetArguments.__init__
flumotion.common.keycards.KeycardToken.__init__
flumotion.common.keycards.KeycardUACPCC.__init__
flumotion.common.keycards.KeycardUACPP.__init__
flumotion.common.keycards.KeycardUASPCC.__init__
flumotion.common.managerspawner.GreeterProcessProtocol.__init__
flumotion.common.managerspawner.LocalManagerSpawner.__init__
flumotion.common.manhole.SSHPublicKeyChecker.__init__
flumotion.common.messages.Message.__init__
flumotion.common.messages.Result.__init__
flumotion.common.messages.TranslatablePlural.__init__
flumotion.common.messages.TranslatableSingular.__init__
flumotion.common.netutils.RoutingTable.__init__
flumotion.common.package.Packager.__init__
flumotion.common.planet.ManagerAtmosphereState.__init__
flumotion.common.planet.ManagerComponentState.__init__
flumotion.common.planet.ManagerFlowState.__init__
flumotion.common.planet.ManagerPlanetState.__init__
flumotion.common.planet.WorkerJobState.__init__
flumotion.common.poller.Poller.__init__
flumotion.common.registry.ComponentRegistry.__init__
flumotion.common.registry.RegistryDirectory.__init__
flumotion.common.registry.RegistryEntryBundle.__init__
flumotion.common.registry.RegistryEntryBundleDirectory.__init__
flumotion.common.registry.RegistryEntryBundleFilename.__init__
flumotion.common.registry.RegistryEntryComponent.__init__
flumotion.common.registry.RegistryEntryCompoundProperty.__init__
flumotion.common.registry.RegistryEntryEater.__init__
flumotion.common.registry.RegistryEntryEntry.__init__
flumotion.common.registry.RegistryEntryFile.__init__
flumotion.common.registry.RegistryEntryPlug.__init__
flumotion.common.registry.RegistryEntryProperty.__init__
flumotion.common.registry.RegistryEntryScenario.__init__
flumotion.common.registry.RegistryEntryWizard.__init__
flumotion.common.registry.RegistryEntryWizardFormat.__init__
flumotion.common.registry.RegistryParser.__init__
flumotion.common.registry.RegistrySubsetWriter.__init__
flumotion.common.registry.RegistryWriter.__init__
flumotion.common.server.Server.__init__
flumotion.common.server._ServerContextFactory.__init__
flumotion.common.startset.StartSet.__init__
flumotion.common.testsuite.TestCase.__init__
flumotion.common.testsuite.TestPB.__init__
flumotion.common.vfsgio.GIODirectory.__init__
flumotion.common.vfsgio.GIOFile.__init__
flumotion.common.vfsgnome.GnomeVFSDirectory.__init__
flumotion.common.vfsgnome.GnomeVFSFile.__init__
flumotion.common.watched.WatchedDict.__init__
flumotion.common.watched.WatchedList.__init__
flumotion.common.worker.ManagerWorkerHeavenState.__init__
flumotion.common.worker.ManagerWorkerState.__init__
flumotion.common.worker.PortSet.__init__
flumotion.common.worker.ProcessProtocol.__init__
flumotion.common.xmlwriter.XMLWriter.__init__
flumotion.component.base.admin_gtk.BaseAdminGtk.__init__
flumotion.component.base.admin_text.BaseAdminText.__init__
flumotion.component.base.baseadminnode.BaseAdminGtkNode.__init__
flumotion.component.base.componentnode.ComponentAdminGtkNode.__init__
flumotion.component.base.eatersnode.EatersAdminGtkNode.__init__
flumotion.component.base.effectsnode.EffectAdminGtkNode.__init__
flumotion.component.base.feedersnode.FeedersAdminGtkNode.__init__
flumotion.component.base.http.HTTPAuthentication.__init__
flumotion.component.base.http.LogFilter.__init__
flumotion.component.base.propertiesnode.PropertiesAdminGtkNode.__init__
flumotion.component.base.scheduler.ICalScheduler.__init__
flumotion.component.base.scheduler.Scheduler.__init__
flumotion.component.base.statewatcher.StateWatcher.__init__
flumotion.component.base.watcher.BaseWatcher.__init__
flumotion.component.base.watcher.DirectoryWatcher.__init__
flumotion.component.base.watcher.FilesWatcher.__init__
flumotion.component.bouncers.plug.BouncerPlug.__init__
flumotion.component.bouncers.tokentest.BouncerTestTokenPlug.__init__
flumotion.component.combiners.switch.admin_gtk.SwitchingNode.__init__
flumotion.component.component.BaseComponent.__init__
flumotion.component.component.BaseComponentMedium.__init__
flumotion.component.component.ComponentClientFactory.__init__
flumotion.component.consumers.disker.admin_gtk.Point.__init__
flumotion.component.consumers.disker.admin_gtk.PointList.__init__
flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode.__init__
flumotion.component.consumers.httpstreamer.httpstreamer.HTTPMedium.__init__
flumotion.component.consumers.httpstreamer.httpstreamer.Stats.__init__
flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.__init__
flumotion.component.converters.overlay.overlay.OverlayImageSource.__init__
flumotion.component.eater.Eater.__init__
flumotion.component.effects.colorbalance.colorbalance.Colorbalance.__init__
flumotion.component.effects.volume.volume.Volume.__init__
flumotion.component.encoders.dirac.wizard_gtk.DiracVideoEncoder.__init__
flumotion.component.encoders.dirac.wizard_gtk.DiracWizardPlugin.__init__
flumotion.component.encoders.jpeg.wizard_gtk.JPEGVideoEncoder.__init__
flumotion.component.encoders.jpeg.wizard_gtk.JPEGWizardPlugin.__init__
flumotion.component.encoders.mulaw.wizard_gtk.MulawWizardPlugin.__init__
flumotion.component.encoders.smoke.wizard_gtk.SmokeVideoEncoder.__init__
flumotion.component.encoders.smoke.wizard_gtk.SmokeWizardPlugin.__init__
flumotion.component.encoders.speex.wizard_gtk.SpeexAudioEncoder.__init__
flumotion.component.encoders.speex.wizard_gtk.SpeexWizardPlugin.__init__
flumotion.component.encoders.theora.wizard_gtk.TheoraVideoEncoder.__init__
flumotion.component.encoders.theora.wizard_gtk.TheoraWizardPlugin.__init__
flumotion.component.encoders.vorbis.wizard_gtk.VorbisAudioEncoder.__init__
flumotion.component.encoders.vorbis.wizard_gtk.VorbisWizardPlugin.__init__
flumotion.component.feed.FeedClientFactory.__init__
flumotion.component.feed.FeedMedium.__init__
flumotion.component.feedcomponent.Effect.__init__
flumotion.component.feedcomponent.FeedComponentMedium.__init__
flumotion.component.feeder.Feeder.__init__
flumotion.component.feeder.FeederClient.__init__
flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode.__init__
flumotion.component.misc.httpserver.admin_gtk.StatisticsAdminGtkNode.__init__
flumotion.component.misc.httpserver.cachedprovider.CachedFile.__init__
flumotion.component.misc.httpserver.cachedprovider.CopySession.__init__
flumotion.component.misc.httpserver.cachedprovider.CopyThread.__init__
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.__init__
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.__init__
flumotion.component.misc.httpserver.cachedprovider.LocalPath.__init__
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.__init__
flumotion.component.misc.httpserver.cachestats.CacheStatistics.__init__
flumotion.component.misc.httpserver.cachestats.RequestStatistics.__init__
flumotion.component.misc.httpserver.httpfile.BadRequest.__init__
flumotion.component.misc.httpserver.httpfile.File.__init__
flumotion.component.misc.httpserver.httpfile.FileTransfer.__init__
flumotion.component.misc.httpserver.httpfile.InternalServerError.__init__
flumotion.component.misc.httpserver.httpfile.MimedFileFactory.__init__
flumotion.component.misc.httpserver.httpserver.CancellableRequest.__init__
flumotion.component.misc.httpserver.httpserver.HTTPFileMedium.__init__
flumotion.component.misc.httpserver.httpserver.Site.__init__
flumotion.component.misc.httpserver.httpserver.StatisticsUpdater.__init__
flumotion.component.misc.httpserver.localpath.LocalPath.__init__
flumotion.component.misc.httpserver.localprovider.FileProviderLocalPlug.__init__
flumotion.component.misc.httpserver.localprovider.LocalFile.__init__
flumotion.component.misc.httpserver.ratecontrol.RateControllerFixedPlug.__init__
flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.__init__
flumotion.component.misc.httpserver.serverstats.RequestStatistics.__init__
flumotion.component.misc.httpserver.serverstats.ServerStatistics.__init__
flumotion.component.misc.porter.porter.PorterAvatar.__init__
flumotion.component.misc.porter.porter.PorterProtocol.__init__
flumotion.component.misc.porter.porter.PorterProtocolFactory.__init__
flumotion.component.misc.porter.porter.PorterRealm.__init__
flumotion.component.misc.porter.porterclient.FDPorterServer.__init__
flumotion.component.misc.porter.porterclient.HTTPPorterClientFactory.__init__
flumotion.component.misc.porter.porterclient.PorterClientFactory.__init__
flumotion.component.padmonitor.EaterPadMonitor.__init__
flumotion.component.padmonitor.PadMonitor.__init__
flumotion.component.padmonitor.PadMonitorSet.__init__
flumotion.component.plugs.base.Plug.__init__
flumotion.component.plugs.cortado.cortado.CortadoDirectoryResource.__init__
flumotion.component.plugs.cortado.wizard_gtk.CortadoHTTPServer.__init__
flumotion.component.plugs.cortado.wizard_gtk.CortadoWizardPlugin.__init__
flumotion.component.plugs.manhole.ManagerManholePlug.__init__
flumotion.component.producers.audiotest.wizard_gtk.AudioTestWizardPlugin.__init__
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducer.__init__
flumotion.component.producers.bttv.wizard_gtk.BTTVWizardPlugin.__init__
flumotion.component.producers.bttv.wizard_gtk.TVCardProducer.__init__
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireProducer.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireWizardPlugin.__init__
flumotion.component.producers.firewire.wizard_gtk._FireWireCommon.__init__
flumotion.component.producers.looper.looper.LooperMedium.__init__
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.__init__
flumotion.component.producers.looper.wizard_gtk.LoopProducer.__init__
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.__init__
flumotion.component.producers.looper.wizard_gtk.LoopWizardPlugin.__init__
flumotion.component.producers.looper.wizard_gtk._LoopCommon.__init__
flumotion.component.producers.playlist.playlist.PlaylistProducerMedium.__init__
flumotion.component.producers.playlist.playlistparser.Playlist.__init__
flumotion.component.producers.playlist.playlistparser.PlaylistItem.__init__
flumotion.component.producers.playlist.playlistparser.PlaylistParser.__init__
flumotion.component.producers.playlist.singledecodebin.SingleDecodeBin.__init__
flumotion.component.producers.playlist.smartscale.SmartVideoScale.__init__
flumotion.component.producers.soundcard.wizard_gtk.SoundcardProducer.__init__
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.__init__
flumotion.component.producers.soundcard.wizard_gtk.SoundcardWizardPlugin.__init__
flumotion.component.producers.unixdomain.unixdomain.UnixDomainDumbFactory.__init__
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducer.__init__
flumotion.component.producers.videotest.wizard_gtk.VideoTestWizardPlugin.__init__
flumotion.component.producers.webcam.wizard_gtk.WebcamProducer.__init__
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.__init__
flumotion.component.producers.webcam.wizard_gtk.WebcamWizardPlugin.__init__
flumotion.extern.code.Completer.__init__
flumotion.extern.code.GtkInterpreter.__init__
flumotion.extern.command.command.Command.__init__
flumotion.extern.command.command.CommandError.__init__
flumotion.extern.command.command.CommandExited.__init__
flumotion.extern.command.command.CommandOk.__init__
flumotion.extern.exceptiondialog.ExceptionDialog.__init__
flumotion.extern.exceptiondialog.TracebackViewer.__init__
flumotion.extern.log.log.TwistedLogObserver.__init__
flumotion.extern.log.termcolor.ProgressBar.__init__
flumotion.extern.log.termcolor.TerminalController.__init__
flumotion.job.job.JobClientBroker.__init__
flumotion.job.job.JobClientFactory.__init__
flumotion.job.job.JobMedium.__init__
flumotion.launch.main.ComponentWrapper.__init__
flumotion.launch.parse.Component.__init__
flumotion.launch.parse.ComponentStore.__init__
flumotion.launch.parse.Linker.__init__
flumotion.manager.base.ManagerAvatar.__init__
flumotion.manager.base.ManagerHeaven.__init__
flumotion.manager.component.ComponentAvatar.__init__
flumotion.manager.component.ComponentHeaven.__init__
flumotion.manager.component.FeedMap.__init__
flumotion.manager.config.ConfigEntryAtmosphere.__init__
flumotion.manager.config.ConfigEntryComponent.__init__
flumotion.manager.config.ConfigEntryFlow.__init__
flumotion.manager.config.ConfigEntryManager.__init__
flumotion.manager.config.ManagerConfigParser.__init__
flumotion.manager.config.PlanetConfigParser.__init__
flumotion.manager.config.PlanetXMLWriter.__init__
flumotion.manager.manager.ComponentMapper.__init__
flumotion.manager.manager.Dispatcher.__init__
flumotion.manager.manager.Vishnu.__init__
flumotion.manager.worker.WorkerAvatar.__init__
flumotion.manager.worker.WorkerHeaven.__init__
flumotion.service.service.Servicer.__init__
flumotion.twisted.checkers.CryptChecker.__init__
flumotion.twisted.checkers.FlexibleCredentialsChecker.__init__
flumotion.twisted.checkers.Sha256Checker.__init__
flumotion.twisted.credentials.HTTPDigestChallenger.__init__
flumotion.twisted.credentials.HTTPGetArguments.__init__
flumotion.twisted.credentials.Token.__init__
flumotion.twisted.credentials.Username.__init__
flumotion.twisted.credentials.UsernameCryptPasswordCrypt.__init__
flumotion.twisted.credentials.UsernameCryptPasswordCryptChallenger.__init__
flumotion.twisted.credentials.UsernameCryptPasswordPlaintext.__init__
flumotion.twisted.credentials.UsernameSha256PasswordCryptChallenger.__init__
flumotion.twisted.defer.Resolution.__init__
flumotion.twisted.defer.RetryingDeferred.__init__
flumotion.twisted.fdserver.FDPassingBroker.__init__
flumotion.twisted.flavors.StateCacheable.__init__
flumotion.twisted.flavors.StateRemoteCache.__init__
flumotion.twisted.integration.CommandNotFoundException.__init__
flumotion.twisted.integration.Plan.__init__
flumotion.twisted.integration.PlanExecutor.__init__
flumotion.twisted.integration.Process.__init__
flumotion.twisted.integration.ProcessProtocol.__init__
flumotion.twisted.integration.ProcessesStillRunningException.__init__
flumotion.twisted.integration.TimeoutException.__init__
flumotion.twisted.integration.UnexpectedExitCodeException.__init__
flumotion.twisted.integration.UnexpectedExitException.__init__
flumotion.twisted.pb.Authenticator.__init__
flumotion.twisted.pb.Avatar.__init__
flumotion.twisted.pb.ReconnectingFPBClientFactory.__init__
flumotion.twisted.pb.ReconnectingPBClientFactory.__init__
flumotion.twisted.pb.RemoteAuthenticator.__init__
flumotion.twisted.pb._BouncerWrapper.__init__
flumotion.twisted.pb._FPortalRoot.__init__
flumotion.twisted.portal.BouncerPortal.__init__
flumotion.twisted.rtsp.ErrorResource.__init__
flumotion.twisted.rtsp.NoResource.__init__
flumotion.worker.base.BaseJobAvatar.__init__
flumotion.worker.base.BaseJobHeaven.__init__
flumotion.worker.base.JobInfo.__init__
flumotion.worker.base.JobProcessProtocol.__init__
flumotion.worker.checks.check.CheckProcError.__init__
flumotion.worker.config.ConfigEntryAuthentication.__init__
flumotion.worker.config.ConfigEntryManager.__init__
flumotion.worker.config.WorkerConfigXML.__init__
flumotion.worker.feedserver.FeedAvatar.__init__
flumotion.worker.feedserver.FeedServer.__init__
flumotion.worker.job.CheckJobHeaven.__init__
flumotion.worker.job.ComponentJobInfo.__init__
flumotion.worker.medium.WorkerClientFactory.__init__
flumotion.worker.medium.WorkerMedium.__init__
flumotion.worker.worker.ProxyBouncer.__init__
flumotion.worker.worker.WorkerBrain.__init__" class="py-name" href="#" onclick="return doclink('link-151', '__init__', 'link-151');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-op">**</tt><tt class="py-name">kwargs</tt><tt class="py-op">)</tt> </tt>
<a name="L326"></a><tt class="py-lineno">326</tt>  <tt class="py-line"> </tt>
<a name="L327"></a><tt class="py-lineno">327</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">_connectionClass</tt> <tt class="py-op">=</tt> <tt class="py-name">connectionClass</tt> </tt>
</div><a name="L328"></a><tt class="py-lineno">328</tt>  <tt class="py-line"> </tt>
<a name="JobClientBroker.fileDescriptorsReceived"></a><div id="JobClientBroker.fileDescriptorsReceived-def"><a name="L329"></a><tt class="py-lineno">329</tt> <a class="py-toggle" href="#" id="JobClientBroker.fileDescriptorsReceived-toggle" onclick="return toggle('JobClientBroker.fileDescriptorsReceived');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobClientBroker-class.html#fileDescriptorsReceived">fileDescriptorsReceived</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">fds</tt><tt class="py-op">,</tt> <tt class="py-param">message</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientBroker.fileDescriptorsReceived-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobClientBroker.fileDescriptorsReceived-expanded"><a name="L330"></a><tt class="py-lineno">330</tt>  <tt class="py-line">        <tt class="py-comment"># file descriptors get delivered to the component</tt> </tt>
<a name="L331"></a><tt class="py-lineno">331</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-152" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-152', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'received fds %r, message %r'</tt> <tt class="py-op">%</tt> <tt class="py-op">(</tt><tt class="py-name">fds</tt><tt class="py-op">,</tt> <tt id="link-153" class="py-name" targets="Method flumotion.admin.gtk.dialogs.ProgressDialog.message()=flumotion.admin.gtk.dialogs.ProgressDialog-class.html#message,Module flumotion.admin.gtk.message=flumotion.admin.gtk.message-module.html"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-153', 'message', 'link-153');">message</a></tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L332"></a><tt class="py-lineno">332</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt id="link-154" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-154', 'message', 'link-153');">message</a></tt><tt class="py-op">.</tt><tt class="py-name">startswith</tt><tt class="py-op">(</tt><tt class="py-string">'sendFeed '</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L333"></a><tt class="py-lineno">333</tt>  <tt class="py-line"> </tt>
<a name="L334"></a><tt class="py-lineno">334</tt>  <tt class="py-line">            <tt class="py-keyword">def</tt> <tt class="py-def-name">parseargs</tt><tt class="py-op">(</tt><tt class="py-param">_</tt><tt class="py-op">,</tt> <tt class="py-param">feedName</tt><tt class="py-op">,</tt> <tt class="py-param">eaterId</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L335"></a><tt class="py-lineno">335</tt>  <tt class="py-line">                <tt class="py-keyword">return</tt> <tt class="py-name">feedName</tt><tt class="py-op">,</tt> <tt class="py-name">eaterId</tt> </tt>
</div><a name="L336"></a><tt class="py-lineno">336</tt>  <tt class="py-line">            <tt class="py-name">feedName</tt><tt class="py-op">,</tt> <tt class="py-name">eaterId</tt> <tt class="py-op">=</tt> <tt class="py-name">parseargs</tt><tt class="py-op">(</tt><tt class="py-op">*</tt><tt id="link-155" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-155', 'message', 'link-153');">message</a></tt><tt class="py-op">.</tt><tt class="py-name">split</tt><tt class="py-op">(</tt><tt class="py-string">' '</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L337"></a><tt class="py-lineno">337</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-156" class="py-name" targets="Variable twisted.spread.pb.Broker.factory=twisted.spread.pb.Broker-class.html#factory"><a title="twisted.spread.pb.Broker.factory" class="py-name" href="#" onclick="return doclink('link-156', 'factory', 'link-156');">factory</a></tt><tt class="py-op">.</tt><tt id="link-157" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-157', 'medium', 'link-14');">medium</a></tt><tt class="py-op">.</tt><tt id="link-158" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-158', 'component', 'link-20');">component</a></tt><tt class="py-op">.</tt><tt id="link-159" class="py-name" targets="Method flumotion.common.interfaces.IFeedServerParent.feedToFD()=flumotion.common.interfaces.IFeedServerParent-class.html#feedToFD,Method flumotion.component.feedcomponent010.FeedComponent.feedToFD()=flumotion.component.feedcomponent010.FeedComponent-class.html#feedToFD,Method flumotion.launch.main.ComponentWrapper.feedToFD()=flumotion.launch.main.ComponentWrapper-class.html#feedToFD,Method flumotion.worker.feedserver.FeedServer.feedToFD()=flumotion.worker.feedserver.FeedServer-class.html#feedToFD,Method flumotion.worker.worker.WorkerBrain.feedToFD()=flumotion.worker.worker.WorkerBrain-class.html#feedToFD"><a title="flumotion.common.interfaces.IFeedServerParent.feedToFD
flumotion.component.feedcomponent010.FeedComponent.feedToFD
flumotion.launch.main.ComponentWrapper.feedToFD
flumotion.worker.feedserver.FeedServer.feedToFD
flumotion.worker.worker.WorkerBrain.feedToFD" class="py-name" href="#" onclick="return doclink('link-159', 'feedToFD', 'link-159');">feedToFD</a></tt><tt class="py-op">(</tt><tt class="py-name">feedName</tt><tt class="py-op">,</tt> <tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">,</tt> </tt>
<a name="L338"></a><tt class="py-lineno">338</tt>  <tt class="py-line">                                                   <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-160" class="py-name" targets="Method flumotion.component.misc.httpserver.cachedprovider.CachedFile.close()=flumotion.component.misc.httpserver.cachedprovider.CachedFile-class.html#close,Method flumotion.component.misc.httpserver.cachedprovider.CachedFileDelegate.close()=flumotion.component.misc.httpserver.cachedprovider.CachedFileDelegate-class.html#close,Method flumotion.component.misc.httpserver.cachedprovider.CopySession.close()=flumotion.component.misc.httpserver.cachedprovider.CopySession-class.html#close,Method flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.close()=flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate-class.html#close,Method flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.close()=flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate-class.html#close,Method flumotion.component.misc.httpserver.fileprovider.File.close()=flumotion.component.misc.httpserver.fileprovider.File-class.html#close,Method flumotion.component.misc.httpserver.localprovider.LocalFile.close()=flumotion.component.misc.httpserver.localprovider.LocalFile-class.html#close"><a title="flumotion.component.misc.httpserver.cachedprovider.CachedFile.close
flumotion.component.misc.httpserver.cachedprovider.CachedFileDelegate.close
flumotion.component.misc.httpserver.cachedprovider.CopySession.close
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.close
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.close
flumotion.component.misc.httpserver.fileprovider.File.close
flumotion.component.misc.httpserver.localprovider.LocalFile.close" class="py-name" href="#" onclick="return doclink('link-160', 'close', 'link-160');">close</a></tt><tt class="py-op">,</tt> <tt class="py-name">eaterId</tt><tt class="py-op">)</tt> </tt>
<a name="L339"></a><tt class="py-lineno">339</tt>  <tt class="py-line">        <tt class="py-keyword">elif</tt> <tt id="link-161" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-161', 'message', 'link-153');">message</a></tt><tt class="py-op">.</tt><tt class="py-name">startswith</tt><tt class="py-op">(</tt><tt class="py-string">'receiveFeed '</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L340"></a><tt class="py-lineno">340</tt>  <tt class="py-line"> </tt>
<a name="L341"></a><tt class="py-lineno">341</tt>  <tt class="py-line">            <tt class="py-keyword">def</tt> <tt class="py-def-name">parseargs2</tt><tt class="py-op">(</tt><tt class="py-param">_</tt><tt class="py-op">,</tt> <tt class="py-param">eaterAlias</tt><tt class="py-op">,</tt> <tt class="py-param">feedId</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L342"></a><tt class="py-lineno">342</tt>  <tt class="py-line">                <tt class="py-keyword">return</tt> <tt class="py-name">eaterAlias</tt><tt class="py-op">,</tt> <tt id="link-162" class="py-name" targets="Function flumotion.common.common.feedId()=flumotion.common.common-module.html#feedId"><a title="flumotion.common.common.feedId" class="py-name" href="#" onclick="return doclink('link-162', 'feedId', 'link-162');">feedId</a></tt> </tt>
</div><a name="L343"></a><tt class="py-lineno">343</tt>  <tt class="py-line">            <tt class="py-name">eaterAlias</tt><tt class="py-op">,</tt> <tt id="link-163" class="py-name"><a title="flumotion.common.common.feedId" class="py-name" href="#" onclick="return doclink('link-163', 'feedId', 'link-162');">feedId</a></tt> <tt class="py-op">=</tt> <tt class="py-name">parseargs2</tt><tt class="py-op">(</tt><tt class="py-op">*</tt><tt id="link-164" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-164', 'message', 'link-153');">message</a></tt><tt class="py-op">.</tt><tt class="py-name">split</tt><tt class="py-op">(</tt><tt class="py-string">' '</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L344"></a><tt class="py-lineno">344</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-165" class="py-name"><a title="twisted.spread.pb.Broker.factory" class="py-name" href="#" onclick="return doclink('link-165', 'factory', 'link-156');">factory</a></tt><tt class="py-op">.</tt><tt id="link-166" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-166', 'medium', 'link-14');">medium</a></tt><tt class="py-op">.</tt><tt id="link-167" class="py-name"><a title="flumotion.admin.command.component
flumotion.component
flumotion.component.bouncers.component
flumotion.component.component
flumotion.manager.component" class="py-name" href="#" onclick="return doclink('link-167', 'component', 'link-20');">component</a></tt><tt class="py-op">.</tt><tt id="link-168" class="py-name" targets="Method flumotion.component.feedcomponent010.FeedComponent.eatFromFD()=flumotion.component.feedcomponent010.FeedComponent-class.html#eatFromFD,Method flumotion.launch.main.ComponentWrapper.eatFromFD()=flumotion.launch.main.ComponentWrapper-class.html#eatFromFD,Method flumotion.worker.feedserver.FeedServer.eatFromFD()=flumotion.worker.feedserver.FeedServer-class.html#eatFromFD,Method flumotion.worker.worker.WorkerBrain.eatFromFD()=flumotion.worker.worker.WorkerBrain-class.html#eatFromFD"><a title="flumotion.component.feedcomponent010.FeedComponent.eatFromFD
flumotion.launch.main.ComponentWrapper.eatFromFD
flumotion.worker.feedserver.FeedServer.eatFromFD
flumotion.worker.worker.WorkerBrain.eatFromFD" class="py-name" href="#" onclick="return doclink('link-168', 'eatFromFD', 'link-168');">eatFromFD</a></tt><tt class="py-op">(</tt><tt class="py-name">eaterAlias</tt><tt class="py-op">,</tt> <tt id="link-169" class="py-name"><a title="flumotion.common.common.feedId" class="py-name" href="#" onclick="return doclink('link-169', 'feedId', 'link-162');">feedId</a></tt><tt class="py-op">,</tt> </tt>
<a name="L345"></a><tt class="py-lineno">345</tt>  <tt class="py-line">                                                    <tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L346"></a><tt class="py-lineno">346</tt>  <tt class="py-line">        <tt class="py-keyword">elif</tt> <tt id="link-170" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-170', 'message', 'link-153');">message</a></tt> <tt class="py-op">==</tt> <tt class="py-string">'redirectStdout'</tt><tt class="py-op">:</tt> </tt>
<a name="L347"></a><tt class="py-lineno">347</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-171" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-171', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'told to rotate stdout to fd %d'</tt><tt class="py-op">,</tt> <tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L348"></a><tt class="py-lineno">348</tt>  <tt class="py-line">            <tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">dup2</tt><tt class="py-op">(</tt><tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">,</tt> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stdout</tt><tt class="py-op">.</tt><tt id="link-172" class="py-name" targets="Method flumotion.admin.text.misc_curses.CursesStdIO.fileno()=flumotion.admin.text.misc_curses.CursesStdIO-class.html#fileno"><a title="flumotion.admin.text.misc_curses.CursesStdIO.fileno" class="py-name" href="#" onclick="return doclink('link-172', 'fileno', 'link-172');">fileno</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L349"></a><tt class="py-lineno">349</tt>  <tt class="py-line">            <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-173" class="py-name"><a title="flumotion.component.misc.httpserver.cachedprovider.CachedFile.close
flumotion.component.misc.httpserver.cachedprovider.CachedFileDelegate.close
flumotion.component.misc.httpserver.cachedprovider.CopySession.close
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.close
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.close
flumotion.component.misc.httpserver.fileprovider.File.close
flumotion.component.misc.httpserver.localprovider.LocalFile.close" class="py-name" href="#" onclick="return doclink('link-173', 'close', 'link-160');">close</a></tt><tt class="py-op">(</tt><tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L350"></a><tt class="py-lineno">350</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-174" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-174', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'rotated stdout'</tt><tt class="py-op">)</tt> </tt>
<a name="L351"></a><tt class="py-lineno">351</tt>  <tt class="py-line">        <tt class="py-keyword">elif</tt> <tt id="link-175" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-175', 'message', 'link-153');">message</a></tt> <tt class="py-op">==</tt> <tt class="py-string">'redirectStderr'</tt><tt class="py-op">:</tt> </tt>
<a name="L352"></a><tt class="py-lineno">352</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-176" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-176', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'told to rotate stderr to fd %d'</tt><tt class="py-op">,</tt> <tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L353"></a><tt class="py-lineno">353</tt>  <tt class="py-line">            <tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">dup2</tt><tt class="py-op">(</tt><tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">,</tt> <tt class="py-name">sys</tt><tt class="py-op">.</tt><tt class="py-name">stderr</tt><tt class="py-op">.</tt><tt id="link-177" class="py-name"><a title="flumotion.admin.text.misc_curses.CursesStdIO.fileno" class="py-name" href="#" onclick="return doclink('link-177', 'fileno', 'link-172');">fileno</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> </tt>
<a name="L354"></a><tt class="py-lineno">354</tt>  <tt class="py-line">            <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-178" class="py-name"><a title="flumotion.component.misc.httpserver.cachedprovider.CachedFile.close
flumotion.component.misc.httpserver.cachedprovider.CachedFileDelegate.close
flumotion.component.misc.httpserver.cachedprovider.CopySession.close
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.close
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.close
flumotion.component.misc.httpserver.fileprovider.File.close
flumotion.component.misc.httpserver.localprovider.LocalFile.close" class="py-name" href="#" onclick="return doclink('link-178', 'close', 'link-160');">close</a></tt><tt class="py-op">(</tt><tt class="py-name">fds</tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">)</tt> </tt>
<a name="L355"></a><tt class="py-lineno">355</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-179" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-179', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'rotated stderr'</tt><tt class="py-op">)</tt> </tt>
<a name="L356"></a><tt class="py-lineno">356</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L357"></a><tt class="py-lineno">357</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-180" class="py-name"><a title="flumotion.extern.log.log.Loggable.warning
flumotion.extern.log.log.warning
flumotion.twisted.integration.warning" class="py-name" href="#" onclick="return doclink('link-180', 'warning', 'link-100');">warning</a></tt><tt class="py-op">(</tt><tt class="py-string">'Unknown message received: %r'</tt> <tt class="py-op">%</tt> <tt id="link-181" class="py-name"><a title="flumotion.admin.gtk.dialogs.ProgressDialog.message
flumotion.admin.gtk.message" class="py-name" href="#" onclick="return doclink('link-181', 'message', 'link-153');">message</a></tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L358"></a><tt class="py-lineno">358</tt>  <tt class="py-line"> </tt>
<a name="L359"></a><tt class="py-lineno">359</tt>  <tt class="py-line"> </tt>
<a name="JobClientFactory"></a><div id="JobClientFactory-def"><a name="L360"></a><tt class="py-lineno">360</tt> <a class="py-toggle" href="#" id="JobClientFactory-toggle" onclick="return toggle('JobClientFactory');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.job.job.JobClientFactory-class.html">JobClientFactory</a><tt class="py-op">(</tt><tt class="py-base-class">pb</tt><tt class="py-op">.</tt><tt class="py-base-class">PBClientFactory</tt><tt class="py-op">,</tt> <tt class="py-base-class">log</tt><tt class="py-op">.</tt><tt class="py-base-class">Loggable</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientFactory-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="JobClientFactory-expanded"><a name="L361"></a><tt class="py-lineno">361</tt>  <tt class="py-line">    <tt class="py-docstring">"""</tt> </tt>
<a name="L362"></a><tt class="py-lineno">362</tt>  <tt class="py-line"><tt class="py-docstring">    I am a client factory that logs in to the WorkerBrain.</tt> </tt>
<a name="L363"></a><tt class="py-lineno">363</tt>  <tt class="py-line"><tt class="py-docstring">    I live in the flumotion-job process spawned by the worker.</tt> </tt>
<a name="L364"></a><tt class="py-lineno">364</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L365"></a><tt class="py-lineno">365</tt>  <tt class="py-line"><tt class="py-docstring">    @cvar medium: the medium for the JobHeaven to access us through</tt> </tt>
<a name="L366"></a><tt class="py-lineno">366</tt>  <tt class="py-line"><tt class="py-docstring">    @type medium: L{JobMedium}</tt> </tt>
<a name="L367"></a><tt class="py-lineno">367</tt>  <tt class="py-line"><tt class="py-docstring">    """</tt> </tt>
<a name="L368"></a><tt class="py-lineno">368</tt>  <tt class="py-line">    <tt id="link-182" class="py-name"><a title="flumotion.admin.admin.AdminModel.logCategory
flumotion.admin.config.AdminConfigParser.logCategory
flumotion.admin.gtk.adminwindow.AdminWindow.logCategory
flumotion.admin.gtk.componentlist.ComponentList.logCategory
flumotion.admin.gtk.componentview.ComponentView.logCategory
flumotion.admin.gtk.componentview.NotebookPlaceholder.logCategory
flumotion.admin.multi.MultiAdminModel.logCategory
flumotion.admin.rrdmon.config.ConfigParser.logCategory
flumotion.admin.text.admin_text.BaseAdminText.logCategory
flumotion.admin.text.greeter.AdminTextGreeter.logCategory
flumotion.admin.text.view.AdminTextView.logCategory
flumotion.common.eventcalendar.Calendar.logCategory
flumotion.common.i18n.Translator.logCategory
flumotion.common.medium.BaseMedium.logCategory
flumotion.common.package.Packager.logCategory
flumotion.common.registry.ComponentRegistry.logCategory
flumotion.common.server.Server.logCategory
flumotion.common.server._ServerContextFactory.logCategory
flumotion.common.testsuite.TestManagerRoot.logCategory
flumotion.common.testsuite.TestPB.logCategory
flumotion.component.base.admin_gtk.BaseAdminGtk.logCategory
flumotion.component.base.admin_text.BaseAdminText.logCategory
flumotion.component.base.baseadminnode.BaseAdminGtkNode.logCategory
flumotion.component.base.http.HTTPAuthentication.logCategory
flumotion.component.bouncers.bouncer.Bouncer.logCategory
flumotion.component.bouncers.bouncer.BouncerMedium.logCategory
flumotion.component.bouncers.component.Bouncer.logCategory
flumotion.component.bouncers.component.BouncerMedium.logCategory
flumotion.component.bouncers.htpasswdcrypt.HTPasswdCrypt.logCategory
flumotion.component.bouncers.icalbouncer.IcalBouncer.logCategory
flumotion.component.bouncers.ipbouncer.IPBouncer.logCategory
flumotion.component.bouncers.plug.BouncerPlug.logCategory
flumotion.component.bouncers.saltsha256.SaltSha256.logCategory
flumotion.component.bouncers.tokentest.TokenTestBase.logCategory
flumotion.component.combiners.composite.composite.Composite.logCategory
flumotion.component.combiners.switch.basicwatchdog.AVBasicWatchdog.logCategory
flumotion.component.combiners.switch.basicwatchdog.SingleBasicWatchdog.logCategory
flumotion.component.combiners.switch.patternswitch.PatternEventSwitcher.logCategory
flumotion.component.combiners.switch.switch.AVSwitch.logCategory
flumotion.component.combiners.switch.switch.ICalSwitchPlug.logCategory
flumotion.component.combiners.switch.switch.SingleSwitch.logCategory
flumotion.component.combiners.switch.switch.Switch.logCategory
flumotion.component.component.BaseComponent.logCategory
flumotion.component.component.BaseComponentMedium.logCategory
flumotion.component.component.ComponentClientFactory.logCategory
flumotion.component.consumers.httpstreamer.httpstreamer.MultifdSinkStreamer.logCategory
flumotion.component.consumers.httpstreamer.resources.HTTPRoot.logCategory
flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.logCategory
flumotion.component.converters.pipeline.pipeline.Converter.logCategory
flumotion.component.effects.colorbalance.admin_gtk.ColorbalanceAdminGtkNode.logCategory
flumotion.component.effects.colorbalance.colorbalance.Colorbalance.logCategory
flumotion.component.effects.volume.admin_gtk.VolumeAdminGtkNode.logCategory
flumotion.component.effects.volume.volume.Volume.logCategory
flumotion.component.feed.FeedClientFactory.logCategory
flumotion.component.feed.FeedMedium.logCategory
flumotion.component.feedcomponent.Effect.logCategory
flumotion.component.feedcomponent.FeedComponentMedium.logCategory
flumotion.component.feedcomponent010.FeedComponent.logCategory
flumotion.component.misc.httpserver.cachedprovider.CachedFile.logCategory
flumotion.component.misc.httpserver.cachedprovider.CopySession.logCategory
flumotion.component.misc.httpserver.cachedprovider.CopyThread.logCategory
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.logCategory
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.logCategory
flumotion.component.misc.httpserver.cachedprovider.LocalPath.logCategory
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.logCategory
flumotion.component.misc.httpserver.httpfile.File.logCategory
flumotion.component.misc.httpserver.httpfile.FileTransfer.logCategory
flumotion.component.misc.httpserver.httpfile.MimedFileFactory.logCategory
flumotion.component.misc.httpserver.localprovider.LocalFile.logCategory
flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.logCategory
flumotion.component.misc.porter.porter.PorterProtocol.logCategory
flumotion.component.plugs.requestmodifier.RequestModifierForceDownloadPlug.logCategory
flumotion.component.producers.audiotest.admin_gtk.AudioTestAdminGtkNode.logCategory
flumotion.component.producers.looper.admin_gtk.LooperNode.logCategory
flumotion.component.producers.pipeline.pipeline.Producer.logCategory
flumotion.component.producers.playlist.playlist.PlaylistProducer.logCategory
flumotion.component.producers.playlist.playlistparser.Playlist.logCategory
flumotion.component.producers.playlist.playlistparser.PlaylistParser.logCategory
flumotion.component.producers.playlist.playlistparser.PlaylistXMLParser.logCategory
flumotion.extern.log.log.Loggable.logCategory
flumotion.extern.log.log.TwistedLogObserver.logCategory
flumotion.extern.log.test_log.LogTester.logCategory
flumotion.job.job.JobClientFactory.logCategory
flumotion.job.job.JobMedium.logCategory
flumotion.launch.main.ComponentWrapper.logCategory
flumotion.manager.admin.AdminAvatar.logCategory
flumotion.manager.admin.AdminHeaven.logCategory
flumotion.manager.base.ManagerAvatar.logCategory
flumotion.manager.component.ComponentAvatar.logCategory
flumotion.manager.component.ComponentHeaven.logCategory
flumotion.manager.config.ConfigEntryComponent.logCategory
flumotion.manager.config.FlumotionConfigParser.logCategory
flumotion.manager.config.ManagerConfigParser.logCategory
flumotion.manager.config.PlanetConfigParser.logCategory
flumotion.manager.manager.Dispatcher.logCategory
flumotion.manager.manager.Vishnu.logCategory
flumotion.manager.worker.WorkerAvatar.logCategory
flumotion.manager.worker.WorkerHeaven.logCategory
flumotion.service.service.Servicer.logCategory
flumotion.twisted.checkers.CryptChecker.logCategory
flumotion.twisted.checkers.FlexibleCredentialsChecker.logCategory
flumotion.twisted.checkers.Sha256Checker.logCategory
flumotion.twisted.pb.Authenticator.logCategory
flumotion.twisted.pb.Avatar.logCategory
flumotion.twisted.pb.FPBClientFactory.logCategory
flumotion.twisted.pb.Referenceable.logCategory
flumotion.twisted.pb._BouncerWrapper.logCategory
flumotion.twisted.portal.BouncerPortal.logCategory
flumotion.twisted.rtsp.RTSPRequest.logCategory
flumotion.twisted.rtsp.RTSPResource.logCategory
flumotion.worker.base.BaseJobAvatar.logCategory
flumotion.worker.base.BaseJobHeaven.logCategory
flumotion.worker.config.WorkerConfigXML.logCategory
flumotion.worker.feedserver.FeedAvatar.logCategory
flumotion.worker.feedserver.FeedServer.logCategory
flumotion.worker.medium.WorkerClientFactory.logCategory
flumotion.worker.medium.WorkerMedium.logCategory
flumotion.worker.worker.ProxyBouncer.logCategory
flumotion.worker.worker.WorkerBrain.logCategory" class="py-name" href="#" onclick="return doclink('link-182', 'logCategory', 'link-28');">logCategory</a></tt> <tt class="py-op">=</tt> <tt class="py-string">"job"</tt> </tt>
<a name="L369"></a><tt class="py-lineno">369</tt>  <tt class="py-line">    <tt id="link-183" class="py-name" targets="Variable flumotion.twisted.pb.FPBClientFactory.perspectiveInterface=flumotion.twisted.pb.FPBClientFactory-class.html#perspectiveInterface"><a title="flumotion.twisted.pb.FPBClientFactory.perspectiveInterface" class="py-name" href="#" onclick="return doclink('link-183', 'perspectiveInterface', 'link-183');">perspectiveInterface</a></tt> <tt class="py-op">=</tt> <tt id="link-184" class="py-name"><a title="flumotion.admin.assistant.interfaces
flumotion.common.interfaces" class="py-name" href="#" onclick="return doclink('link-184', 'interfaces', 'link-10');">interfaces</a></tt><tt class="py-op">.</tt><tt id="link-185" class="py-name"><a title="flumotion.common.interfaces.IJobMedium" class="py-name" href="#" onclick="return doclink('link-185', 'IJobMedium', 'link-31');">IJobMedium</a></tt> </tt>
<a name="L370"></a><tt class="py-lineno">370</tt>  <tt class="py-line"> </tt>
<a name="JobClientFactory.__init__"></a><div id="JobClientFactory.__init__-def"><a name="L371"></a><tt class="py-lineno">371</tt> <a class="py-toggle" href="#" id="JobClientFactory.__init__-toggle" onclick="return toggle('JobClientFactory.__init__');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobClientFactory-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">id</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientFactory.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobClientFactory.__init__-expanded"><a name="L372"></a><tt class="py-lineno">372</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L373"></a><tt class="py-lineno">373</tt>  <tt class="py-line"><tt class="py-docstring">        @param id:      the avatar id used for logging into the workerbrain</tt> </tt>
<a name="L374"></a><tt class="py-lineno">374</tt>  <tt class="py-line"><tt class="py-docstring">        @type  id:      str</tt> </tt>
<a name="L375"></a><tt class="py-lineno">375</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L376"></a><tt class="py-lineno">376</tt>  <tt class="py-line">        <tt id="link-186" class="py-name"><a title="flumotion.twisted.pb" class="py-name" href="#" onclick="return doclink('link-186', 'pb', 'link-7');">pb</a></tt><tt class="py-op">.</tt><tt class="py-name">PBClientFactory</tt><tt class="py-op">.</tt><tt id="link-187" class="py-name"><a title="flumotion.admin.admin.AdminClientFactory.__init__
flumotion.admin.admin.AdminModel.__init__
flumotion.admin.assistant.configurationwriter.ConfigurationWriter.__init__
flumotion.admin.assistant.models.Component.__init__
flumotion.admin.assistant.models.Consumer.__init__
flumotion.admin.assistant.models.HTTPPlug.__init__
flumotion.admin.assistant.models.HTTPServer.__init__
flumotion.admin.assistant.models.Plug.__init__
flumotion.admin.assistant.models.Porter.__init__
flumotion.admin.assistant.save.AssistantSaver.__init__
flumotion.admin.command.common.Exited.__init__
flumotion.admin.config.AdminConfigParser.__init__
flumotion.admin.connections.RecentConnection.__init__
flumotion.admin.gtk.adminwindow.AdminWindow.__init__
flumotion.admin.gtk.basesteps.AudioEncoderStep.__init__
flumotion.admin.gtk.basesteps.AudioProducerStep.__init__
flumotion.admin.gtk.basesteps.VideoEncoderStep.__init__
flumotion.admin.gtk.basesteps.VideoProducerStep.__init__
flumotion.admin.gtk.componentlist.ComponentList.__init__
flumotion.admin.gtk.componentview.ComponentView.__init__
flumotion.admin.gtk.componentview.LabelPlaceholder.__init__
flumotion.admin.gtk.componentview.NotebookPlaceholder.__init__
flumotion.admin.gtk.componentview.PlanetPlaceholder.__init__
flumotion.admin.gtk.configurationassistant.ConfigurationAssistant.__init__
flumotion.admin.gtk.configurationassistant.ScenarioStep.__init__
flumotion.admin.gtk.connections.Authenticate.__init__
flumotion.admin.gtk.connections.Connections.__init__
flumotion.admin.gtk.connections.OpenConnection.__init__
flumotion.admin.gtk.debugmarkerview.DebugMarkerDialog.__init__
flumotion.admin.gtk.dialogs.AboutDialog.__init__
flumotion.admin.gtk.dialogs.ErrorDialog.__init__
flumotion.admin.gtk.dialogs.ProgressDialog.__init__
flumotion.admin.gtk.greeter.ConnectExisting.__init__
flumotion.admin.gtk.greeter.Greeter.__init__
flumotion.admin.gtk.greeter.Initial.__init__
flumotion.admin.gtk.message.MessageButton.__init__
flumotion.admin.gtk.message.MessagesView.__init__
flumotion.admin.gtk.overlaystep.Overlay.__init__
flumotion.admin.gtk.overlaystep.OverlayStep.__init__
flumotion.admin.gtk.statusbar.AdminStatusbar.__init__
flumotion.admin.gtk.workerlist.WorkerList.__init__
flumotion.admin.gtk.workerlist.WorkerListStore.__init__
flumotion.admin.gtk.workerstep.WorkerWizardStep.__init__
flumotion.admin.multi.MultiAdminModel.__init__
flumotion.admin.rrdmon.config.ConfigParser.__init__
flumotion.admin.rrdmon.rrdmon.RRDMonitor.__init__
flumotion.admin.text.admin_text.BaseAdminText.__init__
flumotion.admin.text.greeter.AdminTextGreeter.__init__
flumotion.admin.text.view.AdminTextView.__init__
flumotion.common.avltree.AVLTree.__init__
flumotion.common.bugreporter.BugReporter.__init__
flumotion.common.bundle.Bundle.__init__
flumotion.common.bundle.BundledFile.__init__
flumotion.common.bundle.Bundler.__init__
flumotion.common.bundle.BundlerBasket.__init__
flumotion.common.bundle.MergedBundler.__init__
flumotion.common.bundle.Unbundler.__init__
flumotion.common.bundleclient.BundleLoader.__init__
flumotion.common.common.InitMixin.__init__
flumotion.common.config.BaseConfigParser.__init__
flumotion.common.config.ConfigEntryPlug.__init__
flumotion.common.connection.PBConnectionInfo.__init__
flumotion.common.dag.DAG.__init__
flumotion.common.dag.Node.__init__
flumotion.common.debug.AllocMonitor.__init__
flumotion.common.debug.UncollectableMonitor.__init__
flumotion.common.enum.Enum.__init__
flumotion.common.errors.NoProjectError.__init__
flumotion.common.errors.RemoteMethodError.__init__
flumotion.common.errors.SystemError.__init__
flumotion.common.eventcalendar.Calendar.__init__
flumotion.common.eventcalendar.Event.__init__
flumotion.common.eventcalendar.EventInstance.__init__
flumotion.common.eventcalendar.EventSet.__init__
flumotion.common.eventcalendar.Point.__init__
flumotion.common.fxml.Box.__init__
flumotion.common.gstreamer.StateChangeMonitor.__init__
flumotion.common.i18n.TranslatablePlural.__init__
flumotion.common.i18n.TranslatableSingular.__init__
flumotion.common.i18n.Translator.__init__
flumotion.common.identity.LocalIdentity.__init__
flumotion.common.identity.RemoteIdentity.__init__
flumotion.common.keycards.HTTPDigestKeycard.__init__
flumotion.common.keycards.Keycard.__init__
flumotion.common.keycards.KeycardHTTPDigest.__init__
flumotion.common.keycards.KeycardHTTPGetArguments.__init__
flumotion.common.keycards.KeycardToken.__init__
flumotion.common.keycards.KeycardUACPCC.__init__
flumotion.common.keycards.KeycardUACPP.__init__
flumotion.common.keycards.KeycardUASPCC.__init__
flumotion.common.managerspawner.GreeterProcessProtocol.__init__
flumotion.common.managerspawner.LocalManagerSpawner.__init__
flumotion.common.manhole.SSHPublicKeyChecker.__init__
flumotion.common.messages.Message.__init__
flumotion.common.messages.Result.__init__
flumotion.common.messages.TranslatablePlural.__init__
flumotion.common.messages.TranslatableSingular.__init__
flumotion.common.netutils.RoutingTable.__init__
flumotion.common.package.Packager.__init__
flumotion.common.planet.ManagerAtmosphereState.__init__
flumotion.common.planet.ManagerComponentState.__init__
flumotion.common.planet.ManagerFlowState.__init__
flumotion.common.planet.ManagerPlanetState.__init__
flumotion.common.planet.WorkerJobState.__init__
flumotion.common.poller.Poller.__init__
flumotion.common.registry.ComponentRegistry.__init__
flumotion.common.registry.RegistryDirectory.__init__
flumotion.common.registry.RegistryEntryBundle.__init__
flumotion.common.registry.RegistryEntryBundleDirectory.__init__
flumotion.common.registry.RegistryEntryBundleFilename.__init__
flumotion.common.registry.RegistryEntryComponent.__init__
flumotion.common.registry.RegistryEntryCompoundProperty.__init__
flumotion.common.registry.RegistryEntryEater.__init__
flumotion.common.registry.RegistryEntryEntry.__init__
flumotion.common.registry.RegistryEntryFile.__init__
flumotion.common.registry.RegistryEntryPlug.__init__
flumotion.common.registry.RegistryEntryProperty.__init__
flumotion.common.registry.RegistryEntryScenario.__init__
flumotion.common.registry.RegistryEntryWizard.__init__
flumotion.common.registry.RegistryEntryWizardFormat.__init__
flumotion.common.registry.RegistryParser.__init__
flumotion.common.registry.RegistrySubsetWriter.__init__
flumotion.common.registry.RegistryWriter.__init__
flumotion.common.server.Server.__init__
flumotion.common.server._ServerContextFactory.__init__
flumotion.common.startset.StartSet.__init__
flumotion.common.testsuite.TestCase.__init__
flumotion.common.testsuite.TestPB.__init__
flumotion.common.vfsgio.GIODirectory.__init__
flumotion.common.vfsgio.GIOFile.__init__
flumotion.common.vfsgnome.GnomeVFSDirectory.__init__
flumotion.common.vfsgnome.GnomeVFSFile.__init__
flumotion.common.watched.WatchedDict.__init__
flumotion.common.watched.WatchedList.__init__
flumotion.common.worker.ManagerWorkerHeavenState.__init__
flumotion.common.worker.ManagerWorkerState.__init__
flumotion.common.worker.PortSet.__init__
flumotion.common.worker.ProcessProtocol.__init__
flumotion.common.xmlwriter.XMLWriter.__init__
flumotion.component.base.admin_gtk.BaseAdminGtk.__init__
flumotion.component.base.admin_text.BaseAdminText.__init__
flumotion.component.base.baseadminnode.BaseAdminGtkNode.__init__
flumotion.component.base.componentnode.ComponentAdminGtkNode.__init__
flumotion.component.base.eatersnode.EatersAdminGtkNode.__init__
flumotion.component.base.effectsnode.EffectAdminGtkNode.__init__
flumotion.component.base.feedersnode.FeedersAdminGtkNode.__init__
flumotion.component.base.http.HTTPAuthentication.__init__
flumotion.component.base.http.LogFilter.__init__
flumotion.component.base.propertiesnode.PropertiesAdminGtkNode.__init__
flumotion.component.base.scheduler.ICalScheduler.__init__
flumotion.component.base.scheduler.Scheduler.__init__
flumotion.component.base.statewatcher.StateWatcher.__init__
flumotion.component.base.watcher.BaseWatcher.__init__
flumotion.component.base.watcher.DirectoryWatcher.__init__
flumotion.component.base.watcher.FilesWatcher.__init__
flumotion.component.bouncers.plug.BouncerPlug.__init__
flumotion.component.bouncers.tokentest.BouncerTestTokenPlug.__init__
flumotion.component.combiners.switch.admin_gtk.SwitchingNode.__init__
flumotion.component.component.BaseComponent.__init__
flumotion.component.component.BaseComponentMedium.__init__
flumotion.component.component.ComponentClientFactory.__init__
flumotion.component.consumers.disker.admin_gtk.Point.__init__
flumotion.component.consumers.disker.admin_gtk.PointList.__init__
flumotion.component.consumers.httpstreamer.admin_gtk.StatisticsAdminGtkNode.__init__
flumotion.component.consumers.httpstreamer.httpstreamer.HTTPMedium.__init__
flumotion.component.consumers.httpstreamer.httpstreamer.Stats.__init__
flumotion.component.consumers.httpstreamer.resources.HTTPStreamingResource.__init__
flumotion.component.converters.overlay.overlay.OverlayImageSource.__init__
flumotion.component.eater.Eater.__init__
flumotion.component.effects.colorbalance.colorbalance.Colorbalance.__init__
flumotion.component.effects.volume.volume.Volume.__init__
flumotion.component.encoders.dirac.wizard_gtk.DiracVideoEncoder.__init__
flumotion.component.encoders.dirac.wizard_gtk.DiracWizardPlugin.__init__
flumotion.component.encoders.jpeg.wizard_gtk.JPEGVideoEncoder.__init__
flumotion.component.encoders.jpeg.wizard_gtk.JPEGWizardPlugin.__init__
flumotion.component.encoders.mulaw.wizard_gtk.MulawWizardPlugin.__init__
flumotion.component.encoders.smoke.wizard_gtk.SmokeVideoEncoder.__init__
flumotion.component.encoders.smoke.wizard_gtk.SmokeWizardPlugin.__init__
flumotion.component.encoders.speex.wizard_gtk.SpeexAudioEncoder.__init__
flumotion.component.encoders.speex.wizard_gtk.SpeexWizardPlugin.__init__
flumotion.component.encoders.theora.wizard_gtk.TheoraVideoEncoder.__init__
flumotion.component.encoders.theora.wizard_gtk.TheoraWizardPlugin.__init__
flumotion.component.encoders.vorbis.wizard_gtk.VorbisAudioEncoder.__init__
flumotion.component.encoders.vorbis.wizard_gtk.VorbisWizardPlugin.__init__
flumotion.component.feed.FeedClientFactory.__init__
flumotion.component.feed.FeedMedium.__init__
flumotion.component.feedcomponent.Effect.__init__
flumotion.component.feedcomponent.FeedComponentMedium.__init__
flumotion.component.feeder.Feeder.__init__
flumotion.component.feeder.FeederClient.__init__
flumotion.component.misc.httpserver.admin_gtk.ServerStatsAdminGtkNode.__init__
flumotion.component.misc.httpserver.admin_gtk.StatisticsAdminGtkNode.__init__
flumotion.component.misc.httpserver.cachedprovider.CachedFile.__init__
flumotion.component.misc.httpserver.cachedprovider.CopySession.__init__
flumotion.component.misc.httpserver.cachedprovider.CopyThread.__init__
flumotion.component.misc.httpserver.cachedprovider.DirectFileDelegate.__init__
flumotion.component.misc.httpserver.cachedprovider.FileProviderLocalCachedPlug.__init__
flumotion.component.misc.httpserver.cachedprovider.LocalPath.__init__
flumotion.component.misc.httpserver.cachedprovider.TempFileDelegate.__init__
flumotion.component.misc.httpserver.cachestats.CacheStatistics.__init__
flumotion.component.misc.httpserver.cachestats.RequestStatistics.__init__
flumotion.component.misc.httpserver.httpfile.BadRequest.__init__
flumotion.component.misc.httpserver.httpfile.File.__init__
flumotion.component.misc.httpserver.httpfile.FileTransfer.__init__
flumotion.component.misc.httpserver.httpfile.InternalServerError.__init__
flumotion.component.misc.httpserver.httpfile.MimedFileFactory.__init__
flumotion.component.misc.httpserver.httpserver.CancellableRequest.__init__
flumotion.component.misc.httpserver.httpserver.HTTPFileMedium.__init__
flumotion.component.misc.httpserver.httpserver.Site.__init__
flumotion.component.misc.httpserver.httpserver.StatisticsUpdater.__init__
flumotion.component.misc.httpserver.localpath.LocalPath.__init__
flumotion.component.misc.httpserver.localprovider.FileProviderLocalPlug.__init__
flumotion.component.misc.httpserver.localprovider.LocalFile.__init__
flumotion.component.misc.httpserver.ratecontrol.RateControllerFixedPlug.__init__
flumotion.component.misc.httpserver.ratecontrol.TokenBucketConsumer.__init__
flumotion.component.misc.httpserver.serverstats.RequestStatistics.__init__
flumotion.component.misc.httpserver.serverstats.ServerStatistics.__init__
flumotion.component.misc.porter.porter.PorterAvatar.__init__
flumotion.component.misc.porter.porter.PorterProtocol.__init__
flumotion.component.misc.porter.porter.PorterProtocolFactory.__init__
flumotion.component.misc.porter.porter.PorterRealm.__init__
flumotion.component.misc.porter.porterclient.FDPorterServer.__init__
flumotion.component.misc.porter.porterclient.HTTPPorterClientFactory.__init__
flumotion.component.misc.porter.porterclient.PorterClientFactory.__init__
flumotion.component.padmonitor.EaterPadMonitor.__init__
flumotion.component.padmonitor.PadMonitor.__init__
flumotion.component.padmonitor.PadMonitorSet.__init__
flumotion.component.plugs.base.Plug.__init__
flumotion.component.plugs.cortado.cortado.CortadoDirectoryResource.__init__
flumotion.component.plugs.cortado.wizard_gtk.CortadoHTTPServer.__init__
flumotion.component.plugs.cortado.wizard_gtk.CortadoWizardPlugin.__init__
flumotion.component.plugs.manhole.ManagerManholePlug.__init__
flumotion.component.producers.audiotest.wizard_gtk.AudioTestWizardPlugin.__init__
flumotion.component.producers.audiotest.wizard_gtk.TestAudioProducer.__init__
flumotion.component.producers.bttv.wizard_gtk.BTTVWizardPlugin.__init__
flumotion.component.producers.bttv.wizard_gtk.TVCardProducer.__init__
flumotion.component.producers.bttv.wizard_gtk.TVCardStep.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireAudioStep.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireProducer.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireVideoStep.__init__
flumotion.component.producers.firewire.wizard_gtk.FireWireWizardPlugin.__init__
flumotion.component.producers.firewire.wizard_gtk._FireWireCommon.__init__
flumotion.component.producers.looper.looper.LooperMedium.__init__
flumotion.component.producers.looper.wizard_gtk.LoopAudioStep.__init__
flumotion.component.producers.looper.wizard_gtk.LoopProducer.__init__
flumotion.component.producers.looper.wizard_gtk.LoopVideoStep.__init__
flumotion.component.producers.looper.wizard_gtk.LoopWizardPlugin.__init__
flumotion.component.producers.looper.wizard_gtk._LoopCommon.__init__
flumotion.component.producers.playlist.playlist.PlaylistProducerMedium.__init__
flumotion.component.producers.playlist.playlistparser.Playlist.__init__
flumotion.component.producers.playlist.playlistparser.PlaylistItem.__init__
flumotion.component.producers.playlist.playlistparser.PlaylistParser.__init__
flumotion.component.producers.playlist.singledecodebin.SingleDecodeBin.__init__
flumotion.component.producers.playlist.smartscale.SmartVideoScale.__init__
flumotion.component.producers.soundcard.wizard_gtk.SoundcardProducer.__init__
flumotion.component.producers.soundcard.wizard_gtk.SoundcardStep.__init__
flumotion.component.producers.soundcard.wizard_gtk.SoundcardWizardPlugin.__init__
flumotion.component.producers.unixdomain.unixdomain.UnixDomainDumbFactory.__init__
flumotion.component.producers.videotest.wizard_gtk.TestVideoProducer.__init__
flumotion.component.producers.videotest.wizard_gtk.VideoTestWizardPlugin.__init__
flumotion.component.producers.webcam.wizard_gtk.WebcamProducer.__init__
flumotion.component.producers.webcam.wizard_gtk.WebcamStep.__init__
flumotion.component.producers.webcam.wizard_gtk.WebcamWizardPlugin.__init__
flumotion.extern.code.Completer.__init__
flumotion.extern.code.GtkInterpreter.__init__
flumotion.extern.command.command.Command.__init__
flumotion.extern.command.command.CommandError.__init__
flumotion.extern.command.command.CommandExited.__init__
flumotion.extern.command.command.CommandOk.__init__
flumotion.extern.exceptiondialog.ExceptionDialog.__init__
flumotion.extern.exceptiondialog.TracebackViewer.__init__
flumotion.extern.log.log.TwistedLogObserver.__init__
flumotion.extern.log.termcolor.ProgressBar.__init__
flumotion.extern.log.termcolor.TerminalController.__init__
flumotion.job.job.JobClientBroker.__init__
flumotion.job.job.JobClientFactory.__init__
flumotion.job.job.JobMedium.__init__
flumotion.launch.main.ComponentWrapper.__init__
flumotion.launch.parse.Component.__init__
flumotion.launch.parse.ComponentStore.__init__
flumotion.launch.parse.Linker.__init__
flumotion.manager.base.ManagerAvatar.__init__
flumotion.manager.base.ManagerHeaven.__init__
flumotion.manager.component.ComponentAvatar.__init__
flumotion.manager.component.ComponentHeaven.__init__
flumotion.manager.component.FeedMap.__init__
flumotion.manager.config.ConfigEntryAtmosphere.__init__
flumotion.manager.config.ConfigEntryComponent.__init__
flumotion.manager.config.ConfigEntryFlow.__init__
flumotion.manager.config.ConfigEntryManager.__init__
flumotion.manager.config.ManagerConfigParser.__init__
flumotion.manager.config.PlanetConfigParser.__init__
flumotion.manager.config.PlanetXMLWriter.__init__
flumotion.manager.manager.ComponentMapper.__init__
flumotion.manager.manager.Dispatcher.__init__
flumotion.manager.manager.Vishnu.__init__
flumotion.manager.worker.WorkerAvatar.__init__
flumotion.manager.worker.WorkerHeaven.__init__
flumotion.service.service.Servicer.__init__
flumotion.twisted.checkers.CryptChecker.__init__
flumotion.twisted.checkers.FlexibleCredentialsChecker.__init__
flumotion.twisted.checkers.Sha256Checker.__init__
flumotion.twisted.credentials.HTTPDigestChallenger.__init__
flumotion.twisted.credentials.HTTPGetArguments.__init__
flumotion.twisted.credentials.Token.__init__
flumotion.twisted.credentials.Username.__init__
flumotion.twisted.credentials.UsernameCryptPasswordCrypt.__init__
flumotion.twisted.credentials.UsernameCryptPasswordCryptChallenger.__init__
flumotion.twisted.credentials.UsernameCryptPasswordPlaintext.__init__
flumotion.twisted.credentials.UsernameSha256PasswordCryptChallenger.__init__
flumotion.twisted.defer.Resolution.__init__
flumotion.twisted.defer.RetryingDeferred.__init__
flumotion.twisted.fdserver.FDPassingBroker.__init__
flumotion.twisted.flavors.StateCacheable.__init__
flumotion.twisted.flavors.StateRemoteCache.__init__
flumotion.twisted.integration.CommandNotFoundException.__init__
flumotion.twisted.integration.Plan.__init__
flumotion.twisted.integration.PlanExecutor.__init__
flumotion.twisted.integration.Process.__init__
flumotion.twisted.integration.ProcessProtocol.__init__
flumotion.twisted.integration.ProcessesStillRunningException.__init__
flumotion.twisted.integration.TimeoutException.__init__
flumotion.twisted.integration.UnexpectedExitCodeException.__init__
flumotion.twisted.integration.UnexpectedExitException.__init__
flumotion.twisted.pb.Authenticator.__init__
flumotion.twisted.pb.Avatar.__init__
flumotion.twisted.pb.ReconnectingFPBClientFactory.__init__
flumotion.twisted.pb.ReconnectingPBClientFactory.__init__
flumotion.twisted.pb.RemoteAuthenticator.__init__
flumotion.twisted.pb._BouncerWrapper.__init__
flumotion.twisted.pb._FPortalRoot.__init__
flumotion.twisted.portal.BouncerPortal.__init__
flumotion.twisted.rtsp.ErrorResource.__init__
flumotion.twisted.rtsp.NoResource.__init__
flumotion.worker.base.BaseJobAvatar.__init__
flumotion.worker.base.BaseJobHeaven.__init__
flumotion.worker.base.JobInfo.__init__
flumotion.worker.base.JobProcessProtocol.__init__
flumotion.worker.checks.check.CheckProcError.__init__
flumotion.worker.config.ConfigEntryAuthentication.__init__
flumotion.worker.config.ConfigEntryManager.__init__
flumotion.worker.config.WorkerConfigXML.__init__
flumotion.worker.feedserver.FeedAvatar.__init__
flumotion.worker.feedserver.FeedServer.__init__
flumotion.worker.job.CheckJobHeaven.__init__
flumotion.worker.job.ComponentJobInfo.__init__
flumotion.worker.medium.WorkerClientFactory.__init__
flumotion.worker.medium.WorkerMedium.__init__
flumotion.worker.worker.ProxyBouncer.__init__
flumotion.worker.worker.WorkerBrain.__init__" class="py-name" href="#" onclick="return doclink('link-187', '__init__', 'link-151');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L377"></a><tt class="py-lineno">377</tt>  <tt class="py-line"> </tt>
<a name="L378"></a><tt class="py-lineno">378</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-188" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-188', 'medium', 'link-14');">medium</a></tt> <tt class="py-op">=</tt> <tt id="link-189" class="py-name" targets="Class flumotion.job.job.JobMedium=flumotion.job.job.JobMedium-class.html"><a title="flumotion.job.job.JobMedium" class="py-name" href="#" onclick="return doclink('link-189', 'JobMedium', 'link-189');">JobMedium</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L379"></a><tt class="py-lineno">379</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-190" class="py-name"><a title="flumotion.admin.rrdmon.rrdmon.RRDMonitor.logName
flumotion.manager.component.FeedMap.logName" class="py-name" href="#" onclick="return doclink('link-190', 'logName', 'link-33');">logName</a></tt> <tt class="py-op">=</tt> <tt class="py-name">id</tt> </tt>
<a name="L380"></a><tt class="py-lineno">380</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-191" class="py-name" targets="Method flumotion.job.job.JobClientFactory.login()=flumotion.job.job.JobClientFactory-class.html#login,Method flumotion.twisted.pb.FPBClientFactory.login()=flumotion.twisted.pb.FPBClientFactory-class.html#login,Method flumotion.twisted.portal.BouncerPortal.login()=flumotion.twisted.portal.BouncerPortal-class.html#login,Method flumotion.worker.worker.WorkerBrain.login()=flumotion.worker.worker.WorkerBrain-class.html#login"><a title="flumotion.job.job.JobClientFactory.login
flumotion.twisted.pb.FPBClientFactory.login
flumotion.twisted.portal.BouncerPortal.login
flumotion.worker.worker.WorkerBrain.login" class="py-name" href="#" onclick="return doclink('link-191', 'login', 'link-191');">login</a></tt><tt class="py-op">(</tt><tt class="py-name">id</tt><tt class="py-op">)</tt> </tt>
<a name="L381"></a><tt class="py-lineno">381</tt>  <tt class="py-line"> </tt>
<a name="L382"></a><tt class="py-lineno">382</tt>  <tt class="py-line">        <tt class="py-comment"># use an FD-passing broker instead</tt> </tt>
<a name="L383"></a><tt class="py-lineno">383</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">protocol</tt> <tt class="py-op">=</tt> <tt id="link-192" class="py-name" targets="Class flumotion.job.job.JobClientBroker=flumotion.job.job.JobClientBroker-class.html"><a title="flumotion.job.job.JobClientBroker" class="py-name" href="#" onclick="return doclink('link-192', 'JobClientBroker', 'link-192');">JobClientBroker</a></tt> </tt>
</div><a name="L384"></a><tt class="py-lineno">384</tt>  <tt class="py-line"> </tt>
<a name="L385"></a><tt class="py-lineno">385</tt>  <tt class="py-line">    <tt class="py-comment">### pb.PBClientFactory methods</tt> </tt>
<a name="L386"></a><tt class="py-lineno">386</tt>  <tt class="py-line"> </tt>
<a name="JobClientFactory.buildProtocol"></a><div id="JobClientFactory.buildProtocol-def"><a name="L387"></a><tt class="py-lineno">387</tt> <a class="py-toggle" href="#" id="JobClientFactory.buildProtocol-toggle" onclick="return toggle('JobClientFactory.buildProtocol');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobClientFactory-class.html#buildProtocol">buildProtocol</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">addr</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientFactory.buildProtocol-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobClientFactory.buildProtocol-expanded"><a name="L388"></a><tt class="py-lineno">388</tt>  <tt class="py-line">        <tt class="py-name">p</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">protocol</tt><tt class="py-op">(</tt><tt id="link-193" class="py-name"><a title="flumotion.twisted.fdserver" class="py-name" href="#" onclick="return doclink('link-193', 'fdserver', 'link-23');">fdserver</a></tt><tt class="py-op">.</tt><tt id="link-194" class="py-name" targets="Class flumotion.twisted.fdserver.FDServer=flumotion.twisted.fdserver.FDServer-class.html"><a title="flumotion.twisted.fdserver.FDServer" class="py-name" href="#" onclick="return doclink('link-194', 'FDServer', 'link-194');">FDServer</a></tt><tt class="py-op">)</tt> </tt>
<a name="L389"></a><tt class="py-lineno">389</tt>  <tt class="py-line">        <tt class="py-name">p</tt><tt class="py-op">.</tt><tt id="link-195" class="py-name"><a title="twisted.spread.pb.Broker.factory" class="py-name" href="#" onclick="return doclink('link-195', 'factory', 'link-156');">factory</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt> </tt>
<a name="L390"></a><tt class="py-lineno">390</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">p</tt> </tt>
</div><a name="L391"></a><tt class="py-lineno">391</tt>  <tt class="py-line"> </tt>
<a name="L392"></a><tt class="py-lineno">392</tt>  <tt class="py-line">    <tt class="py-comment"># FIXME: might be nice if jobs got a password to use to log in to brain</tt> </tt>
<a name="L393"></a><tt class="py-lineno">393</tt>  <tt class="py-line"> </tt>
<a name="JobClientFactory.login"></a><div id="JobClientFactory.login-def"><a name="L394"></a><tt class="py-lineno">394</tt> <a class="py-toggle" href="#" id="JobClientFactory.login-toggle" onclick="return toggle('JobClientFactory.login');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobClientFactory-class.html#login">login</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">username</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientFactory.login-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobClientFactory.login-expanded"><a name="L395"></a><tt class="py-lineno">395</tt>  <tt class="py-line"> </tt>
<a name="L396"></a><tt class="py-lineno">396</tt>  <tt class="py-line">        <tt class="py-keyword">def</tt> <tt class="py-def-name">haveReference</tt><tt class="py-op">(</tt><tt class="py-param">remoteReference</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L397"></a><tt class="py-lineno">397</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-196" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-196', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'Logged in to worker'</tt><tt class="py-op">)</tt> </tt>
<a name="L398"></a><tt class="py-lineno">398</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-197" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-197', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'perspective %r connected'</tt><tt class="py-op">,</tt> <tt class="py-name">remoteReference</tt><tt class="py-op">)</tt> </tt>
<a name="L399"></a><tt class="py-lineno">399</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-198" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-198', 'medium', 'link-14');">medium</a></tt><tt class="py-op">.</tt><tt id="link-199" class="py-name" targets="Method flumotion.admin.admin.AdminModel.setRemoteReference()=flumotion.admin.admin.AdminModel-class.html#setRemoteReference,Method flumotion.common.interfaces.IMedium.setRemoteReference()=flumotion.common.interfaces.IMedium-class.html#setRemoteReference,Method flumotion.common.medium.BaseMedium.setRemoteReference()=flumotion.common.medium.BaseMedium-class.html#setRemoteReference,Method flumotion.common.medium.PingingMedium.setRemoteReference()=flumotion.common.medium.PingingMedium-class.html#setRemoteReference,Method flumotion.component.component.BaseComponentMedium.setRemoteReference()=flumotion.component.component.BaseComponentMedium-class.html#setRemoteReference,Method flumotion.component.feed.FeedMedium.setRemoteReference()=flumotion.component.feed.FeedMedium-class.html#setRemoteReference"><a title="flumotion.admin.admin.AdminModel.setRemoteReference
flumotion.common.interfaces.IMedium.setRemoteReference
flumotion.common.medium.BaseMedium.setRemoteReference
flumotion.common.medium.PingingMedium.setRemoteReference
flumotion.component.component.BaseComponentMedium.setRemoteReference
flumotion.component.feed.FeedMedium.setRemoteReference" class="py-name" href="#" onclick="return doclink('link-199', 'setRemoteReference', 'link-199');">setRemoteReference</a></tt><tt class="py-op">(</tt><tt class="py-name">remoteReference</tt><tt class="py-op">)</tt> </tt>
</div><a name="L400"></a><tt class="py-lineno">400</tt>  <tt class="py-line"> </tt>
<a name="L401"></a><tt class="py-lineno">401</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-200" class="py-name"><a title="flumotion.extern.log.log.Loggable.info
flumotion.extern.log.log.info
flumotion.twisted.integration.info" class="py-name" href="#" onclick="return doclink('link-200', 'info', 'link-49');">info</a></tt><tt class="py-op">(</tt><tt class="py-string">'Logging in to worker'</tt><tt class="py-op">)</tt> </tt>
<a name="L402"></a><tt class="py-lineno">402</tt>  <tt class="py-line">        <tt class="py-name">d</tt> <tt class="py-op">=</tt> <tt id="link-201" class="py-name"><a title="flumotion.twisted.pb" class="py-name" href="#" onclick="return doclink('link-201', 'pb', 'link-7');">pb</a></tt><tt class="py-op">.</tt><tt class="py-name">PBClientFactory</tt><tt class="py-op">.</tt><tt id="link-202" class="py-name"><a title="flumotion.job.job.JobClientFactory.login
flumotion.twisted.pb.FPBClientFactory.login
flumotion.twisted.portal.BouncerPortal.login
flumotion.worker.worker.WorkerBrain.login" class="py-name" href="#" onclick="return doclink('link-202', 'login', 'link-191');">login</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> </tt>
<a name="L403"></a><tt class="py-lineno">403</tt>  <tt class="py-line">            <tt id="link-203" class="py-name"><a title="flumotion.twisted.credentials" class="py-name" href="#" onclick="return doclink('link-203', 'credentials', 'link-1');">credentials</a></tt><tt class="py-op">.</tt><tt class="py-name">UsernamePassword</tt><tt class="py-op">(</tt><tt id="link-204" class="py-name" targets="Variable flumotion.twisted.pb.Authenticator.username=flumotion.twisted.pb.Authenticator-class.html#username,Variable flumotion.twisted.pb.RemoteAuthenticator.username=flumotion.twisted.pb.RemoteAuthenticator-class.html#username,Variable twisted.spread.pb.Broker.username=twisted.spread.pb.Broker-class.html#username"><a title="flumotion.twisted.pb.Authenticator.username
flumotion.twisted.pb.RemoteAuthenticator.username
twisted.spread.pb.Broker.username" class="py-name" href="#" onclick="return doclink('link-204', 'username', 'link-204');">username</a></tt><tt class="py-op">,</tt> <tt class="py-string">''</tt><tt class="py-op">)</tt><tt class="py-op">,</tt> </tt>
<a name="L404"></a><tt class="py-lineno">404</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-205" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-205', 'medium', 'link-14');">medium</a></tt><tt class="py-op">)</tt> </tt>
<a name="L405"></a><tt class="py-lineno">405</tt>  <tt class="py-line">        <tt class="py-name">d</tt><tt class="py-op">.</tt><tt class="py-name">addCallback</tt><tt class="py-op">(</tt><tt class="py-name">haveReference</tt><tt class="py-op">)</tt> </tt>
<a name="L406"></a><tt class="py-lineno">406</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">d</tt> </tt>
</div><a name="L407"></a><tt class="py-lineno">407</tt>  <tt class="py-line"> </tt>
<a name="L408"></a><tt class="py-lineno">408</tt>  <tt class="py-line">    <tt class="py-comment"># the only way stopFactory can be called is if the WorkerBrain closes</tt> </tt>
<a name="L409"></a><tt class="py-lineno">409</tt>  <tt class="py-line">    <tt class="py-comment"># the pb server.  Ideally though we would have gotten a notice before.</tt> </tt>
<a name="L410"></a><tt class="py-lineno">410</tt>  <tt class="py-line">    <tt class="py-comment"># This ensures we shut down the component/job in ALL cases where the worker</tt> </tt>
<a name="L411"></a><tt class="py-lineno">411</tt>  <tt class="py-line">    <tt class="py-comment"># goes away.</tt> </tt>
<a name="L412"></a><tt class="py-lineno">412</tt>  <tt class="py-line"> </tt>
<a name="JobClientFactory.stopFactory"></a><div id="JobClientFactory.stopFactory-def"><a name="L413"></a><tt class="py-lineno">413</tt> <a class="py-toggle" href="#" id="JobClientFactory.stopFactory-toggle" onclick="return toggle('JobClientFactory.stopFactory');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.job.job.JobClientFactory-class.html#stopFactory">stopFactory</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="JobClientFactory.stopFactory-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="JobClientFactory.stopFactory-expanded"><a name="L414"></a><tt class="py-lineno">414</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-206" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-206', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'shutting down medium'</tt><tt class="py-op">)</tt> </tt>
<a name="L415"></a><tt class="py-lineno">415</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-207" class="py-name"><a title="flumotion.admin.command.main.Command.medium
flumotion.common.medium
flumotion.twisted.pb.FPBClientFactory.medium
flumotion.worker.medium" class="py-name" href="#" onclick="return doclink('link-207', 'medium', 'link-14');">medium</a></tt><tt class="py-op">.</tt><tt id="link-208" class="py-name"><a title="flumotion.admin.admin.AdminModel.shutdown
flumotion.job.job.JobMedium.shutdown
flumotion.manager.manager.Vishnu.shutdown
flumotion.worker.base.BaseJobHeaven.shutdown
flumotion.worker.feedserver.FeedServer.shutdown" class="py-name" href="#" onclick="return doclink('link-208', 'shutdown', 'link-73');">shutdown</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L416"></a><tt class="py-lineno">416</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-209" class="py-name"><a title="flumotion.common.avltree.debug
flumotion.common.debug
flumotion.common.testsuite.TestCase.debug
flumotion.extern.command.command.Command.debug
flumotion.extern.log.log.Loggable.debug
flumotion.extern.log.log.debug
flumotion.twisted.integration.debug" class="py-name" href="#" onclick="return doclink('link-209', 'debug', 'link-38');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'shut down medium'</tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L417"></a><tt class="py-lineno">417</tt>  <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Sun Sep 13 13:14:29 2009
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>