ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/SystemMonitor.java
(Generate patch)

Comparing projects/cms/source/host/java/SystemMonitor.java (file contents):
Revision 1.6 by tdb, Thu Dec 7 23:21:13 2000 UTC vs.
Revision 1.7 by ab11, Fri Dec 8 15:45:28 2000 UTC

# Line 38 | Line 38 | class SystemMonitor {
38  
39          // why oh why wont ultra edit let me put Long in the next line? oh its trying to
40          // correct keywords =|
41 +        /*
42 +        
43          try {
44                  udpcheckInterval = Long.parseLong(config.getProperty("UDPUpdateTime")) * 1000;
45          }
# Line 46 | Line 48 | class SystemMonitor {
48                  // 5 mins
49                  udpcheckInterval = 5000 * 60;
50          }
51 +        */
52 +        
53          // make the check interval into seconds
54          
55      }
# Line 77 | Line 81 | class SystemMonitor {
81          xml.addString(details.getItems());
82          
83          
84 +        /*
85          // MUST FIX THIS..!!!!
86          try {
87                  long updateIn = ( lastCheck + udpcheckInterval )-System.currentTimeMillis();
# Line 91 | Line 96 | class SystemMonitor {
96          catch( InterruptedException e ){
97                  System.out.println("Sleep interrupted");
98          }
99 +        */
100          
101          // increment sequence.
102          sequence++;
103 <        lastCheck = System.currentTimeMillis();
103 >        // lastCheck = System.currentTimeMillis();
104                  
105          // finally return a string
106          return xml.returnXML();
# Line 108 | Line 114 | class SystemMonitor {
114  
115      private long lastCheck;
116      private int sequence;
111    private long udpcheckInterval;
112    private final long defaultUpdateTime = 60000;
117  
118   //---STATIC ATTRIBUTES---
119  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines