Commit in java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys on MAIN
HasSystemStatus.java-15773 removed
et/EtSystemMonitor.java+2-7773 -> 774
+2-22
1 removed + 1 modified, total 2 files
Deleting interface that is not needed right now.

java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys
HasSystemStatus.java removed after 773
--- java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys/HasSystemStatus.java	2014-07-15 20:42:49 UTC (rev 773)
+++ java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys/HasSystemStatus.java	2014-07-15 20:46:25 UTC (rev 774)
@@ -1,15 +0,0 @@
-package org.hps.monitoring.subsys;
-
-/**
- * A simple mix-in interface for objects that have {@link SystemStatus}
- * about some monitoring point on a sub-system.
- * @author Jeremy McCormick <[log in to unmask]>
- */
-public interface HasSystemStatus {
-    
-    /**
-     * Get the system status object.
-     * @return The system status object.
-     */
-    SystemStatus getSystemStatus();    
-}

java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys/et
EtSystemMonitor.java 773 -> 774
--- java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys/et/EtSystemMonitor.java	2014-07-15 20:42:49 UTC (rev 773)
+++ java/trunk/monitoring-app/src/main/java/org/hps/monitoring/subsys/et/EtSystemMonitor.java	2014-07-15 20:46:25 UTC (rev 774)
@@ -17,7 +17,7 @@
  * It should actually do something useful eventually!
  * @author Jeremy McCormick <[log in to unmask]>
  */
-public class EtSystemMonitor extends EtEventProcessor implements HasSystemStatus {
+public class EtSystemMonitor extends EtEventProcessor {
 
     SystemStatus systemStatus;
     int events = 0;    
@@ -64,10 +64,5 @@
         timer.cancel();
         timer.purge();
         systemStatus.setStatusCode(StatusCode.OFFLINE, "ET job ended.");
-    }
-        
-    @Override
-    public SystemStatus getSystemStatus() {
-        return systemStatus;
-    }
+    }        
 }
SVNspam 0.1