Index: adminguide/docbook/en/modules/chap5.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-docs/adminguide/docbook/en/modules/chap5.xml,v
retrieving revision 1.5
diff -u -3 -p -r1.5 chap5.xml
--- adminguide/docbook/en/modules/chap5.xml	31 Dec 2004 23:43:35 -0000	1.5
+++ adminguide/docbook/en/modules/chap5.xml	27 Feb 2005 16:41:01 -0000
@@ -2093,6 +2093,13 @@ public interface Interceptor 
      * @return the size of the pool.
      */
     public int getMaxSize();
+
+    /**
+     * Set the maximum size of the pool.
+     *
+     * @param size The size of the pool.
+     */
+    public void setMaxSize(int size);
 }</programlisting>
                 </example>
                 <para>Depending on the configuration, a container may choose to
