rubywmq 0.3.0-i386-mswin32-mq6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/LICENSE +13 -0
  2. data/README +73 -0
  3. data/doc/classes/WMQ.html +6300 -0
  4. data/doc/classes/WMQ/Message.html +376 -0
  5. data/doc/classes/WMQ/Message.src/M000001.html +77 -0
  6. data/doc/classes/WMQ/Message.src/M000002.html +27 -0
  7. data/doc/classes/WMQ/Queue.html +1459 -0
  8. data/doc/classes/WMQ/Queue.src/M000003.html +205 -0
  9. data/doc/classes/WMQ/Queue.src/M000004.html +107 -0
  10. data/doc/classes/WMQ/Queue.src/M000005.html +198 -0
  11. data/doc/classes/WMQ/Queue.src/M000006.html +66 -0
  12. data/doc/classes/WMQ/Queue.src/M000007.html +203 -0
  13. data/doc/classes/WMQ/Queue.src/M000008.html +265 -0
  14. data/doc/classes/WMQ/Queue.src/M000009.html +120 -0
  15. data/doc/classes/WMQ/Queue.src/M000010.html +28 -0
  16. data/doc/classes/WMQ/Queue.src/M000011.html +30 -0
  17. data/doc/classes/WMQ/Queue.src/M000012.html +31 -0
  18. data/doc/classes/WMQ/Queue.src/M000013.html +31 -0
  19. data/doc/classes/WMQ/Queue.src/M000014.html +31 -0
  20. data/doc/classes/WMQ/QueueManager.html +1529 -0
  21. data/doc/classes/WMQ/QueueManager.src/M000015.html +182 -0
  22. data/doc/classes/WMQ/QueueManager.src/M000016.html +194 -0
  23. data/doc/classes/WMQ/QueueManager.src/M000017.html +92 -0
  24. data/doc/classes/WMQ/QueueManager.src/M000018.html +70 -0
  25. data/doc/classes/WMQ/QueueManager.src/M000019.html +49 -0
  26. data/doc/classes/WMQ/QueueManager.src/M000020.html +49 -0
  27. data/doc/classes/WMQ/QueueManager.src/M000021.html +63 -0
  28. data/doc/classes/WMQ/QueueManager.src/M000022.html +61 -0
  29. data/doc/classes/WMQ/QueueManager.src/M000023.html +65 -0
  30. data/doc/classes/WMQ/QueueManager.src/M000024.html +232 -0
  31. data/doc/classes/WMQ/QueueManager.src/M000025.html +30 -0
  32. data/doc/classes/WMQ/QueueManager.src/M000026.html +31 -0
  33. data/doc/classes/WMQ/QueueManager.src/M000027.html +31 -0
  34. data/doc/classes/WMQ/QueueManager.src/M000028.html +38 -0
  35. data/doc/classes/WMQ/QueueManager.src/M000029.html +33 -0
  36. data/doc/classes/WMQ/QueueManager.src/M000030.html +21 -0
  37. data/doc/classes/WMQ/QueueManager.src/M000031.html +284 -0
  38. data/doc/classes/WMQ/QueueManager.src/M000032.html +24 -0
  39. data/doc/classes/WMQ/QueueManager.src/M000033.html +18 -0
  40. data/doc/classes/WMQ/QueueManager.src/M000034.html +46 -0
  41. data/doc/classes/WMQ/QueueManager.src/M000035.html +27 -0
  42. data/doc/classes/WMQ/WMQException.html +111 -0
  43. data/doc/created.rid +1 -0
  44. data/doc/files/ext/lib/wmq_const_admin_rb.html +128 -0
  45. data/doc/files/ext/lib/wmq_const_rb.html +128 -0
  46. data/doc/files/ext/lib/wmq_temp_rb.html +122 -0
  47. data/doc/files/ext/wmq_c.html +101 -0
  48. data/doc/files/ext/wmq_message_c.html +101 -0
  49. data/doc/files/ext/wmq_queue_c.html +101 -0
  50. data/doc/files/ext/wmq_queue_manager_c.html +101 -0
  51. data/doc/fr_class_index.html +31 -0
  52. data/doc/fr_file_index.html +33 -0
  53. data/doc/fr_method_index.html +61 -0
  54. data/doc/index.html +24 -0
  55. data/doc/rdoc-style.css +208 -0
  56. data/examples/each_a.rb +31 -0
  57. data/examples/each_b.rb +40 -0
  58. data/examples/each_header.rb +37 -0
  59. data/examples/files_to_q.cfg +24 -0
  60. data/examples/files_to_q.rb +46 -0
  61. data/examples/get_a.rb +34 -0
  62. data/examples/get_client.rb +50 -0
  63. data/examples/put1_a.rb +24 -0
  64. data/examples/put1_b.rb +32 -0
  65. data/examples/put1_c.rb +31 -0
  66. data/examples/put_a.rb +34 -0
  67. data/examples/put_b.rb +42 -0
  68. data/examples/put_dlh.rb +40 -0
  69. data/examples/put_dynamic_q.rb +37 -0
  70. data/examples/put_rfh.rb +66 -0
  71. data/examples/put_rfh2_a.rb +42 -0
  72. data/examples/put_rfh2_b.rb +42 -0
  73. data/examples/put_xmit_q.rb +32 -0
  74. data/examples/q_to_files.cfg +17 -0
  75. data/examples/q_to_files.rb +47 -0
  76. data/examples/request.rb +59 -0
  77. data/examples/server.rb +96 -0
  78. data/lib/wmq.rb +25 -0
  79. data/lib/wmq/wmq.so +0 -0
  80. data/lib/wmq/wmq_const.rb +745 -0
  81. data/lib/wmq/wmq_const_admin.rb +555 -0
  82. data/lib/wmq/wmq_temp.rb +197 -0
  83. data/tests/test.rb +299 -0
  84. metadata +131 -0
@@ -0,0 +1,24 @@
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>
7
+ <head>
8
+ <title>method_missing (WMQ::QueueManager)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File ext/lib/wmq_temp.rb, line 23</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">method_missing</span>(<span class="ruby-identifier">name</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
15
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">1</span>
16
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">execute</span>({<span class="ruby-identifier">:command=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">name</span>}.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">args</span>[<span class="ruby-value">0</span>]))
17
+ <span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
18
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">execute</span>({<span class="ruby-identifier">:command=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">name</span>})
19
+ <span class="ruby-keyword kw">else</span>
20
+ <span class="ruby-identifier">raise</span>(<span class="ruby-node">&quot;Invalid arguments supplied to QueueManager#:#{name}, args:#{args}&quot;</span>)
21
+ <span class="ruby-keyword kw">end</span>
22
+ <span class="ruby-keyword kw">end</span></pre>
23
+ </body>
24
+ </html>
@@ -0,0 +1,18 @@
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>
7
+ <head>
8
+ <title>mqsc (WMQ::QueueManager)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File ext/lib/wmq_temp.rb, line 41</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">mqsc</span>(<span class="ruby-identifier">mqsc_text</span>)
15
+ <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">:command=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">:escape</span>, <span class="ruby-identifier">:escape_type=</span><span class="ruby-operator">&gt;</span><span class="ruby-constant">WMQ</span><span class="ruby-operator">::</span><span class="ruby-constant">MQET_MQSC</span>, <span class="ruby-identifier">:escape_text=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">mqsc_text</span>).<span class="ruby-identifier">collect</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span> <span class="ruby-identifier">item</span>[<span class="ruby-identifier">:escape_text</span>] }
16
+ <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,46 @@
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>
7
+ <head>
8
+ <title>put_to_reply_q (WMQ::QueueManager)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File ext/lib/wmq_temp.rb, line 71</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">put_to_reply_q</span>(<span class="ruby-identifier">parms</span>)
15
+ <span class="ruby-comment cmt"># Send replies only if message type is request</span>
16
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:request_message</span>].<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:msg_type</span>] <span class="ruby-operator">==</span> <span class="ruby-constant">WMQ</span><span class="ruby-operator">::</span><span class="ruby-constant">MQMT_REQUEST</span>
17
+ <span class="ruby-identifier">request</span> = <span class="ruby-identifier">parms</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">:request_message</span>)
18
+
19
+ <span class="ruby-identifier">reply</span> = <span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:message</span>] <span class="ruby-operator">||=</span> <span class="ruby-constant">Message</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">:data=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:data</span>])
20
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:msg_type</span>] = <span class="ruby-constant">WMQ</span><span class="ruby-operator">::</span><span class="ruby-constant">MQMT_REPLY</span>
21
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:expiry</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:expiry</span>]
22
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:priority</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:priority</span>]
23
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:persistence</span>]= <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:persistence</span>]
24
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:format</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:format</span>]
25
+
26
+ <span class="ruby-comment cmt"># Set Correlation Id based on report options supplied</span>
27
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:report</span>] <span class="ruby-operator">&amp;</span> <span class="ruby-constant">WMQ</span><span class="ruby-operator">::</span><span class="ruby-constant">MQRO_PASS_CORREL_ID</span> <span class="ruby-operator">!=</span> <span class="ruby-value">0</span>
28
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:correl_id</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:correl_id</span>]
29
+ <span class="ruby-keyword kw">else</span>
30
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:correl_id</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:msg_id</span>]
31
+ <span class="ruby-keyword kw">end</span>
32
+
33
+ <span class="ruby-comment cmt"># Set Message Id based on report options supplied</span>
34
+ <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:report</span>] <span class="ruby-operator">&amp;</span> <span class="ruby-constant">WMQ</span><span class="ruby-operator">::</span><span class="ruby-constant">MQRO_PASS_MSG_ID</span> <span class="ruby-operator">!=</span> <span class="ruby-value">0</span>
35
+ <span class="ruby-identifier">reply</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:msg_id</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:msg_id</span>]
36
+ <span class="ruby-keyword kw">end</span>
37
+
38
+ <span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:q_name</span>] = <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:reply_to_q</span>]
39
+ <span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:q_mgr_name</span>]= <span class="ruby-identifier">request</span>.<span class="ruby-identifier">descriptor</span>[<span class="ruby-identifier">:reply_to_q_mgr</span>]
40
+ <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">put</span>(<span class="ruby-identifier">parms</span>)
41
+ <span class="ruby-keyword kw">else</span>
42
+ <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">false</span>
43
+ <span class="ruby-keyword kw">end</span>
44
+ <span class="ruby-keyword kw">end</span></pre>
45
+ </body>
46
+ </html>
@@ -0,0 +1,27 @@
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>
7
+ <head>
8
+ <title>put_to_dead_letter_q (WMQ::QueueManager)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre><span class="ruby-comment cmt"># File ext/lib/wmq_temp.rb, line 114</span>
14
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">put_to_dead_letter_q</span>(<span class="ruby-identifier">parms</span>)
15
+ <span class="ruby-identifier">message</span> = <span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:message</span>] <span class="ruby-operator">||=</span> <span class="ruby-constant">Message</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">:data=</span><span class="ruby-operator">&gt;</span><span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:data</span>])
16
+ <span class="ruby-identifier">dlh</span> = {
17
+ <span class="ruby-identifier">:header_type</span> =<span class="ruby-operator">&gt;</span><span class="ruby-identifier">:dead_letter_header</span>,
18
+ <span class="ruby-identifier">:reason</span> =<span class="ruby-operator">&gt;</span><span class="ruby-identifier">parms</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">:reason</span>),
19
+ <span class="ruby-identifier">:dest_q_name</span> =<span class="ruby-operator">&gt;</span><span class="ruby-identifier">parms</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">:q_name</span>),
20
+ <span class="ruby-identifier">:dest_q_mgr_name</span> =<span class="ruby-operator">&gt;</span><span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">name</span>}
21
+
22
+ <span class="ruby-identifier">message</span>.<span class="ruby-identifier">headers</span>.<span class="ruby-identifier">unshift</span>(<span class="ruby-identifier">dlh</span>)
23
+ <span class="ruby-identifier">parms</span>[<span class="ruby-identifier">:q_name</span>]=<span class="ruby-value str">'SYSTEM.DEAD.LETTER.QUEUE'</span> <span class="ruby-comment cmt">#TODO Should be obtained from QMGR config</span>
24
+ <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">put</span>(<span class="ruby-identifier">parms</span>)
25
+ <span class="ruby-keyword kw">end</span></pre>
26
+ </body>
27
+ </html>
@@ -0,0 +1,111 @@
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: WMQ::WMQException</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">WMQ::WMQException</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/ext/wmq_c.html">
59
+ ext/wmq.c
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ RuntimeError
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
+
82
+
83
+ </div>
84
+
85
+
86
+ </div>
87
+
88
+
89
+ <!-- if includes -->
90
+
91
+ <div id="section">
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <!-- if method_list -->
101
+
102
+
103
+ </div>
104
+
105
+
106
+ <div id="validator-badges">
107
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
108
+ </div>
109
+
110
+ </body>
111
+ </html>
@@ -0,0 +1 @@
1
+ Thu Jan 18 22:41:55 Eastern Standard Time 2007
@@ -0,0 +1,128 @@
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>File: wmq_const_admin.rb</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="fileHeader">
50
+ <h1>wmq_const_admin.rb</h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>Path:</strong></td>
54
+ <td>ext/lib/wmq_const_admin.rb
55
+ </td>
56
+ </tr>
57
+ <tr class="top-aligned-row">
58
+ <td><strong>Last Update:</strong></td>
59
+ <td>Thu Jan 18 22:30:47 Eastern Standard Time 2007</td>
60
+ </tr>
61
+ </table>
62
+ </div>
63
+ <!-- banner header -->
64
+
65
+ <div id="bodyContent">
66
+
67
+
68
+
69
+ <div id="contextContent">
70
+
71
+ <div id="description">
72
+ <p>
73
+ Copyright 2006 J. Reid Morrison. Dimension Solutions, Inc.
74
+ </p>
75
+ <p>
76
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
77
+ you may not use this file except in compliance with the License. You may
78
+ obtain a copy of the License at
79
+ </p>
80
+ <pre>
81
+ http://www.apache.org/licenses/LICENSE-2.0
82
+ </pre>
83
+ <p>
84
+ Unless required by applicable law or agreed to in writing, software
85
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
86
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
87
+ See the License for the specific language governing permissions and
88
+ limitations under the License.
89
+ </p>
90
+ <p>
91
+ WARNING: DO NOT MODIFY THIS FILE
92
+ </p>
93
+ <p>
94
+ This file was generated by generate_const.rb.
95
+ </p>
96
+
97
+ </div>
98
+
99
+
100
+ </div>
101
+
102
+
103
+ </div>
104
+
105
+
106
+ <!-- if includes -->
107
+
108
+ <div id="section">
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ <!-- if method_list -->
118
+
119
+
120
+ </div>
121
+
122
+
123
+ <div id="validator-badges">
124
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
125
+ </div>
126
+
127
+ </body>
128
+ </html>
@@ -0,0 +1,128 @@
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>File: wmq_const.rb</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="fileHeader">
50
+ <h1>wmq_const.rb</h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>Path:</strong></td>
54
+ <td>ext/lib/wmq_const.rb
55
+ </td>
56
+ </tr>
57
+ <tr class="top-aligned-row">
58
+ <td><strong>Last Update:</strong></td>
59
+ <td>Thu Jan 18 22:30:50 Eastern Standard Time 2007</td>
60
+ </tr>
61
+ </table>
62
+ </div>
63
+ <!-- banner header -->
64
+
65
+ <div id="bodyContent">
66
+
67
+
68
+
69
+ <div id="contextContent">
70
+
71
+ <div id="description">
72
+ <p>
73
+ Copyright 2006 J. Reid Morrison. Dimension Solutions, Inc.
74
+ </p>
75
+ <p>
76
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
77
+ you may not use this file except in compliance with the License. You may
78
+ obtain a copy of the License at
79
+ </p>
80
+ <pre>
81
+ http://www.apache.org/licenses/LICENSE-2.0
82
+ </pre>
83
+ <p>
84
+ Unless required by applicable law or agreed to in writing, software
85
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
86
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
87
+ See the License for the specific language governing permissions and
88
+ limitations under the License.
89
+ </p>
90
+ <p>
91
+ WARNING: DO NOT MODIFY THIS FILE
92
+ </p>
93
+ <p>
94
+ This file was generated by generate_const.rb.
95
+ </p>
96
+
97
+ </div>
98
+
99
+
100
+ </div>
101
+
102
+
103
+ </div>
104
+
105
+
106
+ <!-- if includes -->
107
+
108
+ <div id="section">
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ <!-- if method_list -->
118
+
119
+
120
+ </div>
121
+
122
+
123
+ <div id="validator-badges">
124
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
125
+ </div>
126
+
127
+ </body>
128
+ </html>