(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / core / Component.java
index b36fe56b221163c91d31f22ccf715bf71d9fd27c..ff80ee693acdcba8f70443cf4bb704ba4821a2d5 100644 (file)
@@ -23,16 +23,6 @@ package org.wamblee.system.core;
  */
 public interface Component {
        
-       enum Status { 
-               NOT_STARTED, RUNNING, STOPPED
-       }
-       
-       /**
-        * Gets the status of the component. 
-        * @return Status. 
-        */
-       Status getStatus();
-       
        /**
         * Gets the name of the subsystem.
         * @return Subsystem name.