Author: buildbot
Date: Thu Apr 7 01:14:22 2016
New Revision: 984962
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/documentation/core.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 7 01:14:22 2016
@@ -1 +1 @@
-1737940
+1738064
Modified: websites/staging/deltaspike/trunk/content/documentation/core.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation/core.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation/core.html Thu Apr
7 01:14:22 2016
@@ -1756,6 +1756,27 @@ The following example shows how it would
</div>
</div>
<div class="sect1">
+<h2 id="_asynchronous_operations">Asynchronous Operations</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>DeltaSpike provides support for executing code in an asynchronous manner.
The behavior is implemented as three different interceptors for your beans.</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><code>@Futreable</code> - Designed for bean methods that return
<code>Future`s of some form. The method call will automatically be submitted
to an `ExecutorService</code></p>
+</li>
+<li>
+<p><code>@Locked</code> - Ability to prevent concurrent access to a method
based on its usage of reads/writes.</p>
+</li>
+<li>
+<p><code>@Throttled</code> - Ability to limit how frequently a method can be
invoked.</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_utilities">Utilities</h2>
<div class="sectionbody">
<div class="paragraph">
@@ -2012,6 +2033,7 @@ objects, the last object in the array wi
<li><a href="#_deactivate_deactivatable_classes_via_config">Deactivate
Deactivatable-Classes via Config</a></li>
</ul>
</li>
+<li><a href="#_asynchronous_operations">Asynchronous Operations</a></li>
<li><a href="#_utilities">Utilities</a>
<ul class="sectlevel2">
<li><a href="#_annotationutils">AnnotationUtils</a></li>