hlship 2003/09/29 08:39:49
Modified: hivemind/framework/src/java/org/apache/commons/hivemind
ServiceModel.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 +3 -2
jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/ServiceModel.java
Index: ServiceModel.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/hivemind/framework/src/java/org/apache/commons/hivemind/ServiceModel.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ServiceModel.java 29 Sep 2003 15:32:25 -0000 1.1
+++ ServiceModel.java 29 Sep 2003 15:39:49 -0000 1.2
@@ -69,7 +69,8 @@
public interface ServiceModel
{
/**
- * Invoked by the service to obtain the service implementation. The model
+ * Invoked by the service extension point
+ * to obtain the service implementation. The model
* may return the actual service implementation or some form of proxy.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]