You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by az...@apache.org on 2008/01/10 11:54:45 UTC

svn commit: r610754 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/clustering/context/ContextManager.java

Author: azeez
Date: Thu Jan 10 02:54:43 2008
New Revision: 610754

URL: http://svn.apache.org/viewvc?rev=610754&view=rev
Log:
Added documentation


Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/clustering/context/ContextManager.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/clustering/context/ContextManager.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/clustering/context/ContextManager.java?rev=610754&r1=610753&r2=610754&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/clustering/context/ContextManager.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/clustering/context/ContextManager.java Thu Jan 10 02:54:43 2008
@@ -103,8 +103,11 @@
      * <p/>
      * Generally, we can use the context class name as the context type.
      *
-     * @param contextType The type of the context such as ConfigurationContext,
-     *                    ServiceGroupContext & ServiceContext
+     * @param contextType The type of the context such as
+     *                    org.apache.axis2.context.ConfigurationContext,
+     *                    org.apache.axis2.context.ServiceGroupContext &
+     *                    org.apache.axis2.context.ServiceContext.
+     *                    Also "defaults" is a special type, which will apply to all contexts
      * @param patterns    The patterns
      */
     void setReplicationExcludePatterns(String contextType, List patterns);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org