|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfigurer
public class ReplicationChannelDisconnectedAlertConfigurer
A replication channel disconnection alert configurer. The alert is raised if a replication channel connection between a source (primary) and it's target (backup/mirror) has been disconnected. The alert is resolved once the connection is re-established.
Use the call to create()
to create a fully initialized
ReplicationChannelDisconnectedAlertConfiguration
configuration.
ReplicationChannelDisconnectedAlertConfiguration
Constructor Summary | |
---|---|
ReplicationChannelDisconnectedAlertConfigurer()
Constructs an empty replication channel disconnection alert configuration. |
Method Summary | |
---|---|
ReplicationChannelDisconnectedAlertConfiguration |
create()
Get a fully configured replication channel disconnection configuration (after all properties have been set). |
ReplicationChannelDisconnectedAlertConfigurer |
enable(boolean enabled)
Enable an alert using this configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationChannelDisconnectedAlertConfigurer()
Method Detail |
---|
public ReplicationChannelDisconnectedAlertConfigurer enable(boolean enabled)
AlertConfigurer
enable
in interface AlertConfigurer
enabled
- true
to enable the alert using this configuration; false
to disable the alert.
AlertConfiguration.setEnabled(boolean)
public ReplicationChannelDisconnectedAlertConfiguration create()
create
in interface BeanConfigurer<AlertConfiguration>
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |