hlship 2003/09/29 09:16:06
Modified: hivemind/framework/src/java/org/apache/commons/hivemind/impl
ThreadedServiceModel.java
Log:
Refactor the service extension point implementations into a single
ServiceExtensionPointImpl and multiple implementations of the new ServiceModel
interface.
Revision Changes Path
1.2 +2 -2
jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/impl/ThreadedServiceModel.java
Index: ThreadedServiceModel.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/impl/ThreadedServiceModel.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ThreadedServiceModel.java 29 Sep 2003 15:32:25 -0000 1.1
+++ ThreadedServiceModel.java 29 Sep 2003 16:16:06 -0000 1.2
@@ -73,7 +73,7 @@
* [EMAIL PROTECTED] org.apache.commons.hivemind.impl.DeferredServiceModel},
* this method returns a proxy (implementing the service interface); unlike
* DeferredServiceModel, it <em>always</em> returns the proxy.
- * Invoking a service method on the proxy binds constructs a service implementation
+ * Invoking a service method on the proxy constructs a service implementation
* and binds it to the current thread.
*
* @author Howard Lewis Ship
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]