Uses of Class
org.openspaces.core.space.AbstractAnnotationRegistry
Packages that use AbstractAnnotationRegistry
Package
Description
-
Uses of AbstractAnnotationRegistry in org.openspaces.core.space.mode.registry
Subclasses of AbstractAnnotationRegistry in org.openspaces.core.space.mode.registryModifier and TypeClassDescriptionclassReceives space mode change events and routs them to beans that use annotations to register as listeners on those events. -
Uses of AbstractAnnotationRegistry in org.openspaces.core.space.status.registery
Subclasses of AbstractAnnotationRegistry in org.openspaces.core.space.status.registeryModifier and TypeClassDescriptionclassReceives space suspend type and space mode change events and routs them to beans that use annotations to register as listeners on those events using theSpaceStatusChangedannotation When the application starts beans that has one or more of the annotationSpaceStatusChangedare registered in this bean, and when events arrive they are routed to the registered beans' methods.