Now the component provides read-only access to the interfaces.
[utils] / system / general / src / main / java / org / wamblee / system / core / ProvidedInterface.java
index f717535cf71f0369f9a3595ffa1c3d962422d998..46bf5f24528d143b9c1b488b32c56456f55d0631 100644 (file)
@@ -23,13 +23,7 @@ import java.util.Collection;
  *  
  * @author Erik Brakkee
  */
-public interface ProvidedInterface {
-    
-       /**
-        * Symbolic name for the service as used by the subsystem.  
-        * @return Service name. 
-        */
-       String getName();
+public interface ProvidedInterface extends NamedInterface {
        
        /**
         * Returns the service type.