(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / SubSystem.java
index babb9e025edbd7ce2e15bdeb114e576451b19aaf..16b37aab0936ca61d486c086a9c5bca7b57fd4fb 100644 (file)
@@ -37,6 +37,13 @@ public interface SubSystem {
         */
        Service[] start(String aContext, ServiceRegistry aRegistry, Service[] aRequiredServices);
        
+       /**
+        * Stops a service. 
+        * @param aContext Context
+        * @param aRegistry Registry from which services must be removed. 
+        */
+       void stop(String aContext, ServiceRegistry aRegistry); 
+       
        /**
         * Gets the list of running services in the subsystem. 
         *