X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=system%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2FComponent.java;h=0234005f958be3922c8eb719ccf27323a47fda38;hb=adc2a72f97f72460b20765d2d0f34b6c21caca3d;hp=22ad381e0a073c1175241140ea41236195d9be1a;hpb=6f8bb575523e672b9f8797e543f7c59d15db7253;p=utils diff --git a/system/general/src/main/java/org/wamblee/system/Component.java b/system/general/src/main/java/org/wamblee/system/Component.java index 22ad381e..0234005f 100644 --- a/system/general/src/main/java/org/wamblee/system/Component.java +++ b/system/general/src/main/java/org/wamblee/system/Component.java @@ -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.