GigaSpaces XAP 9.0 API

org.openspaces.admin.alert.config
Interface AlertConfigurer

All Superinterfaces:
BeanConfigurer<AlertConfiguration>
All Known Implementing Classes:
CpuUtilizationAlertConfigurer, GarbageCollectionAlertConfigurer, HeapMemoryUtilizationAlertConfigurer, MirrorPersistenceFailureAlertConfigurer, PhysicalMemoryUtilizationAlertConfigurer, ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer, ProvisionFailureAlertConfigurer, ReplicationChannelDisconnectedAlertConfigurer, ReplicationRedoLogOverflowToDiskAlertConfigurer, ReplicationRedoLogSizeAlertConfigurer

public interface AlertConfigurer
extends BeanConfigurer<AlertConfiguration>

An interface for implementations carrying out the 'builder/chaining' pattern on top of an AlertConfiguration.

The fully configured AlertConfiguration object is returned by the call to BeanConfigurer.create().

Since:
8.0
Author:
Moran Avigdor

Method Summary
 AlertConfigurer enable(boolean enabled)
          Enable an alert using this configuration.
 
Methods inherited from interface org.openspaces.admin.bean.BeanConfigurer
create
 

Method Detail

enable

AlertConfigurer enable(boolean enabled)
Enable an alert using this configuration. By default an alert is disabled.

Parameters:
enabled - true to enable the alert using this configuration; false to disable the alert.
Returns:
this.
Since:
8.0.3
See Also:
AlertConfiguration.setEnabled(boolean)

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.