Uses of Class
org.openspaces.core.space.mode.AfterSpaceModeChangeEvent
Packages that use AfterSpaceModeChangeEvent
Package
Description
A package exposing Space mode (primary/backup) events through Spring application event
support.
-
Uses of AfterSpaceModeChangeEvent in org.openspaces.core.space.mode
Methods in org.openspaces.core.space.mode with parameters of type AfterSpaceModeChangeEventModifier and TypeMethodDescriptionvoidSpaceAfterBackupListener.onAfterBackup(AfterSpaceModeChangeEvent event) voidSpaceAfterPrimaryListener.onAfterPrimary(AfterSpaceModeChangeEvent event) -
Uses of AfterSpaceModeChangeEvent in org.openspaces.core.space.mode.registry
Methods in org.openspaces.core.space.mode.registry with parameters of type AfterSpaceModeChangeEventModifier and TypeMethodDescriptionvoidModeAnnotationRegistry.onAfterBackup(AfterSpaceModeChangeEvent event) Invoked after a space changes its mode toSpaceMode.BACKUP.voidModeAnnotationRegistry.onAfterPrimary(AfterSpaceModeChangeEvent event) Invoked after a space changes its mode toSpaceMode.PRIMARY.