com.caucho.server.admin
Class CpuHealthCheckImpl
java.lang.Object
com.caucho.health.check.AbstractHealthCheck
com.caucho.server.admin.CpuHealthCheckImpl
- All Implemented Interfaces:
- HealthCheck
- Direct Known Subclasses:
- CpuHealthCheck
public class CpuHealthCheckImpl
- extends AbstractHealthCheck
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CpuHealthCheckImpl
public CpuHealthCheckImpl()
checkHealth
public HealthCheckResult checkHealth()
setCpuMeters
public void setCpuMeters(java.util.ArrayList<AbstractMeter> cpuMeters)
getWarningThreshold
public int getWarningThreshold()
setWarningThreshold
public void setWarningThreshold(int warningThreshold)
getCriticalThreshold
public int getCriticalThreshold()
setCriticalThreshold
public void setCriticalThreshold(int criticalThreshold)