Package de.hybris.platform.util.config
Class RuntimeConfigUpdateListener
- java.lang.Object
-
- de.hybris.platform.util.config.RuntimeConfigUpdateListener
-
- All Implemented Interfaces:
TenantListener
public class RuntimeConfigUpdateListener extends java.lang.Object implements TenantListener
Listener which starts background thread for runtime config update process.
-
-
Constructor Summary
Constructors Constructor Description RuntimeConfigUpdateListener(Tenant currentTenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterSetActivateSession(Tenant tenant)voidafterTenantStartUp(Tenant tenant)Will be called if a tenant has successfully started.voidbeforeTenantShutDown(Tenant tenant)Will be called if a tenant is about to shut down.voidbeforeUnsetActivateSession(Tenant tenant)
-
-
-
Constructor Detail
-
RuntimeConfigUpdateListener
public RuntimeConfigUpdateListener(Tenant currentTenant)
-
-
Method Detail
-
afterTenantStartUp
public void afterTenantStartUp(Tenant tenant)
Description copied from interface:TenantListenerWill be called if a tenant has successfully started.- Specified by:
afterTenantStartUpin interfaceTenantListener- Parameters:
tenant- the tenant which was started
-
beforeTenantShutDown
public void beforeTenantShutDown(Tenant tenant)
Description copied from interface:TenantListenerWill be called if a tenant is about to shut down.- Specified by:
beforeTenantShutDownin interfaceTenantListener- Parameters:
tenant- tenant which will be shut down
-
afterSetActivateSession
public void afterSetActivateSession(Tenant tenant)
- Specified by:
afterSetActivateSessionin interfaceTenantListener
-
beforeUnsetActivateSession
public void beforeUnsetActivateSession(Tenant tenant)
- Specified by:
beforeUnsetActivateSessionin interfaceTenantListener
-
-