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