Author: gawor
Date: Tue Jul 31 13:51:34 2007
New Revision: 561516
URL: http://svn.apache.org/viewvc?view=rev&rev=561516
Log:
updated javadocs with extra comments
Modified:
webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImpl.java
Modified:
webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImpl.java
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImpl.java?view=diff&rev=561516&r1=561515&r2=561516
==============================================================================
---
webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImpl.java
(original)
+++
webservices/axis2/trunk/java/modules/metadata/src/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImpl.java
Tue Jul 31 13:51:34 2007
@@ -121,7 +121,9 @@
*
* <h4>Note</h4>
* This function might cause unpredictable results when configuration
contexts are being reused
- * and/or there are outstanding requests using the cached
ServiceDescription objects.
+ * and/or there are outstanding requests using the cached
ServiceDescription objects. Also,
+ * in-flight requests (both client and server) using ServiceDelegates MUST
be done and out of
+ * scope before this method is called.
*
*/
public static void clearServiceDescriptionCache() {
@@ -135,7 +137,9 @@
* <h4>Note</h4>
* This function should only be used to clear the cache when the specified
configuration context
* will not be used anymore and there are no outstanding requests using
the associated
- * ServiceDescription objects. Otherwise, it might cause unpredictable
results.
+ * ServiceDescription objects. Also, in-flight requests (both client and
server) using
+ * ServiceDelegates MUST be done and out of scope before this method is
called.
+ * Otherwise, unpredictable results might occur.
*
* @param configContext The configuration context associated with the
ServiceDescription
* objects in the cache.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]