Author: laubai
Date: 2009-12-10 00:58:03 -0500 (Thu, 10 Dec 2009)
New Revision: 8320
Modified:
enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml
Log:
Added third part of changes for JBPAPP-2964.
Modified:
enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml
===================================================================
---
enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml 2009-12-10
05:36:24 UTC (rev 8319)
+++
enterprise-docs/tags/JBoss_EAP_5_0_0/Cache_User_Guide/en-US/configuration_reference.xml 2009-12-10
05:58:03 UTC (rev 8320)
@@ -237,9 +237,7 @@
<section id="configuration_reference">
- <title>
- Configuration File Quick Reference
- </title>
+ <title>Configuration File Quick Reference</title>
<para>A list of definitions of each of the XML elements attributes used
above, and their bean counterparts for
programmatic configuration. If the description of an attribute states that it is
<emphasis>dynamic</emphasis>,
that means it can be changed after the cache is created and started.
@@ -600,7 +598,7 @@
<entry>Specifies the
<literal>TransactionManagerLookupClass</literal> implementation to use to
obtain
a transaction manager. If not specified (and a
<literal>TransactionManager</literal> is not injected
- using
<literal>RuntimeConfig.setTransactionManager()</literal>, the cache will not
be able to participate
+ using
<literal>RuntimeConfig.setTransactionManager()</literal>), the cache will not
be able to participate
in any transactions.</entry>
</row>
<row>
@@ -1005,7 +1003,7 @@
<entry>1</entry>
<entry>
- The size of the threadpool used to dispatch events to cache
listeners that have registered as
+ The size of the thread pool used to dispatch events to cache
listeners that have registered as
asynchronous listeners. If this number is less than 1, all
asynchronous listeners will be
treated as synchronous listeners and notified synchronously.
</entry>
@@ -1018,7 +1016,7 @@
<entry>50000</entry>
<entry>
- The size of the bounded queue used by the async listener threadpool.
Only considered if
+ The size of the bounded queue used by the async listener thread
pool. Only considered if
<literal>asyncPoolSize</literal> is greater than 0.
Increase this if you see a lot of threads
blocking trying to add events to this queue.
</entry>