Author: kfujino
Date: Tue Jun 18 09:31:07 2013
New Revision: 1494081

URL: http://svn.apache.org/r1494081
Log:
Complete the document for MessageDispatch15Interceptor.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1494081&r1=1494080&r2=1494081&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Jun 18 09:31:07 2013
@@ -60,6 +60,10 @@
         <code>o.a.c.tribes.group.interceptors.TcpFailureDetector</code>.
         (kfujino)
       </add>
+      <add>
+        Complete the document for <code>MessageDispatch15Interceptor</code>.
+        (kfujino)
+      </add>
     </changelog>
   </subsection>
 </section>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1494081&r1=1494080&r2=1494081&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Tue Jun 18 
09:31:07 2013
@@ -118,6 +118,15 @@
        The dispatcher will trigger on this value only, as it is predefined by 
Tribes.
        The other attributes are inherited from its base class 
<code>org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor</code>.
      </attribute>
+     <attribute name="maxThreads" required="false">
+       The maximum number of threads in this pool, default is 10.
+     </attribute>
+     <attribute name="maxSpareThreads" required="false">
+       The number of threads to keep in the pool, default is 2.
+     </attribute>
+     <attribute name="keepAliveTime" required="false">
+       Maximum number of milliseconds of until Idle thread terminates. Default 
value is 5000(5 seconds).
+     </attribute>
    </attributes>
   </subsection>
   <subsection 
name="org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor 
Attributes">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to