GigaSpaces XAP 9.7.2 API

org.openspaces.admin.alert.alerts
Class ProvisionFailureAlert

java.lang.Object
  extended by org.openspaces.admin.alert.alerts.AbstractAlert
      extended by org.openspaces.admin.alert.alerts.ProvisionFailureAlert
All Implemented Interfaces:
Externalizable, Serializable, Alert

public class ProvisionFailureAlert
extends AbstractAlert

A provision failure alert triggered when a processing unit has less actual instances than planned instances. The alert is resolved when the processing unit actual instance count is equal to the planned instance count.

This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert) for registered listeners.

Since:
8.0.3
Author:
Moran Avigdor
See Also:
Serialized Form

Constructor Summary
ProvisionFailureAlert()
          required by java.io.Externalizable
ProvisionFailureAlert(Alert alert)
           
 
Method Summary
 String getComponentUid()
           The component UID is equivalent to ProcessingUnit.getName()
 
Methods inherited from class org.openspaces.admin.alert.alerts.AbstractAlert
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProvisionFailureAlert

public ProvisionFailureAlert()
required by java.io.Externalizable


ProvisionFailureAlert

public ProvisionFailureAlert(Alert alert)
Method Detail

getComponentUid

public String getComponentUid()
The component UID is equivalent to ProcessingUnit.getName()

Specified by:
getComponentUid in interface Alert
Overrides:
getComponentUid in class AbstractAlert
Returns:
Component UID - the unique identifier of the component associated with the alert.

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.