Class DiskMonitor

java.lang.Object
java.lang.Thread
com.nt.udc.util.DiskMonitor
All Implemented Interfaces:
Runnable

public class DiskMonitor extends Thread
  • Field Details

  • Constructor Details

  • Method Details

    • setPartition

      public void setPartition(String part)
    • getPartition

      public String getPartition()
    • setYellowThreshold

      public void setYellowThreshold(int yellow)
    • getYellowThreshold

      public int getYellowThreshold()
    • setRedThreshold

      public void setRedThreshold(int red)
    • getRedThreshold

      public int getRedThreshold()
    • setPollTime

      public void setPollTime(int poll)
    • getPollTime

      public int getPollTime()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • shutdown

      public void shutdown()