~lynxman/ubuntu/natty/mcollective/natty-upstart

« back to all changes in this revision

Viewing changes to doc/classes/MCollective/Runner.html

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2011-02-17 13:07:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110217130747-pxvkrl6up9znj8ft
Tags: 1.0.1-0ubuntu1
* Merge new upstream release
* debian/mcollective.install: drop unneeded /etc/init.d (we use upstart)
* debian/copyright: use Apache 2.0 header and point to common-license
  file, per Lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
      <h3 class="section-bar">Methods</h3>
95
95
 
96
96
      <div class="name-list">
97
 
      <a href="#M000176">daemonize</a>&nbsp;&nbsp;
98
 
      <a href="#M000175">new</a>&nbsp;&nbsp;
99
 
      <a href="#M000177">run</a>&nbsp;&nbsp;
 
97
      <a href="#M000178">daemonize</a>&nbsp;&nbsp;
 
98
      <a href="#M000177">new</a>&nbsp;&nbsp;
 
99
      <a href="#M000179">run</a>&nbsp;&nbsp;
100
100
      </div>
101
101
    </div>
102
102
 
118
118
    <div id="methods">
119
119
      <h3 class="section-bar">Public Class methods</h3>
120
120
 
121
 
      <div id="method-M000176" class="method-detail">
122
 
        <a name="M000176"></a>
 
121
      <div id="method-M000178" class="method-detail">
 
122
        <a name="M000178"></a>
123
123
 
124
124
        <div class="method-heading">
125
 
          <a href="#M000176" class="method-signature">
 
125
          <a href="#M000178" class="method-signature">
126
126
          <span class="method-name">daemonize</span><span class="method-args">() {|| ...}</span>
127
127
          </a>
128
128
        </div>
132
132
Daemonize the current process
133
133
</p>
134
134
          <p><a class="source-toggle" href="#"
135
 
            onclick="toggleCode('M000176-source');return false;">[Source]</a></p>
136
 
          <div class="method-source-code" id="M000176-source">
 
135
            onclick="toggleCode('M000178-source');return false;">[Source]</a></p>
 
136
          <div class="method-source-code" id="M000178-source">
137
137
<pre>
138
138
    <span class="ruby-comment cmt"># File lib/mcollective/runner.rb, line 34</span>
139
139
34:         <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">daemonize</span>
153
153
        </div>
154
154
      </div>
155
155
 
156
 
      <div id="method-M000175" class="method-detail">
157
 
        <a name="M000175"></a>
 
156
      <div id="method-M000177" class="method-detail">
 
157
        <a name="M000177"></a>
158
158
 
159
159
        <div class="method-heading">
160
 
          <a href="#M000175" class="method-signature">
 
160
          <a href="#M000177" class="method-signature">
161
161
          <span class="method-name">new</span><span class="method-args">(configfile)</span>
162
162
          </a>
163
163
        </div>
164
164
      
165
165
        <div class="method-description">
166
166
          <p><a class="source-toggle" href="#"
167
 
            onclick="toggleCode('M000175-source');return false;">[Source]</a></p>
168
 
          <div class="method-source-code" id="M000175-source">
 
167
            onclick="toggleCode('M000177-source');return false;">[Source]</a></p>
 
168
          <div class="method-source-code" id="M000177-source">
169
169
<pre>
170
170
    <span class="ruby-comment cmt"># File lib/mcollective/runner.rb, line 6</span>
171
171
 6:         <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">configfile</span>)
201
201
 
202
202
      <h3 class="section-bar">Public Instance methods</h3>
203
203
 
204
 
      <div id="method-M000177" class="method-detail">
205
 
        <a name="M000177"></a>
 
204
      <div id="method-M000179" class="method-detail">
 
205
        <a name="M000179"></a>
206
206
 
207
207
        <div class="method-heading">
208
 
          <a href="#M000177" class="method-signature">
 
208
          <a href="#M000179" class="method-signature">
209
209
          <span class="method-name">run</span><span class="method-args">()</span>
210
210
          </a>
211
211
        </div>
216
216
href="Config.html">MCollective::Config</a> singleton.
217
217
</p>
218
218
          <p><a class="source-toggle" href="#"
219
 
            onclick="toggleCode('M000177-source');return false;">[Source]</a></p>
220
 
          <div class="method-source-code" id="M000177-source">
 
219
            onclick="toggleCode('M000179-source');return false;">[Source]</a></p>
 
220
          <div class="method-source-code" id="M000179-source">
221
221
<pre>
222
222
    <span class="ruby-comment cmt"># File lib/mcollective/runner.rb, line 48</span>
223
223
48:         <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span>