Uses of Interface
de.hybris.platform.core.TenantListener
-
Packages that use TenantListener Package Description de.hybris.platform.apiregistryservices.jmx de.hybris.platform.core de.hybris.platform.solrfacetsearch.solr.impl de.hybris.platform.util.config -
-
Uses of TenantListener in de.hybris.platform.apiregistryservices.jmx
Methods in de.hybris.platform.apiregistryservices.jmx that return TenantListener Modifier and Type Method Description TenantListenerSpringIntegrationQueueRegistrator. getTenantListener() -
Uses of TenantListener in de.hybris.platform.core
Classes in de.hybris.platform.core that implement TenantListener Modifier and Type Class Description classJMXBeanLoaderhandles un/~registration of available JMX beans during tenant shutdown/startupMethods in de.hybris.platform.core that return types with arguments of type TenantListener Modifier and Type Method Description static java.util.List<TenantListener>Registry. getTenantListeners()Gets all listeners registered for getting tenant notifications.Methods in de.hybris.platform.core with parameters of type TenantListener Modifier and Type Method Description static voidRegistry. registerTenantListener(TenantListener listener)Registers aTenantListenerwhich will be then notified on tenant start up / shut down.static voidRegistry. unregisterTenantListener(TenantListener listener)Unregisters aTenantListenerfor not be notified on tenant start up / shut down anymore.Method parameters in de.hybris.platform.core with type arguments of type TenantListener Modifier and Type Method Description voidAsyncTenantStartupNotifier. scheduleNotifyTenantListenersAboutStartup(java.util.List<TenantListener> listeners)voidBlockingTenantStartupNotifier. scheduleNotifyTenantListenersAboutStartup(java.util.List<TenantListener> listeners)voidTenantStartupNotifier. scheduleNotifyTenantListenersAboutStartup(java.util.List<TenantListener> listeners) -
Uses of TenantListener in de.hybris.platform.solrfacetsearch.solr.impl
Classes in de.hybris.platform.solrfacetsearch.solr.impl that implement TenantListener Modifier and Type Class Description protected classDefaultSolrClientPool.SolrClientPoolTenantListenerMethods in de.hybris.platform.solrfacetsearch.solr.impl that return TenantListener Modifier and Type Method Description protected TenantListenerDefaultSolrClientPool. createTenantListener() -
Uses of TenantListener in de.hybris.platform.util.config
Classes in de.hybris.platform.util.config that implement TenantListener Modifier and Type Class Description classRuntimeConfigUpdateListenerListener which starts background thread for runtime config update process.
-