elimintated the system assembler.
[utils] / system / general / src / main / java / org / wamblee / system / Component.java
index 22ad381e0a073c1175241140ea41236195d9be1a..0234005f958be3922c8eb719ccf27323a47fda38 100644 (file)
@@ -38,6 +38,14 @@ public interface Component {
         * @return Subsystem name. 
         */
        String getName();
+       
+       /**
+        * Gets the fully qualified name of the component which includes
+        * the context of the component.  
+        * This method can only be used after the component has started.
+        * @return Qualified name. 
+        */
+       String getQualifiedName(); 
 
        /**
         * Gets a description of the provided interfaces.