public interface SystemLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onOverload(int avgSysCpuLoad,
int avgJvmCpuLoad)
Invoked when the average whole system's CPU usage is higher than the threshold specified in the global parameter'system.cpuload.max'
|
void |
onUnderload(int avgSysCpuLoad,
int avgJvmCpuLoad)
Invoked when the average whole system's CPU usage is higher than the threshold specified in the global parameter'system.cpuload.max'
|
void onOverload(int avgSysCpuLoad,
int avgJvmCpuLoad)
avgSysCpuLoad - The average system CPU usageavgJvmCpuLoad - The average JVM CPU usagevoid onUnderload(int avgSysCpuLoad,
int avgJvmCpuLoad)
avgSysCpuLoad - The average system CPU usageavgJvmCpuLoad - The average JVM CPU usageCopyright © 2008-2014 Logical Objects. All Rights Reserved.