Class ModeAnnotationRegistry

java.lang.Object
org.openspaces.core.space.AbstractAnnotationRegistry
org.openspaces.core.space.mode.registry.ModeAnnotationRegistry
All Implemented Interfaces:
SpaceAfterBackupListener, SpaceAfterPrimaryListener, SpaceBeforeBackupListener, SpaceBeforePrimaryListener

Receives space mode change events and routs them to beans that use annotations to register as listeners on those events.

When the application starts beans that has one or more of the anotnation PreBackup, PostBackup, PrePrimary, PostPrimary are registered in this bean, and when events arrive they are routed to the registered beans' methods.

Author:
shaiw