public class CpuUtilizationAlert extends AbstractAlert
 These thresholds can be configured by using the
 CpuUtilizationAlertConfigurer. 
 This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert) for registered listeners.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CPU_UTILIZATION  | 
static String | 
HOST_ADDRESS  | 
static String | 
HOST_NAME  | 
| Constructor and Description | 
|---|
CpuUtilizationAlert()
required by java.io.Externalizable 
 | 
CpuUtilizationAlert(Alert alert)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getComponentUid()
 The component UID is equivalent to  
OperatingSystem.getUid() | 
Double | 
getCpuUtilization()
The CPU utilization reading when this alert was fired. 
 | 
String | 
getHostAddress()
The host address of the machine that this alert corresponds to. 
 | 
String | 
getHostName()
The host name of the machine that this alert corresponds to. 
 | 
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternalpublic static final String HOST_ADDRESS
public static final String HOST_NAME
public static final String CPU_UTILIZATION
public CpuUtilizationAlert()
public CpuUtilizationAlert(Alert alert)
public String getComponentUid()
OperatingSystem.getUid()getComponentUid in interface AlertgetComponentUid in class AbstractAlertpublic String getHostAddress()
null.public String getHostName()
null.public Double getCpuUtilization()
null.Copyright © GigaSpaces.