CVS: plexus-container-new/src/java/org/apache/plexus/service/repository/factory ServiceFactory.java,1.1.1.1,1.2

[email protected]
Newsgroups gmane.comp.java.plexus.devel
Message-ID <[email protected]>
Update of /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/service/repository/factory
In directory eng.werken.com:/tmp/cvs-serv3214

Modified Files:
	ServiceFactory.java 
Log Message:
o Adding ROLE for the component.

Index: ServiceFactory.java
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/service/repository/factory/ServiceFactory.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ServiceFactory.java	29 Mar 2003 03:49:44 -0000	1.1.1.1
+++ ServiceFactory.java	24 Apr 2003 02:58:42 -0000	1.2
@@ -8,6 +8,9 @@
  */
 public interface ServiceFactory
 {
+    /** Component role. */
+    static String ROLE = ServiceFactory.class.getName();
+
     Object newInstance( String name, ClassLoader classLoader )
         throws ClassNotFoundException, InstantiationException, IllegalAccessException;
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.