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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEnteringEnvironment(Map<String, Object> environmentInformation) Hook executed when entering the background environmentvoidonLeavingEnvironment(Map<String, Object> environmentInformation) Hook executed when leaving the background environment
-
Constructor Details
-
RepositoryBackgroundEngineHook
public RepositoryBackgroundEngineHook()
-
-
Method Details
-
onEnteringEnvironment
Description copied from interface:BackgroundEngineHookHook executed when entering the background environment- Specified by:
onEnteringEnvironmentin interfaceBackgroundEngineHook- Parameters:
environmentInformation- the environment information.
-
onLeavingEnvironment
Description copied from interface:BackgroundEngineHookHook executed when leaving the background environment- Specified by:
onLeavingEnvironmentin interfaceBackgroundEngineHook- Parameters:
environmentInformation- the environment information.
-