Author: kfujino Date: Tue Jan 12 05:12:13 2016 New Revision: 1724156 URL: http://svn.apache.org/viewvc?rev=1724156&view=rev Log: Correct document of MessageDispatchInterceptor. Merge documents of MessageDispatch15Interceptor into MessageDispatchInterceptor.
Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1724156&r1=1724155&r2=1724156&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Tue Jan 12 05:12:13 2016 @@ -44,7 +44,6 @@ <ul> <li><code>org.apache.catalina.tribes.group.interceptors.TcpFailureDetector</code></li> <li><code>org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor</code></li> - <li><code>org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor</code></li> <li><code>org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor</code></li> <li><code>org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator</code></li> <li><code>org.apache.catalina.tribes.group.interceptors.OrderInterceptor</code></li> @@ -108,32 +107,8 @@ </attribute> </attributes> </subsection> - <subsection name="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor Attributes"> - <attributes> - <attribute name="className" required="true"> - Required, This dispatcher uses JDK 1.5 java.util.concurrent package - </attribute> - <attribute name="optionFlag" required="false"> - The default and hard coded value is <code>8 (org.apache.catalina.tribes.Channel.SEND_OPTIONS_ASYNCHRONOUS)</code>. - 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"> <attributes> - <attribute name="className" required="true"> - Required, Same implementation as <code>MessageDispatch15Interceptor</code>, but with JDK 1.4 compliance. - </attribute> <attribute name="optionFlag" required="false"> The default and hard coded value is <code>8 (org.apache.catalina.tribes.Channel.SEND_OPTIONS_ASYNCHRONOUS)</code>. The dispatcher will trigger on this value only, as it is predefined by Tribes. @@ -147,6 +122,15 @@ if the queue fills up, one can trigger the behavior, if <code>alwaysSend</code> is set to true, the message will be sent synchronously if the flag is false, an error is thrown </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.TcpFailureDetector Attributes"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org