You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hl...@apache.org on 2003/09/29 18:16:06 UTC

cvs commit: jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/impl ThreadedServiceModel.java

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 @@
    * {@link 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org