mack-distributed 0.7.0 → 0.7.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. metadata +2 -33
  2. data/doc/classes/Mack/Distributable.html +0 -137
  3. data/doc/classes/Mack/Distributed/Errors/ApplicationNameUndefined.html +0 -118
  4. data/doc/classes/Mack/Distributed/Errors/InvalidAddressableURIFormat.html +0 -152
  5. data/doc/classes/Mack/Distributed/Errors/UnknownApplication.html +0 -155
  6. data/doc/classes/Mack/Distributed/Errors/UnknownRouteName.html +0 -156
  7. data/doc/classes/Mack/Distributed/Routes/Urls.html +0 -213
  8. data/doc/classes/Mack/Distributed/Utils/Rinda.html +0 -230
  9. data/doc/classes/Mack/Distributed/View.html +0 -221
  10. data/doc/classes/Mack/Distributed/ViewCache.html +0 -170
  11. data/doc/classes/Mack/Rendering/Type/Distributed.html +0 -173
  12. data/doc/classes/Mack/Rendering/Type/Layout.html +0 -174
  13. data/doc/classes/Mack/Routes/Urls.html +0 -165
  14. data/doc/created.rid +0 -1
  15. data/doc/files/README.html +0 -272
  16. data/doc/files/lib/mack-distributed/distributable_rb.html +0 -101
  17. data/doc/files/lib/mack-distributed/distributed_rb.html +0 -101
  18. data/doc/files/lib/mack-distributed/errors/errors_rb.html +0 -101
  19. data/doc/files/lib/mack-distributed/extensions/route_map_rb.html +0 -101
  20. data/doc/files/lib/mack-distributed/extensions/urls_rb.html +0 -101
  21. data/doc/files/lib/mack-distributed/routes/urls_rb.html +0 -101
  22. data/doc/files/lib/mack-distributed/utils/rinda_rb.html +0 -101
  23. data/doc/files/lib/mack-distributed/views/rendering/type/distributed_rb.html +0 -101
  24. data/doc/files/lib/mack-distributed/views/rendering/type/layout_rb.html +0 -101
  25. data/doc/files/lib/mack-distributed/views/view_cache_rb.html +0 -101
  26. data/doc/files/lib/mack-distributed/views/view_rb.html +0 -101
  27. data/doc/files/lib/mack-distributed_rb.html +0 -110
  28. data/doc/fr_class_index.html +0 -38
  29. data/doc/fr_file_index.html +0 -39
  30. data/doc/fr_method_index.html +0 -43
  31. data/doc/index.html +0 -24
  32. data/doc/rdoc-style.css +0 -208
@@ -1,155 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Class: Mack::Distributed::Errors::UnknownApplication</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">Mack::Distributed::Errors::UnknownApplication</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../../files/lib/mack-distributed/errors/errors_rb.html">
59
- lib/mack-distributed/errors/errors.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- StandardError
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
- <div id="description">
82
- <p>
83
- Raised when an unknown distributed application is referenced.
84
- </p>
85
-
86
- </div>
87
-
88
-
89
- </div>
90
-
91
- <div id="method-list">
92
- <h3 class="section-bar">Methods</h3>
93
-
94
- <div class="name-list">
95
- <a href="#M000005">new</a>&nbsp;&nbsp;
96
- </div>
97
- </div>
98
-
99
- </div>
100
-
101
-
102
- <!-- if includes -->
103
-
104
- <div id="section">
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
- <!-- if method_list -->
114
- <div id="methods">
115
- <h3 class="section-bar">Public Class methods</h3>
116
-
117
- <div id="method-M000005" class="method-detail">
118
- <a name="M000005"></a>
119
-
120
- <div class="method-heading">
121
- <a href="#M000005" class="method-signature">
122
- <span class="method-name">new</span><span class="method-args">(app_name)</span>
123
- </a>
124
- </div>
125
-
126
- <div class="method-description">
127
- <p>
128
- Takes the application name.
129
- </p>
130
- <p><a class="source-toggle" href="#"
131
- onclick="toggleCode('M000005-source');return false;">[Source]</a></p>
132
- <div class="method-source-code" id="M000005-source">
133
- <pre>
134
- <span class="ruby-comment cmt"># File lib/mack-distributed/errors/errors.rb, line 8</span>
135
- 8: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">app_name</span>)
136
- 9: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">&quot;APPLICATION: #{app_name} is not a known/registered distributed application.&quot;</span>)
137
- 10: <span class="ruby-keyword kw">end</span>
138
- </pre>
139
- </div>
140
- </div>
141
- </div>
142
-
143
-
144
- </div>
145
-
146
-
147
- </div>
148
-
149
-
150
- <div id="validator-badges">
151
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
152
- </div>
153
-
154
- </body>
155
- </html>
@@ -1,156 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Class: Mack::Distributed::Errors::UnknownRouteName</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">Mack::Distributed::Errors::UnknownRouteName</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../../files/lib/mack-distributed/errors/errors_rb.html">
59
- lib/mack-distributed/errors/errors.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- StandardError
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
- <div id="description">
82
- <p>
83
- Raised when an unknown distributed route name for a distributed application
84
- is referenced.
85
- </p>
86
-
87
- </div>
88
-
89
-
90
- </div>
91
-
92
- <div id="method-list">
93
- <h3 class="section-bar">Methods</h3>
94
-
95
- <div class="name-list">
96
- <a href="#M000004">new</a>&nbsp;&nbsp;
97
- </div>
98
- </div>
99
-
100
- </div>
101
-
102
-
103
- <!-- if includes -->
104
-
105
- <div id="section">
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <!-- if method_list -->
115
- <div id="methods">
116
- <h3 class="section-bar">Public Class methods</h3>
117
-
118
- <div id="method-M000004" class="method-detail">
119
- <a name="M000004"></a>
120
-
121
- <div class="method-heading">
122
- <a href="#M000004" class="method-signature">
123
- <span class="method-name">new</span><span class="method-args">(app_name, route_name)</span>
124
- </a>
125
- </div>
126
-
127
- <div class="method-description">
128
- <p>
129
- Takes the application name and the route name.
130
- </p>
131
- <p><a class="source-toggle" href="#"
132
- onclick="toggleCode('M000004-source');return false;">[Source]</a></p>
133
- <div class="method-source-code" id="M000004-source">
134
- <pre>
135
- <span class="ruby-comment cmt"># File lib/mack-distributed/errors/errors.rb, line 16</span>
136
- 16: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">app_name</span>, <span class="ruby-identifier">route_name</span>)
137
- 17: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">&quot;ROUTE_NAME: #{route_name}, is not a known/registered distributed route name for application: #{app_name}.&quot;</span>)
138
- 18: <span class="ruby-keyword kw">end</span>
139
- </pre>
140
- </div>
141
- </div>
142
- </div>
143
-
144
-
145
- </div>
146
-
147
-
148
- </div>
149
-
150
-
151
- <div id="validator-badges">
152
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
153
- </div>
154
-
155
- </body>
156
- </html>
@@ -1,213 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Class: Mack::Distributed::Routes::Urls</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">Mack::Distributed::Routes::Urls</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../../files/lib/mack-distributed/routes/urls_rb.html">
59
- lib/mack-distributed/routes/urls.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- Object
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
- <div id="description">
82
- <p>
83
- A class used to house the Mack::Routes::Url module for distributed
84
- applications. Functionally this class does nothing, but since you
85
- can&#8216;t cache a module, a class is needed.
86
- </p>
87
-
88
- </div>
89
-
90
-
91
- </div>
92
-
93
- <div id="method-list">
94
- <h3 class="section-bar">Methods</h3>
95
-
96
- <div class="name-list">
97
- <a href="#M000012">get</a>&nbsp;&nbsp;
98
- <a href="#M000010">put</a>&nbsp;&nbsp;
99
- <a href="#M000011">run</a>&nbsp;&nbsp;
100
- </div>
101
- </div>
102
-
103
- </div>
104
-
105
-
106
- <!-- if includes -->
107
- <div id="includes">
108
- <h3 class="section-bar">Included Modules</h3>
109
-
110
- <div id="includes-list">
111
- <span class="include-name">DRbUndumped</span>
112
- </div>
113
- </div>
114
-
115
- <div id="section">
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
- <!-- if method_list -->
125
- <div id="methods">
126
- <h3 class="section-bar">Public Class methods</h3>
127
-
128
- <div id="method-M000012" class="method-detail">
129
- <a name="M000012"></a>
130
-
131
- <div class="method-heading">
132
- <a href="#M000012" class="method-signature">
133
- <span class="method-name">get</span><span class="method-args">(app_name)</span>
134
- </a>
135
- </div>
136
-
137
- <div class="method-description">
138
- <p><a class="source-toggle" href="#"
139
- onclick="toggleCode('M000012-source');return false;">[Source]</a></p>
140
- <div class="method-source-code" id="M000012-source">
141
- <pre>
142
- <span class="ruby-comment cmt"># File lib/mack-distributed/routes/urls.rb, line 25</span>
143
- 25: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get</span>(<span class="ruby-identifier">app_name</span>)
144
- 26: <span class="ruby-constant">Mack</span><span class="ruby-operator">::</span><span class="ruby-constant">Distributed</span><span class="ruby-operator">::</span><span class="ruby-constant">Utils</span><span class="ruby-operator">::</span><span class="ruby-constant">Rinda</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">:space</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">app_name</span>.<span class="ruby-identifier">to_sym</span>, <span class="ruby-identifier">:klass_def</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">:distributed_routes</span>)
145
- 27: <span class="ruby-keyword kw">end</span>
146
- </pre>
147
- </div>
148
- </div>
149
- </div>
150
-
151
- <h3 class="section-bar">Public Instance methods</h3>
152
-
153
- <div id="method-M000010" class="method-detail">
154
- <a name="M000010"></a>
155
-
156
- <div class="method-heading">
157
- <a href="#M000010" class="method-signature">
158
- <span class="method-name">put</span><span class="method-args">()</span>
159
- </a>
160
- </div>
161
-
162
- <div class="method-description">
163
- <p><a class="source-toggle" href="#"
164
- onclick="toggleCode('M000010-source');return false;">[Source]</a></p>
165
- <div class="method-source-code" id="M000010-source">
166
- <pre>
167
- <span class="ruby-comment cmt"># File lib/mack-distributed/routes/urls.rb, line 13</span>
168
- 13: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">put</span>
169
- 14: <span class="ruby-constant">Mack</span><span class="ruby-operator">::</span><span class="ruby-constant">Distributed</span><span class="ruby-operator">::</span><span class="ruby-constant">Utils</span><span class="ruby-operator">::</span><span class="ruby-constant">Rinda</span>.<span class="ruby-identifier">register_or_renew</span>(<span class="ruby-identifier">:space</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">app_config</span>.<span class="ruby-identifier">mack</span>.<span class="ruby-identifier">distributed_app_name</span>.<span class="ruby-identifier">to_sym</span>,
170
- 15: <span class="ruby-identifier">:klass_def</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">:distributed_routes</span>,
171
- 16: <span class="ruby-identifier">:object</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">self</span>, <span class="ruby-identifier">:timeout</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>)
172
- 17: <span class="ruby-keyword kw">end</span>
173
- </pre>
174
- </div>
175
- </div>
176
- </div>
177
-
178
- <div id="method-M000011" class="method-detail">
179
- <a name="M000011"></a>
180
-
181
- <div class="method-heading">
182
- <a href="#M000011" class="method-signature">
183
- <span class="method-name">run</span><span class="method-args">(meth, options)</span>
184
- </a>
185
- </div>
186
-
187
- <div class="method-description">
188
- <p><a class="source-toggle" href="#"
189
- onclick="toggleCode('M000011-source');return false;">[Source]</a></p>
190
- <div class="method-source-code" id="M000011-source">
191
- <pre>
192
- <span class="ruby-comment cmt"># File lib/mack-distributed/routes/urls.rb, line 19</span>
193
- 19: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span>(<span class="ruby-identifier">meth</span>, <span class="ruby-identifier">options</span>)
194
- 20: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">meth</span>, <span class="ruby-identifier">options</span>)
195
- 21: <span class="ruby-keyword kw">end</span>
196
- </pre>
197
- </div>
198
- </div>
199
- </div>
200
-
201
-
202
- </div>
203
-
204
-
205
- </div>
206
-
207
-
208
- <div id="validator-badges">
209
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
210
- </div>
211
-
212
- </body>
213
- </html>