Class RepositoryBackgroundEngineHook
java.lang.Object
org.ametys.plugins.repository.engine.RepositoryBackgroundEngineHook
- All Implemented Interfaces:
BackgroundEngineHook
,Component
public class RepositoryBackgroundEngineHook
extends Object
implements BackgroundEngineHook, Component
Hook used to release the sessions associated with an environment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEnteringEnvironment
(Map<String, Object> environmentInformation) Hook executed when entering the background environmentvoid
onLeavingEnvironment
(Map<String, Object> environmentInformation) Hook executed when leaving the background environment
-
Constructor Details
-
RepositoryBackgroundEngineHook
public RepositoryBackgroundEngineHook()
-
-
Method Details
-
onEnteringEnvironment
Description copied from interface:BackgroundEngineHook
Hook executed when entering the background environment- Specified by:
onEnteringEnvironment
in interfaceBackgroundEngineHook
- Parameters:
environmentInformation
- the environment information.
-
onLeavingEnvironment
Description copied from interface:BackgroundEngineHook
Hook executed when leaving the background environment- Specified by:
onLeavingEnvironment
in interfaceBackgroundEngineHook
- Parameters:
environmentInformation
- the environment information.
-