|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.admin.alert.config.ReplicationChannelDisconnectedAlertConfiguration
public class ReplicationChannelDisconnectedAlertConfiguration
A replication channel disconnection alert configuration. 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.
ReplicationChannelDisconnectedAlertConfigurer| Constructor Summary | |
|---|---|
ReplicationChannelDisconnectedAlertConfiguration()
Constructs an empty replication channel disconnection configuration. |
|
| Method Summary | |
|---|---|
String |
getBeanClassName()
The Bean implementation class name corresponding to this BeanConfig. |
Map<String,String> |
getProperties()
Get the String key-value pairs properties used to configure this bean. |
boolean |
isEnabled()
|
void |
setEnabled(boolean enabled)
|
void |
setProperties(Map<String,String> properties)
Set with String key-value pairs to configure properties belonging to this bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplicationChannelDisconnectedAlertConfiguration()
| Method Detail |
|---|
public void setProperties(Map<String,String> properties)
setProperties in interface BeanConfigproperties - the properties to configure this bean object.public Map<String,String> getProperties()
getProperties in interface BeanConfigpublic String getBeanClassName()
Bean implementation class name corresponding to this BeanConfig.
getBeanClassName in interface BeanConfigpublic boolean isEnabled()
isEnabled in interface AlertConfigurationtrue if this alert is enabled; false if this alert is
currently disabled.public void setEnabled(boolean enabled)
setEnabled in interface AlertConfigurationenabled - true if this alert should be enabled; false if this
alert should be disabled.
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||