Update mcollective.init script according to OSCI-969
[packages/precise/mcollective.git] / doc / MCollective / RPC / Client.html
index 00f5ab6ad52cebc71e7bf5d44c1b966650a84e51..8509fcff29702e6974e6ef187fb6aee4b45fc88b 100644 (file)
@@ -59,7 +59,7 @@
                                <h3 class="section-header">Methods</h3>
                                <ul class="link-list">
                                        
-                                       <li><a href="#M000443">::new</a></li>
+                                       <li><a href="#M000445">::new</a></li>
                                        
                                        <li><a href="#M000461">#agent_filter</a></li>
                                        
@@ -81,7 +81,7 @@
                                        
                                        <li><a href="#M000454">#custom_request</a></li>
                                        
-                                       <li><a href="#M000446">#disconnect</a></li>
+                                       <li><a href="#M000448">#disconnect</a></li>
                                        
                                        <li><a href="#M000466">#discover</a></li>
                                        
@@ -97,7 +97,7 @@
                                        
                                        <li><a href="#M000477">#fire_and_forget_request</a></li>
                                        
-                                       <li><a href="#M000447">#help</a></li>
+                                       <li><a href="#M000449">#help</a></li>
                                        
                                        <li><a href="#M000462">#identity_filter</a></li>
                                        
                                        
                                        <li><a href="#M000474">#load_aggregate_functions</a></li>
                                        
-                                       <li><a href="#M000452">#method_missing</a></li>
+                                       <li><a href="#M000453">#method_missing</a></li>
                                        
-                                       <li><a href="#M000448">#new_request</a></li>
+                                       <li><a href="#M000451">#new_request</a></li>
                                        
                                        <li><a href="#M000467">#options</a></li>
                                        
                                        
                                        <li><a href="#M000485">#process_results_with_block</a></li>
                                        
-                                       <li><a href="#M000481">#process_results_without_block</a></li>
+                                       <li><a href="#M000484">#process_results_without_block</a></li>
                                        
                                        <li><a href="#M000464">#reset</a></li>
                                        
                                        
                                        <li><a href="#M000476">#rpc_result_from_reply</a></li>
                                        
-                                       <li><a href="#M000449">#validate_request</a></li>
+                                       <li><a href="#M000452">#validate_request</a></li>
                                        
                                </ul>
                        </div>
@@ -749,7 +749,7 @@ and just brings in a lot of convention and standard approached.
 
                
                        <div id="new-method" class="method-detail ">
-                               <a name="M000443"></a>
+                               <a name="M000445"></a>
 
                                <div class="method-heading">
                                
@@ -771,7 +771,7 @@ array with filtering enabled based on the standard command line use.
 </pre>
 <p>
 You typically would not call this directly you&#8217;d use <a
-href="../RPC.html#M000314">MCollective::RPC#rpcclient</a> instead which is
+href="../RPC.html#M000318">MCollective::RPC#rpcclient</a> instead which is
 a wrapper around this that can be used as a Mixin
 </p>
                                        
@@ -1174,7 +1174,7 @@ The result sets, stats, block handling etc is all exactly like you would
 expect from normal call_agent.
 </p>
 <p>
-This is used by <a href="Client.html#M000452">method_missing</a> and works
+This is used by <a href="Client.html#M000453">method_missing</a> and works
 only with direct addressing mode
 </p>
                                        
@@ -1495,7 +1495,7 @@ mode with direct addressing disabled an exception will be raise
 
                
                        <div id="disconnect-method" class="method-detail ">
-                               <a name="M000446"></a>
+                               <a name="M000448"></a>
 
                                <div class="method-heading">
                                
@@ -1899,7 +1899,7 @@ We send the :process_results flag with to the nodes so they can make
 decisions based on that.
 </p>
 <p>
-Should only be called via <a href="Client.html#M000452">method_missing</a>
+Should only be called via <a href="Client.html#M000453">method_missing</a>
 </p>
                                        
 
@@ -1936,7 +1936,7 @@ Should only be called via <a href="Client.html#M000452">method_missing</a>
 
                
                        <div id="help-method" class="method-detail ">
-                               <a name="M000447"></a>
+                               <a name="M000449"></a>
 
                                <div class="method-heading">
                                
@@ -2185,7 +2185,7 @@ restrict how many nodes we&#8217;ll target
 
                
                        <div id="method-missing-method" class="method-detail ">
-                               <a name="M000452"></a>
+                               <a name="M000453"></a>
 
                                <div class="method-heading">
                                
@@ -2202,7 +2202,7 @@ Magic handler to invoke remote methods
 </p>
 <p>
 Once the stub is created using the constructor or the <a
-href="../RPC.html#M000314">RPC#rpcclient</a> helper you can call remote
+href="../RPC.html#M000318">RPC#rpcclient</a> helper you can call remote
 actions easily:
 </p>
 <pre>
@@ -2352,7 +2352,7 @@ at a time
 
                
                        <div id="new-request-method" class="method-detail ">
-                               <a name="M000448"></a>
+                               <a name="M000451"></a>
 
                                <div class="method-heading">
                                
@@ -2618,7 +2618,7 @@ there are problems with the data
 
                
                        <div id="process-results-without-block-method" class="method-detail ">
-                               <a name="M000481"></a>
+                               <a name="M000484"></a>
 
                                <div class="method-heading">
                                
@@ -2768,7 +2768,7 @@ Reet the filter to an empty one
 
                
                        <div id="validate-request-method" class="method-detail ">
-                               <a name="M000449"></a>
+                               <a name="M000452"></a>
 
                                <div class="method-heading">