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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]