(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / Service.java
index 0db48511d90562d2a423dc22cddb19c7cf6ef144..61428399580e3caf86566445db392aed6b5cb0c4 100644 (file)
@@ -4,6 +4,13 @@ package org.wamblee.system;
  * Represents a running service.
  */
 public interface Service {
+       
+       /**
+        * Gets the ide of the service in the registry. 
+        * @return Service id. 
+        */
+       String getId(); 
+       
        /**
         * Gets the descriptor of the service. 
         * @return Descriptor.