Class MirrorPersistenceFailureAlertBean
java.lang.Object
org.openspaces.admin.internal.alert.bean.MirrorPersistenceFailureAlertBean
- All Implemented Interfaces:
AdminEventListener,AlertBean,SpaceInstanceRemovedEventListener,SpaceInstanceStatisticsChangedEventListener,Bean
public class MirrorPersistenceFailureAlertBean
extends Object
implements AlertBean, SpaceInstanceRemovedEventListener, SpaceInstanceStatisticsChangedEventListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked by a bean factory after it has set all bean properties.voiddestroy()Invoked by a bean factory on destruction of a singleton.voidSet the Admin instance to be used by this Bean.voidsetProperties(Map<String, String> properties) The bean properties supplied using a client side bean configuration object, or by plain String key-value pairs.voidspaceInstanceRemoved(SpaceInstance spaceInstance) A callback indicating that a Space Instance was removed.voidA callback indicating the statistics have changed.
-
Field Details
-
beanUID
- See Also:
-
ALERT_NAME
- See Also:
-
-
Constructor Details
-
MirrorPersistenceFailureAlertBean
public MirrorPersistenceFailureAlertBean()
-
-
Method Details
-
afterPropertiesSet
Description copied from interface:BeanInvoked by a bean factory after it has set all bean properties. This method allows the bean instance to perform non-blocking initialization, which is only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.- Specified by:
afterPropertiesSetin interfaceBean- Throws:
Exception- in the event of misconfiguration (such as failure to set an essential property) or if initialization fails.- See Also:
-
destroy
Description copied from interface:BeanInvoked by a bean factory on destruction of a singleton. -
getProperties
- Specified by:
getPropertiesin interfaceBean- Returns:
- properties used to configure this bean.
-
setAdmin
Description copied from interface:BeanSet the Admin instance to be used by this Bean. -
setProperties
Description copied from interface:BeanThe bean properties supplied using a client side bean configuration object, or by plain String key-value pairs.- Specified by:
setPropertiesin interfaceBean- Parameters:
properties- properties to configure this bean.
-
spaceInstanceRemoved
Description copied from interface:SpaceInstanceRemovedEventListenerA callback indicating that a Space Instance was removed.- Specified by:
spaceInstanceRemovedin interfaceSpaceInstanceRemovedEventListener
-
spaceInstanceStatisticsChanged
Description copied from interface:SpaceInstanceStatisticsChangedEventListenerA callback indicating the statistics have changed.- Specified by:
spaceInstanceStatisticsChangedin interfaceSpaceInstanceStatisticsChangedEventListener
-