Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d4db7b5092b5090e91377eb3dd3b8023 > files > 2590

flumotion-0.6.1-2.fc14.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.manager.worker</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.manager-module.html">Package&nbsp;manager</a> ::
        Module&nbsp;worker
      </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.manager.worker-module.html">Module flumotion.manager.worker</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; test-case-name: flumotion.test.test_manager_worker -*-</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">manager-side objects to handle worker clients</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">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">internet</tt> <tt class="py-keyword">import</tt> <tt id="link-1" 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-1', 'defer', 'link-1');">defer</a></tt> </tt>
<a name="L27"></a><tt class="py-lineno"> 27</tt>  <tt class="py-line"> </tt>
<a name="L28"></a><tt class="py-lineno"> 28</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-2" class="py-name" targets="Module flumotion.admin.command.manager=flumotion.admin.command.manager-module.html,Package flumotion.manager=flumotion.manager-module.html,Module flumotion.manager.manager=flumotion.manager.manager-module.html"><a title="flumotion.admin.command.manager
flumotion.manager
flumotion.manager.manager" class="py-name" href="#" onclick="return doclink('link-2', 'manager', 'link-2');">manager</a></tt> <tt class="py-keyword">import</tt> <tt id="link-3" class="py-name" targets="Package flumotion.component.base=flumotion.component.base-module.html,Module flumotion.component.plugs.base=flumotion.component.plugs.base-module.html,Module flumotion.manager.base=flumotion.manager.base-module.html,Module flumotion.worker.base=flumotion.worker.base-module.html"><a title="flumotion.component.base
flumotion.component.plugs.base
flumotion.manager.base
flumotion.worker.base" class="py-name" href="#" onclick="return doclink('link-3', 'base', 'link-3');">base</a></tt> </tt>
<a name="L29"></a><tt class="py-lineno"> 29</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-4" 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-4', 'common', 'link-4');">common</a></tt> <tt class="py-keyword">import</tt> <tt id="link-5" 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-5', 'errors', 'link-5');">errors</a></tt><tt class="py-op">,</tt> <tt id="link-6" 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-6', 'interfaces', 'link-6');">interfaces</a></tt><tt class="py-op">,</tt> <tt id="link-7" 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-7', 'log', 'link-7');">log</a></tt><tt class="py-op">,</tt> <tt id="link-8" class="py-name" targets="Module flumotion.common.registry=flumotion.common.registry-module.html"><a title="flumotion.common.registry" class="py-name" href="#" onclick="return doclink('link-8', 'registry', 'link-8');">registry</a></tt> </tt>
<a name="L30"></a><tt class="py-lineno"> 30</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-9" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-9', 'common', 'link-4');">common</a></tt> <tt class="py-keyword">import</tt> <tt id="link-10" class="py-name" targets="Module flumotion.admin.command.worker=flumotion.admin.command.worker-module.html,Module flumotion.common.worker=flumotion.common.worker-module.html,Module flumotion.manager.worker=flumotion.manager.worker-module.html,Package flumotion.worker=flumotion.worker-module.html,Module flumotion.worker.worker=flumotion.worker.worker-module.html"><a title="flumotion.admin.command.worker
flumotion.common.worker
flumotion.manager.worker
flumotion.worker
flumotion.worker.worker" class="py-name" href="#" onclick="return doclink('link-10', 'worker', 'link-10');">worker</a></tt><tt class="py-op">,</tt> <tt id="link-11" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-11', 'common', 'link-4');">common</a></tt> </tt>
<a name="L31"></a><tt class="py-lineno"> 31</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-12" class="py-name"><a title="flumotion.admin.command.common
flumotion.common
flumotion.common.common" class="py-name" href="#" onclick="return doclink('link-12', 'common', 'link-4');">common</a></tt><tt class="py-op">.</tt><tt id="link-13" class="py-name" targets="Module flumotion.common.vfs=flumotion.common.vfs-module.html"><a title="flumotion.common.vfs" class="py-name" href="#" onclick="return doclink('link-13', 'vfs', 'link-13');">vfs</a></tt> <tt class="py-keyword">import</tt> <tt id="link-14" class="py-name" targets="Function flumotion.common.vfs.registerVFSJelly()=flumotion.common.vfs-module.html#registerVFSJelly"><a title="flumotion.common.vfs.registerVFSJelly" class="py-name" href="#" onclick="return doclink('link-14', 'registerVFSJelly', 'link-14');">registerVFSJelly</a></tt> </tt>
<a name="L32"></a><tt class="py-lineno"> 32</tt>  <tt class="py-line"> </tt>
<a name="L33"></a><tt class="py-lineno"> 33</tt>  <tt class="py-line"><tt class="py-name">__version__</tt> <tt class="py-op">=</tt> <tt class="py-string">"$Rev: 7162 $"</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>
<a name="WorkerAvatar"></a><div id="WorkerAvatar-def"><a name="L36"></a><tt class="py-lineno"> 36</tt> <a class="py-toggle" href="#" id="WorkerAvatar-toggle" onclick="return toggle('WorkerAvatar');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html">WorkerAvatar</a><tt class="py-op">(</tt><tt class="py-base-class">base</tt><tt class="py-op">.</tt><tt class="py-base-class">ManagerAvatar</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerAvatar-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="WorkerAvatar-expanded"><a name="L37"></a><tt class="py-lineno"> 37</tt>  <tt class="py-line">    <tt class="py-docstring">"""</tt> </tt>
<a name="L38"></a><tt class="py-lineno"> 38</tt>  <tt class="py-line"><tt class="py-docstring">    I am an avatar created for a worker.</tt> </tt>
<a name="L39"></a><tt class="py-lineno"> 39</tt>  <tt class="py-line"><tt class="py-docstring">    A reference to me is given when logging in and requesting a worker avatar.</tt> </tt>
<a name="L40"></a><tt class="py-lineno"> 40</tt>  <tt class="py-line"><tt class="py-docstring">    I live in the manager.</tt> </tt>
<a name="L41"></a><tt class="py-lineno"> 41</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L42"></a><tt class="py-lineno"> 42</tt>  <tt class="py-line"><tt class="py-docstring">    @ivar feedServerPort: TCP port the feed server is listening on</tt> </tt>
<a name="L43"></a><tt class="py-lineno"> 43</tt>  <tt class="py-line"><tt class="py-docstring">    @type feedServerPort: int</tt> </tt>
<a name="L44"></a><tt class="py-lineno"> 44</tt>  <tt class="py-line"><tt class="py-docstring">    """</tt> </tt>
<a name="L45"></a><tt class="py-lineno"> 45</tt>  <tt class="py-line">    <tt id="link-15" 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-15', 'logCategory', 'link-15');">logCategory</a></tt> <tt class="py-op">=</tt> <tt class="py-string">'worker-avatar'</tt> </tt>
<a name="L46"></a><tt class="py-lineno"> 46</tt>  <tt class="py-line"> </tt>
<a name="L47"></a><tt class="py-lineno"> 47</tt>  <tt class="py-line">    <tt id="link-16" class="py-name" targets="Variable flumotion.manager.worker.WorkerAvatar._portSet=flumotion.manager.worker.WorkerAvatar-class.html#_portSet"><a title="flumotion.manager.worker.WorkerAvatar._portSet" class="py-name" href="#" onclick="return doclink('link-16', '_portSet', 'link-16');">_portSet</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L48"></a><tt class="py-lineno"> 48</tt>  <tt class="py-line">    <tt id="link-17" class="py-name" targets="Variable flumotion.manager.worker.WorkerAvatar.feedServerPort=flumotion.manager.worker.WorkerAvatar-class.html#feedServerPort"><a title="flumotion.manager.worker.WorkerAvatar.feedServerPort" class="py-name" href="#" onclick="return doclink('link-17', 'feedServerPort', 'link-17');">feedServerPort</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L49"></a><tt class="py-lineno"> 49</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.__init__"></a><div id="WorkerAvatar.__init__-def"><a name="L50"></a><tt class="py-lineno"> 50</tt> <a class="py-toggle" href="#" id="WorkerAvatar.__init__-toggle" onclick="return toggle('WorkerAvatar.__init__');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-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">heaven</tt><tt class="py-op">,</tt> <tt class="py-param">avatarId</tt><tt class="py-op">,</tt> <tt class="py-param">remoteIdentity</tt><tt class="py-op">,</tt> <tt class="py-param">mind</tt><tt class="py-op">,</tt> </tt>
<a name="L51"></a><tt class="py-lineno"> 51</tt>  <tt class="py-line">                 <tt class="py-param">feedServerPort</tt><tt class="py-op">,</tt> <tt class="py-param">ports</tt><tt class="py-op">,</tt> <tt class="py-param">randomPorts</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerAvatar.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.__init__-expanded"><a name="L52"></a><tt class="py-lineno"> 52</tt>  <tt class="py-line">        <tt id="link-18" class="py-name"><a title="flumotion.component.base
flumotion.component.plugs.base
flumotion.manager.base
flumotion.worker.base" class="py-name" href="#" onclick="return doclink('link-18', 'base', 'link-3');">base</a></tt><tt class="py-op">.</tt><tt id="link-19" class="py-name" targets="Class flumotion.manager.base.ManagerAvatar=flumotion.manager.base.ManagerAvatar-class.html"><a title="flumotion.manager.base.ManagerAvatar" class="py-name" href="#" onclick="return doclink('link-19', 'ManagerAvatar', 'link-19');">ManagerAvatar</a></tt><tt class="py-op">.</tt><tt id="link-20" 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-20', '__init__', 'link-20');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-name">heaven</tt><tt class="py-op">,</tt> <tt id="link-21" 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-21', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> </tt>
<a name="L53"></a><tt class="py-lineno"> 53</tt>  <tt class="py-line">                                    <tt class="py-name">remoteIdentity</tt><tt class="py-op">,</tt> <tt class="py-name">mind</tt><tt class="py-op">)</tt> </tt>
<a name="L54"></a><tt class="py-lineno"> 54</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-22" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar.feedServerPort" class="py-name" href="#" onclick="return doclink('link-22', 'feedServerPort', 'link-17');">feedServerPort</a></tt> <tt class="py-op">=</tt> <tt id="link-23" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar.feedServerPort" class="py-name" href="#" onclick="return doclink('link-23', 'feedServerPort', 'link-17');">feedServerPort</a></tt> </tt>
<a name="L55"></a><tt class="py-lineno"> 55</tt>  <tt class="py-line"> </tt>
<a name="L56"></a><tt class="py-lineno"> 56</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-24" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar._portSet" class="py-name" href="#" onclick="return doclink('link-24', '_portSet', 'link-16');">_portSet</a></tt> <tt class="py-op">=</tt> <tt id="link-25" class="py-name"><a title="flumotion.admin.command.worker
flumotion.common.worker
flumotion.manager.worker
flumotion.worker
flumotion.worker.worker" class="py-name" href="#" onclick="return doclink('link-25', 'worker', 'link-10');">worker</a></tt><tt class="py-op">.</tt><tt id="link-26" class="py-name" targets="Class flumotion.common.worker.PortSet=flumotion.common.worker.PortSet-class.html"><a title="flumotion.common.worker.PortSet" class="py-name" href="#" onclick="return doclink('link-26', 'PortSet', 'link-26');">PortSet</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-27" 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-27', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> <tt class="py-name">ports</tt><tt class="py-op">,</tt> <tt class="py-name">randomPorts</tt><tt class="py-op">)</tt> </tt>
<a name="L57"></a><tt class="py-lineno"> 57</tt>  <tt class="py-line"> </tt>
<a name="L58"></a><tt class="py-lineno"> 58</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">heaven</tt><tt class="py-op">.</tt><tt id="link-28" class="py-name" targets="Method flumotion.manager.manager.Vishnu.workerAttached()=flumotion.manager.manager.Vishnu-class.html#workerAttached,Method flumotion.manager.worker.WorkerHeaven.workerAttached()=flumotion.manager.worker.WorkerHeaven-class.html#workerAttached"><a title="flumotion.manager.manager.Vishnu.workerAttached
flumotion.manager.worker.WorkerHeaven.workerAttached" class="py-name" href="#" onclick="return doclink('link-28', 'workerAttached', 'link-28');">workerAttached</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L59"></a><tt class="py-lineno"> 59</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">vishnu</tt><tt class="py-op">.</tt><tt id="link-29" class="py-name"><a title="flumotion.manager.manager.Vishnu.workerAttached
flumotion.manager.worker.WorkerHeaven.workerAttached" class="py-name" href="#" onclick="return doclink('link-29', 'workerAttached', 'link-28');">workerAttached</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L60"></a><tt class="py-lineno"> 60</tt>  <tt class="py-line"> </tt>
<a name="L61"></a><tt class="py-lineno"> 61</tt>  <tt class="py-line">        <tt id="link-30" class="py-name"><a title="flumotion.common.vfs.registerVFSJelly" class="py-name" href="#" onclick="return doclink('link-30', 'registerVFSJelly', 'link-14');">registerVFSJelly</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
</div><a name="L62"></a><tt class="py-lineno"> 62</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.getName"></a><div id="WorkerAvatar.getName-def"><a name="L63"></a><tt class="py-lineno"> 63</tt> <a class="py-toggle" href="#" id="WorkerAvatar.getName-toggle" onclick="return toggle('WorkerAvatar.getName');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#getName">getName</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="WorkerAvatar.getName-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.getName-expanded"><a name="L64"></a><tt class="py-lineno"> 64</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-31" 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-31', 'avatarId', 'link-21');">avatarId</a></tt> </tt>
</div><a name="L65"></a><tt class="py-lineno"> 65</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.makeAvatarInitArgs"></a><div id="WorkerAvatar.makeAvatarInitArgs-def"><a name="L66"></a><tt class="py-lineno"> 66</tt> <a class="py-toggle" href="#" id="WorkerAvatar.makeAvatarInitArgs-toggle" onclick="return toggle('WorkerAvatar.makeAvatarInitArgs');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#makeAvatarInitArgs">makeAvatarInitArgs</a><tt class="py-op">(</tt><tt class="py-param">klass</tt><tt class="py-op">,</tt> <tt class="py-param">heaven</tt><tt class="py-op">,</tt> <tt class="py-param">avatarId</tt><tt class="py-op">,</tt> <tt class="py-param">remoteIdentity</tt><tt class="py-op">,</tt> </tt>
<a name="L67"></a><tt class="py-lineno"> 67</tt>  <tt class="py-line">                           <tt class="py-param">mind</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerAvatar.makeAvatarInitArgs-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.makeAvatarInitArgs-expanded"><a name="L68"></a><tt class="py-lineno"> 68</tt>  <tt class="py-line"> </tt>
<a name="L69"></a><tt class="py-lineno"> 69</tt>  <tt class="py-line">        <tt class="py-keyword">def</tt> <tt class="py-def-name">havePorts</tt><tt class="py-op">(</tt><tt class="py-param">res</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L70"></a><tt class="py-lineno"> 70</tt>  <tt class="py-line">            <tt id="link-32" 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-32', 'log', 'link-7');">log</a></tt><tt class="py-op">.</tt><tt id="link-33" 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-33', 'debug', 'link-33');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'worker-avatar'</tt><tt class="py-op">,</tt> <tt class="py-string">'got port information'</tt><tt class="py-op">)</tt> </tt>
<a name="L71"></a><tt class="py-lineno"> 71</tt>  <tt class="py-line">            <tt class="py-op">(</tt><tt class="py-name">_s1</tt><tt class="py-op">,</tt> <tt id="link-34" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar.feedServerPort" class="py-name" href="#" onclick="return doclink('link-34', 'feedServerPort', 'link-17');">feedServerPort</a></tt><tt class="py-op">)</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-name">_s2</tt><tt class="py-op">,</tt> <tt class="py-op">(</tt><tt class="py-name">ports</tt><tt class="py-op">,</tt> <tt class="py-name">random</tt><tt class="py-op">)</tt><tt class="py-op">)</tt> <tt class="py-op">=</tt> <tt class="py-name">res</tt> </tt>
<a name="L72"></a><tt class="py-lineno"> 72</tt>  <tt class="py-line">            <tt class="py-keyword">return</tt> <tt class="py-op">(</tt><tt class="py-name">heaven</tt><tt class="py-op">,</tt> <tt id="link-35" 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-35', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> <tt class="py-name">remoteIdentity</tt><tt class="py-op">,</tt> <tt class="py-name">mind</tt><tt class="py-op">,</tt> </tt>
<a name="L73"></a><tt class="py-lineno"> 73</tt>  <tt class="py-line">                    <tt id="link-36" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar.feedServerPort" class="py-name" href="#" onclick="return doclink('link-36', 'feedServerPort', 'link-17');">feedServerPort</a></tt><tt class="py-op">,</tt> <tt class="py-name">ports</tt><tt class="py-op">,</tt> <tt class="py-name">random</tt><tt class="py-op">)</tt> </tt>
</div><a name="L74"></a><tt class="py-lineno"> 74</tt>  <tt class="py-line">        <tt id="link-37" 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-37', 'log', 'link-7');">log</a></tt><tt class="py-op">.</tt><tt id="link-38" 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-38', 'debug', 'link-33');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'worker-avatar'</tt><tt class="py-op">,</tt> <tt class="py-string">'calling mind for port information'</tt><tt class="py-op">)</tt> </tt>
<a name="L75"></a><tt class="py-lineno"> 75</tt>  <tt class="py-line">        <tt class="py-name">d</tt> <tt class="py-op">=</tt> <tt id="link-39" class="py-name"><a title="flumotion.twisted.defer" class="py-name" href="#" onclick="return doclink('link-39', 'defer', 'link-1');">defer</a></tt><tt class="py-op">.</tt><tt class="py-name">DeferredList</tt><tt class="py-op">(</tt><tt class="py-op">[</tt><tt class="py-name">mind</tt><tt class="py-op">.</tt><tt id="link-40" 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-40', 'callRemote', 'link-40');">callRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">'getFeedServerPort'</tt><tt class="py-op">)</tt><tt class="py-op">,</tt> </tt>
<a name="L76"></a><tt class="py-lineno"> 76</tt>  <tt class="py-line">                                <tt class="py-name">mind</tt><tt class="py-op">.</tt><tt id="link-41" 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-41', 'callRemote', 'link-40');">callRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">'getPorts'</tt><tt class="py-op">)</tt><tt class="py-op">]</tt><tt class="py-op">,</tt> </tt>
<a name="L77"></a><tt class="py-lineno"> 77</tt>  <tt class="py-line">                               <tt class="py-name">fireOnOneErrback</tt><tt class="py-op">=</tt><tt class="py-name">True</tt><tt class="py-op">)</tt> </tt>
<a name="L78"></a><tt class="py-lineno"> 78</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">havePorts</tt><tt class="py-op">)</tt> </tt>
<a name="L79"></a><tt class="py-lineno"> 79</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">d</tt> </tt>
</div><a name="L80"></a><tt class="py-lineno"> 80</tt>  <tt class="py-line">    <tt id="link-42" class="py-name" targets="Class Method flumotion.manager.base.ManagerAvatar.makeAvatarInitArgs()=flumotion.manager.base.ManagerAvatar-class.html#makeAvatarInitArgs,Class Method flumotion.manager.component.ComponentAvatar.makeAvatarInitArgs()=flumotion.manager.component.ComponentAvatar-class.html#makeAvatarInitArgs,Class Method flumotion.manager.worker.WorkerAvatar.makeAvatarInitArgs()=flumotion.manager.worker.WorkerAvatar-class.html#makeAvatarInitArgs"><a title="flumotion.manager.base.ManagerAvatar.makeAvatarInitArgs
flumotion.manager.component.ComponentAvatar.makeAvatarInitArgs
flumotion.manager.worker.WorkerAvatar.makeAvatarInitArgs" class="py-name" href="#" onclick="return doclink('link-42', 'makeAvatarInitArgs', 'link-42');">makeAvatarInitArgs</a></tt> <tt class="py-op">=</tt> <tt class="py-name">classmethod</tt><tt class="py-op">(</tt><tt id="link-43" class="py-name"><a title="flumotion.manager.base.ManagerAvatar.makeAvatarInitArgs
flumotion.manager.component.ComponentAvatar.makeAvatarInitArgs
flumotion.manager.worker.WorkerAvatar.makeAvatarInitArgs" class="py-name" href="#" onclick="return doclink('link-43', 'makeAvatarInitArgs', 'link-42');">makeAvatarInitArgs</a></tt><tt class="py-op">)</tt> </tt>
<a name="L81"></a><tt class="py-lineno"> 81</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.onShutdown"></a><div id="WorkerAvatar.onShutdown-def"><a name="L82"></a><tt class="py-lineno"> 82</tt> <a class="py-toggle" href="#" id="WorkerAvatar.onShutdown-toggle" onclick="return toggle('WorkerAvatar.onShutdown');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#onShutdown">onShutdown</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="WorkerAvatar.onShutdown-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.onShutdown-expanded"><a name="L83"></a><tt class="py-lineno"> 83</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">heaven</tt><tt class="py-op">.</tt><tt id="link-44" class="py-name" targets="Method flumotion.manager.manager.Vishnu.workerDetached()=flumotion.manager.manager.Vishnu-class.html#workerDetached,Method flumotion.manager.worker.WorkerHeaven.workerDetached()=flumotion.manager.worker.WorkerHeaven-class.html#workerDetached"><a title="flumotion.manager.manager.Vishnu.workerDetached
flumotion.manager.worker.WorkerHeaven.workerDetached" class="py-name" href="#" onclick="return doclink('link-44', 'workerDetached', 'link-44');">workerDetached</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L84"></a><tt class="py-lineno"> 84</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">vishnu</tt><tt class="py-op">.</tt><tt id="link-45" class="py-name"><a title="flumotion.manager.manager.Vishnu.workerDetached
flumotion.manager.worker.WorkerHeaven.workerDetached" class="py-name" href="#" onclick="return doclink('link-45', 'workerDetached', 'link-44');">workerDetached</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
<a name="L85"></a><tt class="py-lineno"> 85</tt>  <tt class="py-line">        <tt id="link-46" class="py-name"><a title="flumotion.component.base
flumotion.component.plugs.base
flumotion.manager.base
flumotion.worker.base" class="py-name" href="#" onclick="return doclink('link-46', 'base', 'link-3');">base</a></tt><tt class="py-op">.</tt><tt id="link-47" class="py-name"><a title="flumotion.manager.base.ManagerAvatar" class="py-name" href="#" onclick="return doclink('link-47', 'ManagerAvatar', 'link-19');">ManagerAvatar</a></tt><tt class="py-op">.</tt><tt id="link-48" class="py-name" targets="Method flumotion.manager.base.ManagerAvatar.onShutdown()=flumotion.manager.base.ManagerAvatar-class.html#onShutdown,Method flumotion.manager.component.ComponentAvatar.onShutdown()=flumotion.manager.component.ComponentAvatar-class.html#onShutdown,Method flumotion.manager.worker.WorkerAvatar.onShutdown()=flumotion.manager.worker.WorkerAvatar-class.html#onShutdown"><a title="flumotion.manager.base.ManagerAvatar.onShutdown
flumotion.manager.component.ComponentAvatar.onShutdown
flumotion.manager.worker.WorkerAvatar.onShutdown" class="py-name" href="#" onclick="return doclink('link-48', 'onShutdown', 'link-48');">onShutdown</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">)</tt> </tt>
</div><a name="L86"></a><tt class="py-lineno"> 86</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.reservePorts"></a><div id="WorkerAvatar.reservePorts-def"><a name="L87"></a><tt class="py-lineno"> 87</tt> <a class="py-toggle" href="#" id="WorkerAvatar.reservePorts-toggle" onclick="return toggle('WorkerAvatar.reservePorts');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#reservePorts">reservePorts</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">numPorts</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerAvatar.reservePorts-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.reservePorts-expanded"><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">        Reserve the given number of ports on the worker.</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 numPorts: how many ports to reserve</tt> </tt>
<a name="L92"></a><tt class="py-lineno"> 92</tt>  <tt class="py-line"><tt class="py-docstring">        @type  numPorts: int</tt> </tt>
<a name="L93"></a><tt class="py-lineno"> 93</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L94"></a><tt class="py-lineno"> 94</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-49" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar._portSet" class="py-name" href="#" onclick="return doclink('link-49', '_portSet', 'link-16');">_portSet</a></tt><tt class="py-op">.</tt><tt id="link-50" class="py-name" targets="Method flumotion.common.worker.PortSet.reservePorts()=flumotion.common.worker.PortSet-class.html#reservePorts,Method flumotion.manager.worker.WorkerAvatar.reservePorts()=flumotion.manager.worker.WorkerAvatar-class.html#reservePorts"><a title="flumotion.common.worker.PortSet.reservePorts
flumotion.manager.worker.WorkerAvatar.reservePorts" class="py-name" href="#" onclick="return doclink('link-50', 'reservePorts', 'link-50');">reservePorts</a></tt><tt class="py-op">(</tt><tt class="py-name">numPorts</tt><tt class="py-op">)</tt> </tt>
</div><a name="L95"></a><tt class="py-lineno"> 95</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.releasePorts"></a><div id="WorkerAvatar.releasePorts-def"><a name="L96"></a><tt class="py-lineno"> 96</tt> <a class="py-toggle" href="#" id="WorkerAvatar.releasePorts-toggle" onclick="return toggle('WorkerAvatar.releasePorts');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#releasePorts">releasePorts</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">ports</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerAvatar.releasePorts-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.releasePorts-expanded"><a name="L97"></a><tt class="py-lineno"> 97</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L98"></a><tt class="py-lineno"> 98</tt>  <tt class="py-line"><tt class="py-docstring">        Release the given list of ports on the worker.</tt> </tt>
<a name="L99"></a><tt class="py-lineno"> 99</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L100"></a><tt class="py-lineno">100</tt>  <tt class="py-line"><tt class="py-docstring">        @param ports: list of ports to release</tt> </tt>
<a name="L101"></a><tt class="py-lineno">101</tt>  <tt class="py-line"><tt class="py-docstring">        @type  ports: list of int</tt> </tt>
<a name="L102"></a><tt class="py-lineno">102</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L103"></a><tt class="py-lineno">103</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-51" class="py-name"><a title="flumotion.manager.worker.WorkerAvatar._portSet" class="py-name" href="#" onclick="return doclink('link-51', '_portSet', 'link-16');">_portSet</a></tt><tt class="py-op">.</tt><tt id="link-52" class="py-name" targets="Method flumotion.common.worker.PortSet.releasePorts()=flumotion.common.worker.PortSet-class.html#releasePorts,Method flumotion.manager.worker.WorkerAvatar.releasePorts()=flumotion.manager.worker.WorkerAvatar-class.html#releasePorts"><a title="flumotion.common.worker.PortSet.releasePorts
flumotion.manager.worker.WorkerAvatar.releasePorts" class="py-name" href="#" onclick="return doclink('link-52', 'releasePorts', 'link-52');">releasePorts</a></tt><tt class="py-op">(</tt><tt class="py-name">ports</tt><tt class="py-op">)</tt> </tt>
</div><a name="L104"></a><tt class="py-lineno">104</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.createComponent"></a><div id="WorkerAvatar.createComponent-def"><a name="L105"></a><tt class="py-lineno">105</tt> <a class="py-toggle" href="#" id="WorkerAvatar.createComponent-toggle" onclick="return toggle('WorkerAvatar.createComponent');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-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">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="WorkerAvatar.createComponent-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.createComponent-expanded"><a name="L106"></a><tt class="py-lineno">106</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L107"></a><tt class="py-lineno">107</tt>  <tt class="py-line"><tt class="py-docstring">        Create a component of the given type with the given nice level.</tt> </tt>
<a name="L108"></a><tt class="py-lineno">108</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L109"></a><tt class="py-lineno">109</tt>  <tt class="py-line"><tt class="py-docstring">        @param avatarId: avatarId the component should use to log in</tt> </tt>
<a name="L110"></a><tt class="py-lineno">110</tt>  <tt class="py-line"><tt class="py-docstring">        @type  avatarId: str</tt> </tt>
<a name="L111"></a><tt class="py-lineno">111</tt>  <tt class="py-line"><tt class="py-docstring">        @param type:     type of the component to create</tt> </tt>
<a name="L112"></a><tt class="py-lineno">112</tt>  <tt class="py-line"><tt class="py-docstring">        @type  type:     str</tt> </tt>
<a name="L113"></a><tt class="py-lineno">113</tt>  <tt class="py-line"><tt class="py-docstring">        @param nice:     the nice level to create the component at</tt> </tt>
<a name="L114"></a><tt class="py-lineno">114</tt>  <tt class="py-line"><tt class="py-docstring">        @type  nice:     int</tt> </tt>
<a name="L115"></a><tt class="py-lineno">115</tt>  <tt class="py-line"><tt class="py-docstring">        @param conf:     the component's config dict</tt> </tt>
<a name="L116"></a><tt class="py-lineno">116</tt>  <tt class="py-line"><tt class="py-docstring">        @type  conf:     dict</tt> </tt>
<a name="L117"></a><tt class="py-lineno">117</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L118"></a><tt class="py-lineno">118</tt>  <tt class="py-line"><tt class="py-docstring">        @returns: a deferred that will give the avatarId the component</tt> </tt>
<a name="L119"></a><tt class="py-lineno">119</tt>  <tt class="py-line"><tt class="py-docstring">                  will use to log in to the manager</tt> </tt>
<a name="L120"></a><tt class="py-lineno">120</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L121"></a><tt class="py-lineno">121</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-53" 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-53', 'debug', 'link-33');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'creating %s (%s) on worker %s with nice level %d'</tt><tt class="py-op">,</tt> </tt>
<a name="L122"></a><tt class="py-lineno">122</tt>  <tt class="py-line">                   <tt id="link-54" 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-54', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> <tt id="link-55" 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-55', 'type', 'link-55');">type</a></tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-56" 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-56', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> <tt id="link-57" 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-57', 'nice', 'link-57');">nice</a></tt><tt class="py-op">)</tt> </tt>
<a name="L123"></a><tt class="py-lineno">123</tt>  <tt class="py-line">        <tt class="py-name">defs</tt> <tt class="py-op">=</tt> <tt id="link-58" class="py-name"><a title="flumotion.common.registry" class="py-name" href="#" onclick="return doclink('link-58', 'registry', 'link-8');">registry</a></tt><tt class="py-op">.</tt><tt id="link-59" class="py-name" targets="Function flumotion.common.registry.getRegistry()=flumotion.common.registry-module.html#getRegistry"><a title="flumotion.common.registry.getRegistry" class="py-name" href="#" onclick="return doclink('link-59', 'getRegistry', 'link-59');">getRegistry</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-60" class="py-name" targets="Method flumotion.common.registry.ComponentRegistry.getComponent()=flumotion.common.registry.ComponentRegistry-class.html#getComponent,Method flumotion.common.registry.RegistryParser.getComponent()=flumotion.common.registry.RegistryParser-class.html#getComponent,Method flumotion.component.feedcomponent.Effect.getComponent()=flumotion.component.feedcomponent.Effect-class.html#getComponent"><a title="flumotion.common.registry.ComponentRegistry.getComponent
flumotion.common.registry.RegistryParser.getComponent
flumotion.component.feedcomponent.Effect.getComponent" class="py-name" href="#" onclick="return doclink('link-60', 'getComponent', 'link-60');">getComponent</a></tt><tt class="py-op">(</tt><tt id="link-61" 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-61', 'type', 'link-55');">type</a></tt><tt class="py-op">)</tt> </tt>
<a name="L124"></a><tt class="py-lineno">124</tt>  <tt class="py-line">        <tt class="py-keyword">try</tt><tt class="py-op">:</tt> </tt>
<a name="L125"></a><tt class="py-lineno">125</tt>  <tt class="py-line">            <tt class="py-name">entry</tt> <tt class="py-op">=</tt> <tt class="py-name">defs</tt><tt class="py-op">.</tt><tt id="link-62" class="py-name" targets="Method flumotion.common.registry.RegistryEntryComponent.getEntryByType()=flumotion.common.registry.RegistryEntryComponent-class.html#getEntryByType,Method flumotion.common.registry.RegistryEntryPlug.getEntryByType()=flumotion.common.registry.RegistryEntryPlug-class.html#getEntryByType,Method flumotion.common.registry.RegistryEntryScenario.getEntryByType()=flumotion.common.registry.RegistryEntryScenario-class.html#getEntryByType"><a title="flumotion.common.registry.RegistryEntryComponent.getEntryByType
flumotion.common.registry.RegistryEntryPlug.getEntryByType
flumotion.common.registry.RegistryEntryScenario.getEntryByType" class="py-name" href="#" onclick="return doclink('link-62', 'getEntryByType', 'link-62');">getEntryByType</a></tt><tt class="py-op">(</tt><tt class="py-string">'component'</tt><tt class="py-op">)</tt> </tt>
<a name="L126"></a><tt class="py-lineno">126</tt>  <tt class="py-line">            <tt class="py-comment"># FIXME: use entry.getModuleName() (doesn't work atm?)</tt> </tt>
<a name="L127"></a><tt class="py-lineno">127</tt>  <tt class="py-line">            <tt id="link-63" 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-63', 'moduleName', 'link-63');">moduleName</a></tt> <tt class="py-op">=</tt> <tt class="py-name">defs</tt><tt class="py-op">.</tt><tt id="link-64" class="py-name" targets="Method flumotion.common.registry.RegistryEntryComponent.getSource()=flumotion.common.registry.RegistryEntryComponent-class.html#getSource"><a title="flumotion.common.registry.RegistryEntryComponent.getSource" class="py-name" href="#" onclick="return doclink('link-64', 'getSource', 'link-64');">getSource</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L128"></a><tt class="py-lineno">128</tt>  <tt class="py-line">            <tt id="link-65" 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-65', 'methodName', 'link-65');">methodName</a></tt> <tt class="py-op">=</tt> <tt class="py-name">entry</tt><tt class="py-op">.</tt><tt id="link-66" class="py-name" targets="Method flumotion.common.registry.RegistryEntryEntry.getFunction()=flumotion.common.registry.RegistryEntryEntry-class.html#getFunction"><a title="flumotion.common.registry.RegistryEntryEntry.getFunction" class="py-name" href="#" onclick="return doclink('link-66', 'getFunction', 'link-66');">getFunction</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L129"></a><tt class="py-lineno">129</tt>  <tt class="py-line">        <tt class="py-keyword">except</tt> <tt class="py-name">KeyError</tt><tt class="py-op">:</tt> </tt>
<a name="L130"></a><tt class="py-lineno">130</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-67" 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-67', 'warning', 'link-67');">warning</a></tt><tt class="py-op">(</tt><tt class="py-string">'no "component" entry in registry of type %s, %s'</tt><tt class="py-op">,</tt> </tt>
<a name="L131"></a><tt class="py-lineno">131</tt>  <tt class="py-line">                         <tt id="link-68" 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-68', 'type', 'link-55');">type</a></tt><tt class="py-op">,</tt> <tt class="py-string">'falling back to createComponent'</tt><tt class="py-op">)</tt> </tt>
<a name="L132"></a><tt class="py-lineno">132</tt>  <tt class="py-line">            <tt id="link-69" class="py-name"><a title="flumotion.worker.base.JobInfo.moduleName" class="py-name" href="#" onclick="return doclink('link-69', 'moduleName', 'link-63');">moduleName</a></tt> <tt class="py-op">=</tt> <tt class="py-name">defs</tt><tt class="py-op">.</tt><tt id="link-70" class="py-name"><a title="flumotion.common.registry.RegistryEntryComponent.getSource" class="py-name" href="#" onclick="return doclink('link-70', 'getSource', 'link-64');">getSource</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L133"></a><tt class="py-lineno">133</tt>  <tt class="py-line">            <tt id="link-71" class="py-name"><a title="flumotion.worker.base.JobInfo.methodName" class="py-name" href="#" onclick="return doclink('link-71', 'methodName', 'link-65');">methodName</a></tt> <tt class="py-op">=</tt> <tt class="py-string">"createComponent"</tt> </tt>
<a name="L134"></a><tt class="py-lineno">134</tt>  <tt class="py-line"> </tt>
<a name="L135"></a><tt class="py-lineno">135</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-72" 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-72', 'debug', 'link-33');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'call remote create'</tt><tt class="py-op">)</tt> </tt>
<a name="L136"></a><tt class="py-lineno">136</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-73" class="py-name" targets="Method flumotion.manager.base.ManagerAvatar.mindCallRemote()=flumotion.manager.base.ManagerAvatar-class.html#mindCallRemote,Method flumotion.twisted.pb.Avatar.mindCallRemote()=flumotion.twisted.pb.Avatar-class.html#mindCallRemote"><a title="flumotion.manager.base.ManagerAvatar.mindCallRemote
flumotion.twisted.pb.Avatar.mindCallRemote" class="py-name" href="#" onclick="return doclink('link-73', 'mindCallRemote', 'link-73');">mindCallRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">'create'</tt><tt class="py-op">,</tt> <tt id="link-74" 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-74', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> <tt id="link-75" 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-75', 'type', 'link-55');">type</a></tt><tt class="py-op">,</tt> <tt id="link-76" class="py-name"><a title="flumotion.worker.base.JobInfo.moduleName" class="py-name" href="#" onclick="return doclink('link-76', 'moduleName', 'link-63');">moduleName</a></tt><tt class="py-op">,</tt> </tt>
<a name="L137"></a><tt class="py-lineno">137</tt>  <tt class="py-line">            <tt id="link-77" class="py-name"><a title="flumotion.worker.base.JobInfo.methodName" class="py-name" href="#" onclick="return doclink('link-77', 'methodName', 'link-65');">methodName</a></tt><tt class="py-op">,</tt> <tt id="link-78" class="py-name"><a title="flumotion.manager.config.ConfigEntryComponent.nice
flumotion.worker.base.JobInfo.nice" class="py-name" href="#" onclick="return doclink('link-78', 'nice', 'link-57');">nice</a></tt><tt class="py-op">,</tt> <tt id="link-79" 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-79', 'conf', 'link-79');">conf</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L138"></a><tt class="py-lineno">138</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.getComponents"></a><div id="WorkerAvatar.getComponents-def"><a name="L139"></a><tt class="py-lineno">139</tt> <a class="py-toggle" href="#" id="WorkerAvatar.getComponents-toggle" onclick="return toggle('WorkerAvatar.getComponents');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#getComponents">getComponents</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="WorkerAvatar.getComponents-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.getComponents-expanded"><a name="L140"></a><tt class="py-lineno">140</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L141"></a><tt class="py-lineno">141</tt>  <tt class="py-line"><tt class="py-docstring">        Get a list of components that the worker is running.</tt> </tt>
<a name="L142"></a><tt class="py-lineno">142</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L143"></a><tt class="py-lineno">143</tt>  <tt class="py-line"><tt class="py-docstring">        @returns: a deferred that will give the avatarIds running on the</tt> </tt>
<a name="L144"></a><tt class="py-lineno">144</tt>  <tt class="py-line"><tt class="py-docstring">                  worker</tt> </tt>
<a name="L145"></a><tt class="py-lineno">145</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L146"></a><tt class="py-lineno">146</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-80" 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-80', 'debug', 'link-33');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'getting component list from worker %s'</tt> <tt class="py-op">%</tt> </tt>
<a name="L147"></a><tt class="py-lineno">147</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-81" 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-81', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">)</tt> </tt>
<a name="L148"></a><tt class="py-lineno">148</tt>  <tt class="py-line">        <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-82" class="py-name"><a title="flumotion.manager.base.ManagerAvatar.mindCallRemote
flumotion.twisted.pb.Avatar.mindCallRemote" class="py-name" href="#" onclick="return doclink('link-82', 'mindCallRemote', 'link-73');">mindCallRemote</a></tt><tt class="py-op">(</tt><tt class="py-string">'getComponents'</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="L150"></a><tt class="py-lineno">150</tt>  <tt class="py-line">    <tt class="py-comment">### IPerspective methods, called by the worker's component</tt> </tt>
<a name="L151"></a><tt class="py-lineno">151</tt>  <tt class="py-line"> </tt>
<a name="WorkerAvatar.perspective_componentAddMessage"></a><div id="WorkerAvatar.perspective_componentAddMessage-def"><a name="L152"></a><tt class="py-lineno">152</tt> <a class="py-toggle" href="#" id="WorkerAvatar.perspective_componentAddMessage-toggle" onclick="return toggle('WorkerAvatar.perspective_componentAddMessage');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerAvatar-class.html#perspective_componentAddMessage">perspective_componentAddMessage</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">message</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerAvatar.perspective_componentAddMessage-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerAvatar.perspective_componentAddMessage-expanded"><a name="L153"></a><tt class="py-lineno">153</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L154"></a><tt class="py-lineno">154</tt>  <tt class="py-line"><tt class="py-docstring">        Called by the worker to tell the manager to add a given message to</tt> </tt>
<a name="L155"></a><tt class="py-lineno">155</tt>  <tt class="py-line"><tt class="py-docstring">        the given component.</tt> </tt>
<a name="L156"></a><tt class="py-lineno">156</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L157"></a><tt class="py-lineno">157</tt>  <tt class="py-line"><tt class="py-docstring">        Useful in cases where the component can't report messages itself,</tt> </tt>
<a name="L158"></a><tt class="py-lineno">158</tt>  <tt class="py-line"><tt class="py-docstring">        for example because it crashed.</tt> </tt>
<a name="L159"></a><tt class="py-lineno">159</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L160"></a><tt class="py-lineno">160</tt>  <tt class="py-line"><tt class="py-docstring">        @param avatarId: avatarId of the component the message is about</tt> </tt>
<a name="L161"></a><tt class="py-lineno">161</tt>  <tt class="py-line"><tt class="py-docstring">        @type  message:  L{flumotion.common.messages.Message}</tt> </tt>
<a name="L162"></a><tt class="py-lineno">162</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L163"></a><tt class="py-lineno">163</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-83" 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-83', 'debug', 'link-33');">debug</a></tt><tt class="py-op">(</tt><tt class="py-string">'received message from component %s'</tt> <tt class="py-op">%</tt> <tt id="link-84" 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-84', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">)</tt> </tt>
<a name="L164"></a><tt class="py-lineno">164</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">vishnu</tt><tt class="py-op">.</tt><tt id="link-85" class="py-name" targets="Method flumotion.manager.manager.Vishnu.componentAddMessage()=flumotion.manager.manager.Vishnu-class.html#componentAddMessage"><a title="flumotion.manager.manager.Vishnu.componentAddMessage" class="py-name" href="#" onclick="return doclink('link-85', 'componentAddMessage', 'link-85');">componentAddMessage</a></tt><tt class="py-op">(</tt><tt id="link-86" 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-86', 'avatarId', 'link-21');">avatarId</a></tt><tt class="py-op">,</tt> <tt id="link-87" 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-87', 'message', 'link-87');">message</a></tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L165"></a><tt class="py-lineno">165</tt>  <tt class="py-line"> </tt>
<a name="L166"></a><tt class="py-lineno">166</tt>  <tt class="py-line"> </tt>
<a name="WorkerHeaven"></a><div id="WorkerHeaven-def"><a name="L167"></a><tt class="py-lineno">167</tt> <a class="py-toggle" href="#" id="WorkerHeaven-toggle" onclick="return toggle('WorkerHeaven');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerHeaven-class.html">WorkerHeaven</a><tt class="py-op">(</tt><tt class="py-base-class">base</tt><tt class="py-op">.</tt><tt class="py-base-class">ManagerHeaven</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerHeaven-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="WorkerHeaven-expanded"><a name="L168"></a><tt class="py-lineno">168</tt>  <tt class="py-line">    <tt class="py-docstring">"""</tt> </tt>
<a name="L169"></a><tt class="py-lineno">169</tt>  <tt class="py-line"><tt class="py-docstring">    I interface between the Manager and worker clients.</tt> </tt>
<a name="L170"></a><tt class="py-lineno">170</tt>  <tt class="py-line"><tt class="py-docstring">    For each worker client I create an L{WorkerAvatar} to handle requests.</tt> </tt>
<a name="L171"></a><tt class="py-lineno">171</tt>  <tt class="py-line"><tt class="py-docstring">    I live in the manager.</tt> </tt>
<a name="L172"></a><tt class="py-lineno">172</tt>  <tt class="py-line"><tt class="py-docstring">    """</tt> </tt>
<a name="L173"></a><tt class="py-lineno">173</tt>  <tt class="py-line"> </tt>
<a name="L174"></a><tt class="py-lineno">174</tt>  <tt class="py-line">    <tt id="link-88" 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-88', 'logCategory', 'link-15');">logCategory</a></tt> <tt class="py-op">=</tt> <tt class="py-string">"workerheaven"</tt> </tt>
<a name="L175"></a><tt class="py-lineno">175</tt>  <tt class="py-line">    <tt id="link-89" class="py-name" targets="Variable flumotion.manager.base.ManagerHeaven.avatarClass=flumotion.manager.base.ManagerHeaven-class.html#avatarClass,Variable flumotion.worker.base.BaseJobHeaven.avatarClass=flumotion.worker.base.BaseJobHeaven-class.html#avatarClass"><a title="flumotion.manager.base.ManagerHeaven.avatarClass
flumotion.worker.base.BaseJobHeaven.avatarClass" class="py-name" href="#" onclick="return doclink('link-89', 'avatarClass', 'link-89');">avatarClass</a></tt> <tt class="py-op">=</tt> <tt id="link-90" class="py-name" targets="Class flumotion.manager.worker.WorkerAvatar=flumotion.manager.worker.WorkerAvatar-class.html"><a title="flumotion.manager.worker.WorkerAvatar" class="py-name" href="#" onclick="return doclink('link-90', 'WorkerAvatar', 'link-90');">WorkerAvatar</a></tt> </tt>
<a name="L176"></a><tt class="py-lineno">176</tt>  <tt class="py-line"> </tt>
<a name="WorkerHeaven.__init__"></a><div id="WorkerHeaven.__init__-def"><a name="L177"></a><tt class="py-lineno">177</tt> <a class="py-toggle" href="#" id="WorkerHeaven.__init__-toggle" onclick="return toggle('WorkerHeaven.__init__');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerHeaven-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">vishnu</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerHeaven.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerHeaven.__init__-expanded"><a name="L178"></a><tt class="py-lineno">178</tt>  <tt class="py-line">        <tt id="link-91" class="py-name"><a title="flumotion.component.base
flumotion.component.plugs.base
flumotion.manager.base
flumotion.worker.base" class="py-name" href="#" onclick="return doclink('link-91', 'base', 'link-3');">base</a></tt><tt class="py-op">.</tt><tt id="link-92" class="py-name" targets="Class flumotion.manager.base.ManagerHeaven=flumotion.manager.base.ManagerHeaven-class.html"><a title="flumotion.manager.base.ManagerHeaven" class="py-name" href="#" onclick="return doclink('link-92', 'ManagerHeaven', 'link-92');">ManagerHeaven</a></tt><tt class="py-op">.</tt><tt id="link-93" 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-93', '__init__', 'link-20');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">,</tt> <tt class="py-name">vishnu</tt><tt class="py-op">)</tt> </tt>
<a name="L179"></a><tt class="py-lineno">179</tt>  <tt class="py-line">        <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-94" class="py-name" targets="Variable flumotion.admin.text.admin_text.BaseAdminText.state=flumotion.admin.text.admin_text.BaseAdminText-class.html#state,Variable flumotion.component.base.admin_text.BaseAdminText.state=flumotion.component.base.admin_text.BaseAdminText-class.html#state"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-94', 'state', 'link-94');">state</a></tt> <tt class="py-op">=</tt> <tt id="link-95" class="py-name"><a title="flumotion.admin.command.worker
flumotion.common.worker
flumotion.manager.worker
flumotion.worker
flumotion.worker.worker" class="py-name" href="#" onclick="return doclink('link-95', 'worker', 'link-10');">worker</a></tt><tt class="py-op">.</tt><tt id="link-96" class="py-name" targets="Class flumotion.common.worker.ManagerWorkerHeavenState=flumotion.common.worker.ManagerWorkerHeavenState-class.html"><a title="flumotion.common.worker.ManagerWorkerHeavenState" class="py-name" href="#" onclick="return doclink('link-96', 'ManagerWorkerHeavenState', 'link-96');">ManagerWorkerHeavenState</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
</div><a name="L180"></a><tt class="py-lineno">180</tt>  <tt class="py-line"> </tt>
<a name="L181"></a><tt class="py-lineno">181</tt>  <tt class="py-line">    <tt class="py-comment">### my methods</tt> </tt>
<a name="L182"></a><tt class="py-lineno">182</tt>  <tt class="py-line"> </tt>
<a name="WorkerHeaven.workerAttached"></a><div id="WorkerHeaven.workerAttached-def"><a name="L183"></a><tt class="py-lineno">183</tt> <a class="py-toggle" href="#" id="WorkerHeaven.workerAttached-toggle" onclick="return toggle('WorkerHeaven.workerAttached');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerHeaven-class.html#workerAttached">workerAttached</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">workerAvatar</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerHeaven.workerAttached-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerHeaven.workerAttached-expanded"><a name="L184"></a><tt class="py-lineno">184</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L185"></a><tt class="py-lineno">185</tt>  <tt class="py-line"><tt class="py-docstring">        Notify the heaven that the given worker has logged in.</tt> </tt>
<a name="L186"></a><tt class="py-lineno">186</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L187"></a><tt class="py-lineno">187</tt>  <tt class="py-line"><tt class="py-docstring">        @type  workerAvatar: L{WorkerAvatar}</tt> </tt>
<a name="L188"></a><tt class="py-lineno">188</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L189"></a><tt class="py-lineno">189</tt>  <tt class="py-line">        <tt class="py-name">workerName</tt> <tt class="py-op">=</tt> <tt class="py-name">workerAvatar</tt><tt class="py-op">.</tt><tt id="link-97" class="py-name" targets="Method flumotion.common.registry.RegistryEntryBundle.getName()=flumotion.common.registry.RegistryEntryBundle-class.html#getName,Method flumotion.common.registry.RegistryEntryBundleDirectory.getName()=flumotion.common.registry.RegistryEntryBundleDirectory-class.html#getName,Method flumotion.common.registry.RegistryEntryEater.getName()=flumotion.common.registry.RegistryEntryEater-class.html#getName,Method flumotion.common.registry.RegistryEntryFile.getName()=flumotion.common.registry.RegistryEntryFile-class.html#getName,Method flumotion.common.registry.RegistryEntryProperty.getName()=flumotion.common.registry.RegistryEntryProperty-class.html#getName,Method flumotion.component.component.BaseComponent.getName()=flumotion.component.component.BaseComponent-class.html#getName,Method flumotion.manager.component.ComponentAvatar.getName()=flumotion.manager.component.ComponentAvatar-class.html#getName,Method flumotion.manager.config.ConfigEntryComponent.getName()=flumotion.manager.config.ConfigEntryComponent-class.html#getName,Method flumotion.manager.worker.WorkerAvatar.getName()=flumotion.manager.worker.WorkerAvatar-class.html#getName"><a title="flumotion.common.registry.RegistryEntryBundle.getName
flumotion.common.registry.RegistryEntryBundleDirectory.getName
flumotion.common.registry.RegistryEntryEater.getName
flumotion.common.registry.RegistryEntryFile.getName
flumotion.common.registry.RegistryEntryProperty.getName
flumotion.component.component.BaseComponent.getName
flumotion.manager.component.ComponentAvatar.getName
flumotion.manager.config.ConfigEntryComponent.getName
flumotion.manager.worker.WorkerAvatar.getName" class="py-name" href="#" onclick="return doclink('link-97', 'getName', 'link-97');">getName</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L190"></a><tt class="py-lineno">190</tt>  <tt class="py-line">        <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt> <tt class="py-name">workerName</tt> <tt class="py-keyword">in</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-98" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-98', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-99" class="py-name" targets="Class Method flumotion.common.enum.Enum.get()=flumotion.common.enum.Enum-class.html#get,Function flumotion.configure.installed.get()=flumotion.configure.installed-module.html#get,Function flumotion.configure.uninstalled.get()=flumotion.configure.uninstalled-module.html#get,Function flumotion.project.project.get()=flumotion.project.project-module.html#get,Method flumotion.twisted.flavors.StateCacheable.get()=flumotion.twisted.flavors.StateCacheable-class.html#get,Method flumotion.twisted.flavors.StateRemoteCache.get()=flumotion.twisted.flavors.StateRemoteCache-class.html#get"><a title="flumotion.common.enum.Enum.get
flumotion.configure.installed.get
flumotion.configure.uninstalled.get
flumotion.project.project.get
flumotion.twisted.flavors.StateCacheable.get
flumotion.twisted.flavors.StateRemoteCache.get" class="py-name" href="#" onclick="return doclink('link-99', 'get', 'link-99');">get</a></tt><tt class="py-op">(</tt><tt class="py-string">'names'</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-comment"># wheee</tt> </tt>
<a name="L192"></a><tt class="py-lineno">192</tt>  <tt class="py-line">            <tt id="link-100" 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-100', 'host', 'link-100');">host</a></tt> <tt class="py-op">=</tt> <tt class="py-name">workerAvatar</tt><tt class="py-op">.</tt><tt class="py-name">mind</tt><tt class="py-op">.</tt><tt class="py-name">broker</tt><tt class="py-op">.</tt><tt class="py-name">transport</tt><tt class="py-op">.</tt><tt id="link-101" class="py-name" targets="Method flumotion.component.misc.porter.porterclient.FDPorterServer.getPeer()=flumotion.component.misc.porter.porterclient.FDPorterServer-class.html#getPeer"><a title="flumotion.component.misc.porter.porterclient.FDPorterServer.getPeer" class="py-name" href="#" onclick="return doclink('link-101', 'getPeer', 'link-101');">getPeer</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-102" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-102', 'host', 'link-100');">host</a></tt> </tt>
<a name="L193"></a><tt class="py-lineno">193</tt>  <tt class="py-line">            <tt id="link-103" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-103', 'state', 'link-94');">state</a></tt> <tt class="py-op">=</tt> <tt id="link-104" class="py-name"><a title="flumotion.admin.command.worker
flumotion.common.worker
flumotion.manager.worker
flumotion.worker
flumotion.worker.worker" class="py-name" href="#" onclick="return doclink('link-104', 'worker', 'link-10');">worker</a></tt><tt class="py-op">.</tt><tt id="link-105" class="py-name" targets="Class flumotion.common.worker.ManagerWorkerState=flumotion.common.worker.ManagerWorkerState-class.html"><a title="flumotion.common.worker.ManagerWorkerState" class="py-name" href="#" onclick="return doclink('link-105', 'ManagerWorkerState', 'link-105');">ManagerWorkerState</a></tt><tt class="py-op">(</tt><tt id="link-106" 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-106', 'name', 'link-106');">name</a></tt><tt class="py-op">=</tt><tt class="py-name">workerName</tt><tt class="py-op">,</tt> <tt id="link-107" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-107', 'host', 'link-100');">host</a></tt><tt class="py-op">=</tt><tt id="link-108" class="py-name"><a title="flumotion.twisted.rtsp.RTSPRequest.host" class="py-name" href="#" onclick="return doclink('link-108', 'host', 'link-100');">host</a></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">self</tt><tt class="py-op">.</tt><tt id="link-109" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-109', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-110" 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-110', 'append', 'link-110');">append</a></tt><tt class="py-op">(</tt><tt class="py-string">'names'</tt><tt class="py-op">,</tt> <tt class="py-name">workerName</tt><tt class="py-op">)</tt> </tt>
<a name="L195"></a><tt class="py-lineno">195</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-111" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-111', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-112" class="py-name"><a title="flumotion.common.watched.WatchedList.append
flumotion.twisted.flavors.StateCacheable.append" class="py-name" href="#" onclick="return doclink('link-112', 'append', 'link-110');">append</a></tt><tt class="py-op">(</tt><tt class="py-string">'workers'</tt><tt class="py-op">,</tt> <tt id="link-113" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-113', 'state', 'link-94');">state</a></tt><tt class="py-op">)</tt> </tt>
<a name="L196"></a><tt class="py-lineno">196</tt>  <tt class="py-line">        <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L197"></a><tt class="py-lineno">197</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-114" 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-114', 'warning', 'link-67');">warning</a></tt><tt class="py-op">(</tt><tt class="py-string">'worker %s was already registered in the heaven'</tt><tt class="py-op">,</tt> </tt>
<a name="L198"></a><tt class="py-lineno">198</tt>  <tt class="py-line">                         <tt class="py-name">workerName</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">raise</tt> <tt id="link-115" class="py-name"><a title="flumotion.common.errors" class="py-name" href="#" onclick="return doclink('link-115', 'errors', 'link-5');">errors</a></tt><tt class="py-op">.</tt><tt id="link-116" class="py-name" targets="Class flumotion.common.errors.AlreadyConnectedError=flumotion.common.errors.AlreadyConnectedError-class.html"><a title="flumotion.common.errors.AlreadyConnectedError" class="py-name" href="#" onclick="return doclink('link-116', 'AlreadyConnectedError', 'link-116');">AlreadyConnectedError</a></tt><tt class="py-op">(</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="WorkerHeaven.workerDetached"></a><div id="WorkerHeaven.workerDetached-def"><a name="L201"></a><tt class="py-lineno">201</tt> <a class="py-toggle" href="#" id="WorkerHeaven.workerDetached-toggle" onclick="return toggle('WorkerHeaven.workerDetached');">-</a><tt class="py-line">    <tt class="py-keyword">def</tt> <a class="py-def-name" href="flumotion.manager.worker.WorkerHeaven-class.html#workerDetached">workerDetached</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">workerAvatar</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="WorkerHeaven.workerDetached-collapsed" style="display:none;" pad="+++" indent="++++++++"></div><div id="WorkerHeaven.workerDetached-expanded"><a name="L202"></a><tt class="py-lineno">202</tt>  <tt class="py-line">        <tt class="py-docstring">"""</tt> </tt>
<a name="L203"></a><tt class="py-lineno">203</tt>  <tt class="py-line"><tt class="py-docstring">        Notify the heaven that the given worker has logged out.</tt> </tt>
<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">        @type  workerAvatar: L{WorkerAvatar}</tt> </tt>
<a name="L206"></a><tt class="py-lineno">206</tt>  <tt class="py-line"><tt class="py-docstring">        """</tt> </tt>
<a name="L207"></a><tt class="py-lineno">207</tt>  <tt class="py-line">        <tt class="py-name">workerName</tt> <tt class="py-op">=</tt> <tt class="py-name">workerAvatar</tt><tt class="py-op">.</tt><tt id="link-117" class="py-name"><a title="flumotion.common.registry.RegistryEntryBundle.getName
flumotion.common.registry.RegistryEntryBundleDirectory.getName
flumotion.common.registry.RegistryEntryEater.getName
flumotion.common.registry.RegistryEntryFile.getName
flumotion.common.registry.RegistryEntryProperty.getName
flumotion.component.component.BaseComponent.getName
flumotion.manager.component.ComponentAvatar.getName
flumotion.manager.config.ConfigEntryComponent.getName
flumotion.manager.worker.WorkerAvatar.getName" class="py-name" href="#" onclick="return doclink('link-117', 'getName', 'link-97');">getName</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L208"></a><tt class="py-lineno">208</tt>  <tt class="py-line">        <tt class="py-keyword">try</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-118" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-118', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-119" class="py-name" targets="Method flumotion.admin.gtk.statusbar.AdminStatusbar.remove()=flumotion.admin.gtk.statusbar.AdminStatusbar-class.html#remove,Method flumotion.common.watched.WatchedList.remove()=flumotion.common.watched.WatchedList-class.html#remove,Method flumotion.component.padmonitor.PadMonitorSet.remove()=flumotion.component.padmonitor.PadMonitorSet-class.html#remove,Method flumotion.manager.component.dictlist.remove()=flumotion.manager.component.dictlist-class.html#remove,Method flumotion.twisted.flavors.StateCacheable.remove()=flumotion.twisted.flavors.StateCacheable-class.html#remove"><a title="flumotion.admin.gtk.statusbar.AdminStatusbar.remove
flumotion.common.watched.WatchedList.remove
flumotion.component.padmonitor.PadMonitorSet.remove
flumotion.manager.component.dictlist.remove
flumotion.twisted.flavors.StateCacheable.remove" class="py-name" href="#" onclick="return doclink('link-119', 'remove', 'link-119');">remove</a></tt><tt class="py-op">(</tt><tt class="py-string">'names'</tt><tt class="py-op">,</tt> <tt class="py-name">workerName</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">for</tt> <tt id="link-120" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-120', 'state', 'link-94');">state</a></tt> <tt class="py-keyword">in</tt> <tt id="link-121" class="py-name" targets="Function flumotion.project.project.list()=flumotion.project.project-module.html#list,Method flumotion.service.service.Servicer.list()=flumotion.service.service.Servicer-class.html#list"><a title="flumotion.project.project.list
flumotion.service.service.Servicer.list" class="py-name" href="#" onclick="return doclink('link-121', 'list', 'link-121');">list</a></tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-122" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-122', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-123" class="py-name"><a title="flumotion.common.enum.Enum.get
flumotion.configure.installed.get
flumotion.configure.uninstalled.get
flumotion.project.project.get
flumotion.twisted.flavors.StateCacheable.get
flumotion.twisted.flavors.StateRemoteCache.get" class="py-name" href="#" onclick="return doclink('link-123', 'get', 'link-99');">get</a></tt><tt class="py-op">(</tt><tt class="py-string">'workers'</tt><tt class="py-op">)</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L211"></a><tt class="py-lineno">211</tt>  <tt class="py-line">                <tt class="py-keyword">if</tt> <tt id="link-124" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-124', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-125" class="py-name"><a title="flumotion.common.enum.Enum.get
flumotion.configure.installed.get
flumotion.configure.uninstalled.get
flumotion.project.project.get
flumotion.twisted.flavors.StateCacheable.get
flumotion.twisted.flavors.StateRemoteCache.get" class="py-name" href="#" onclick="return doclink('link-125', 'get', 'link-99');">get</a></tt><tt class="py-op">(</tt><tt class="py-string">'name'</tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-name">workerName</tt><tt class="py-op">:</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-126" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-126', 'state', 'link-94');">state</a></tt><tt class="py-op">.</tt><tt id="link-127" class="py-name"><a title="flumotion.admin.gtk.statusbar.AdminStatusbar.remove
flumotion.common.watched.WatchedList.remove
flumotion.component.padmonitor.PadMonitorSet.remove
flumotion.manager.component.dictlist.remove
flumotion.twisted.flavors.StateCacheable.remove" class="py-name" href="#" onclick="return doclink('link-127', 'remove', 'link-119');">remove</a></tt><tt class="py-op">(</tt><tt class="py-string">'workers'</tt><tt class="py-op">,</tt> <tt id="link-128" class="py-name"><a title="flumotion.admin.text.admin_text.BaseAdminText.state
flumotion.component.base.admin_text.BaseAdminText.state" class="py-name" href="#" onclick="return doclink('link-128', 'state', 'link-94');">state</a></tt><tt class="py-op">)</tt> </tt>
<a name="L213"></a><tt class="py-lineno">213</tt>  <tt class="py-line">        <tt class="py-keyword">except</tt> <tt class="py-name">ValueError</tt><tt class="py-op">:</tt> </tt>
<a name="L214"></a><tt class="py-lineno">214</tt>  <tt class="py-line">            <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-129" 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-129', 'warning', 'link-67');">warning</a></tt><tt class="py-op">(</tt><tt class="py-string">'worker %s was never registered in the heaven'</tt><tt class="py-op">,</tt> </tt>
<a name="L215"></a><tt class="py-lineno">215</tt>  <tt class="py-line">                         <tt class="py-name">workerName</tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L216"></a><tt class="py-lineno">216</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 Wed Aug 11 21:33:26 2010
    </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>