Package | Description |
---|---|
org.openspaces.core.space.mode |
A package exposing Space mode (primary/backup) events through Spring application event
support.
|
org.openspaces.core.space.mode.registry |
Class and Description |
---|
AbstractSpaceModeChangeEvent
Base class for different space mode events.
|
AfterSpaceModeChangeEvent
A Space mode event that is raised after the space mode was changed to the space mode reflected in
this event.
|
BeforeSpaceModeChangeEvent
A Space mode event that is raised before the space mode is changed to the space mode reflected in
this event.
|
RefreshableContextLoader
A generic interface allowing to refresh context loader.
|
SpaceModeContextLoader
A Space mode based Spring context loader allows to load Spring application context if the Space
is in
PRIMARY mode. |
Class and Description |
---|
AfterSpaceModeChangeEvent
A Space mode event that is raised after the space mode was changed to the space mode reflected in
this event.
|
BeforeSpaceModeChangeEvent
A Space mode event that is raised before the space mode is changed to the space mode reflected in
this event.
|
SpaceAfterBackupListener
Enables beans implementing this interface to get notified after a space changes its mode to
SpaceMode.BACKUP . |
SpaceAfterPrimaryListener
Enables beans implementing this interface to get notified after a space changes its mode to
SpaceMode.PRIMARY . |
SpaceBeforeBackupListener
Enables beans implementing this interface to get notified before a space changes its mode to
SpaceMode.BACKUP . |
SpaceBeforePrimaryListener
Enables beans implementing this interface to get notified before a space changes its mode to
SpaceMode.PRIMARY . |
Copyright © GigaSpaces.