Skip to content

Commit

Permalink
async methods and messagelisteners
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 12, 2009
1 parent a318784 commit 3eea410
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion reference/en-US/scopescontexts.xml
Expand Up @@ -111,11 +111,17 @@ public class SecondLevelCache { ... }]]></programlisting>
<listitem>
<para>during invocations of EJB remote methods,</para>
</listitem>
<listitem>
<para>during invocations of EJB asynchronous methods,</para>
</listitem>
<listitem>
<para>during EJB timeouts,</para>
</listitem>
<listitem>
<para>during message delivery to a message-driven bean, and</para>
<para>during message delivery to a message-driven bean,</para>
</listitem>
<listitem>
<para>during message delivery to a <literal>MessageListener</literal>, and</para>
</listitem>
<listitem>
<para>during web service invocations.</para>
Expand Down

0 comments on commit 3eea410

Please sign in to comment.