Author: buildbot
Date: Sat Sep  8 16:19:25 2012
New Revision: 831393

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/timer.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Sat Sep  8 
16:19:25 2012
@@ -16330,7 +16330,7 @@ timer:name[?options]
 
 <h3><a shape="rect" name="BookComponentAppendix-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>time</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> A <tt>java.util.Date</tt> the <b>first</b> event should 
be generated. If using the URI, the pattern expected is: <tt>yyyy-MM-dd 
HH:mm:ss</tt> or <tt>yyyy-MM-dd'T'HH:mm:ss</tt>. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>pattern</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Allows you to specify a custom <tt>Date</tt> 
pattern to use for setting the time option using URI syntax. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <t
 t>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If greater 
than 0, generate periodic events every <tt>period</tt> milliseconds. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> / 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The number 
of milliseconds to wait before the first event is generated. Should not be used 
in conjunction with the <tt>time</tt> option. The default value has bee n 
changed to <tt>1000</tt> from <b>Camel 2.11</b> onwards. In older releases the 
default value is <tt>0</tt>. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>fixedRate</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Events take place at approximately regular intervals, 
separated by the spe
 cified period. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>daemon</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
whether or not the thread associated with the timer endpoint runs as a daemon. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>repeatCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.8:</b> Specifies a maximum limit of number of fires. So if you set it to 1, 
the timer will only fire once. If you set it to 5, it will only fire five 
times. A value of zero or negative means fire forever. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>time</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> A <tt>java.util.Date</tt> the <b>first</b> event should 
be generated. If using the URI, the pattern expected is: <tt>yyyy-MM-dd 
HH:mm:ss</tt> or <tt>yyyy-MM-dd'T'HH:mm:ss</tt>. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>pattern</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Allows you to specify a custom <tt>Date</tt> 
pattern to use for setting the time option using URI syntax. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <t
 t>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If greater 
than 0, generate periodic events every <tt>period</tt> milliseconds. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> / 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The number 
of milliseconds to wait before the first event is generated. Should not be used 
in conjunction with the <tt>time</tt> option. The default value has bee n 
changed to <tt>1000</tt> from <b>Camel 2.11</b> onwards. In older releases the 
default value is <tt>0</tt> what randomly cause the issue the timer is not 
executed the first time (it is executed the first time after <tt>period</tt> of 
time or never, if <tt>period</tt> is 0). This is by design of the 
<tt>java.util.TaskQueue</tt> we use under the cover. </td></tr><tr><td 
colspan="1" rowspan
 ="1" class="confluenceTd"> <tt>fixedRate</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Events take place at approximately regular intervals, 
separated by the specified period. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>daemon</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies whether or not the thread associated with the 
timer endpoint runs as a daemon. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>repeatCount</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.8:</b> Specifies a maximum limit of number of 
fires. So if you set it to 1, the timer will only fire once. If you set it to 
5, it will only fire five times. A value of zero or negative means fire 
forever. </td></tr></tb
 ody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Sat Sep  8 16:19:25 
2012
@@ -36439,7 +36439,7 @@ timer:name[?options]
 
 <h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>time</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> A <tt>java.util.Date</tt> the <b>first</b> event should 
be generated. If using the URI, the pattern expected is: <tt>yyyy-MM-dd 
HH:mm:ss</tt> or <tt>yyyy-MM-dd'T'HH:mm:ss</tt>. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>pattern</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Allows you to specify a custom <tt>Date</tt> 
pattern to use for setting the time option using URI syntax. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <t
 t>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If greater 
than 0, generate periodic events every <tt>period</tt> milliseconds. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> / 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The number 
of milliseconds to wait before the first event is generated. Should not be used 
in conjunction with the <tt>time</tt> option. The default value has bee n 
changed to <tt>1000</tt> from <b>Camel 2.11</b> onwards. In older releases the 
default value is <tt>0</tt>. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>fixedRate</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Events take place at approximately regular intervals, 
separated by the spe
 cified period. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>daemon</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
whether or not the thread associated with the timer endpoint runs as a daemon. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>repeatCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.8:</b> Specifies a maximum limit of number of fires. So if you set it to 1, 
the timer will only fire once. If you set it to 5, it will only fire five 
times. A value of zero or negative means fire forever. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>time</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> A <tt>java.util.Date</tt> the <b>first</b> event should 
be generated. If using the URI, the pattern expected is: <tt>yyyy-MM-dd 
HH:mm:ss</tt> or <tt>yyyy-MM-dd'T'HH:mm:ss</tt>. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>pattern</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Allows you to specify a custom <tt>Date</tt> 
pattern to use for setting the time option using URI syntax. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <t
 t>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If greater 
than 0, generate periodic events every <tt>period</tt> milliseconds. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> / 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The number 
of milliseconds to wait before the first event is generated. Should not be used 
in conjunction with the <tt>time</tt> option. The default value has bee n 
changed to <tt>1000</tt> from <b>Camel 2.11</b> onwards. In older releases the 
default value is <tt>0</tt> what randomly cause the issue the timer is not 
executed the first time (it is executed the first time after <tt>period</tt> of 
time or never, if <tt>period</tt> is 0). This is by design of the 
<tt>java.util.TaskQueue</tt> we use under the cover. </td></tr><tr><td 
colspan="1" rowspan
 ="1" class="confluenceTd"> <tt>fixedRate</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Events take place at approximately regular intervals, 
separated by the specified period. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>daemon</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies whether or not the thread associated with the 
timer endpoint runs as a daemon. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>repeatCount</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.8:</b> Specifies a maximum limit of number of 
fires. So if you set it to 1, the timer will only fire once. If you set it to 
5, it will only fire five times. A value of zero or negative means fire 
forever. </td></tr></tb
 ody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/timer.html
==============================================================================
--- websites/production/camel/content/timer.html (original)
+++ websites/production/camel/content/timer.html Sat Sep  8 16:19:25 2012
@@ -99,7 +99,7 @@ timer:name[?options]
 
 <h3><a shape="rect" name="Timer-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>time</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> A <tt>java.util.Date</tt> the <b>first</b> event should 
be generated. If using the URI, the pattern expected is: <tt>yyyy-MM-dd 
HH:mm:ss</tt> or <tt>yyyy-MM-dd'T'HH:mm:ss</tt>. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>pattern</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Allows you to specify a custom <tt>Date</tt> 
pattern to use for setting the time option using URI syntax. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <t
 t>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If greater 
than 0, generate periodic events every <tt>period</tt> milliseconds. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> / 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The number 
of milliseconds to wait before the first event is generated. Should not be used 
in conjunction with the <tt>time</tt> option. The default value has bee n 
changed to <tt>1000</tt> from <b>Camel 2.11</b> onwards. In older releases the 
default value is <tt>0</tt>. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>fixedRate</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Events take place at approximately regular intervals, 
separated by the spe
 cified period. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>daemon</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies 
whether or not the thread associated with the timer endpoint runs as a daemon. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>repeatCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 
2.8:</b> Specifies a maximum limit of number of fires. So if you set it to 1, 
the timer will only fire once. If you set it to 5, it will only fire five 
times. A value of zero or negative means fire forever. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>time</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> A <tt>java.util.Date</tt> the <b>first</b> event should 
be generated. If using the URI, the pattern expected is: <tt>yyyy-MM-dd 
HH:mm:ss</tt> or <tt>yyyy-MM-dd'T'HH:mm:ss</tt>. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>pattern</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Allows you to specify a custom <tt>Date</tt> 
pattern to use for setting the time option using URI syntax. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <t
 t>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If greater 
than 0, generate periodic events every <tt>period</tt> milliseconds. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt> 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> / 
<tt>1000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The number 
of milliseconds to wait before the first event is generated. Should not be used 
in conjunction with the <tt>time</tt> option. The default value has bee n 
changed to <tt>1000</tt> from <b>Camel 2.11</b> onwards. In older releases the 
default value is <tt>0</tt> what randomly cause the issue the timer is not 
executed the first time (it is executed the first time after <tt>period</tt> of 
time or never, if <tt>period</tt> is 0). This is by design of the 
<tt>java.util.TaskQueue</tt> we use under the cover. </td></tr><tr><td 
colspan="1" rowspan
 ="1" class="confluenceTd"> <tt>fixedRate</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Events take place at approximately regular intervals, 
separated by the specified period. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>daemon</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Specifies whether or not the thread associated with the 
timer endpoint runs as a daemon. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>repeatCount</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.8:</b> Specifies a maximum limit of number of 
fires. So if you set it to 1, the timer will only fire once. If you set it to 
5, it will only fire five times. A value of zero or negative means fire 
forever. </td></tr></tb
 ody></table>
 </div>
 </div>
 


Reply via email to