Package de.hybris.platform.util.config
Class RuntimeConfigUpdateListener
java.lang.Object
de.hybris.platform.util.config.RuntimeConfigUpdateListener
- All Implemented Interfaces:
TenantListener
Listener which starts background thread for runtime config update process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSetActivateSession(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 Details
-
RuntimeConfigUpdateListener
-
-
Method Details
-
afterTenantStartUp
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
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
- Specified by:
afterSetActivateSessionin interfaceTenantListener
-
beforeUnsetActivateSession
- Specified by:
beforeUnsetActivateSessionin interfaceTenantListener
-