Uses of Interface
de.hybris.platform.core.TenantStartupNotifier
-
Packages that use TenantStartupNotifier Package Description de.hybris.platform.core -
-
Uses of TenantStartupNotifier in de.hybris.platform.core
Classes in de.hybris.platform.core that implement TenantStartupNotifier Modifier and Type Class Description classAsyncTenantStartupNotifierclassBlockingTenantStartupNotifierFields in de.hybris.platform.core with type parameters of type TenantStartupNotifier Modifier and Type Field Description static java.lang.Class<? extends TenantStartupNotifier>TenantStartupNotifier. DEFAULT_IMPL_CLASSMethods in de.hybris.platform.core that return TenantStartupNotifier Modifier and Type Method Description static TenantStartupNotifierTenantStartupNotifier. createTenantStartupNotifier(AbstractTenant tenant)static TenantStartupNotifierTenantStartupNotifier. instantiateImplementtion(java.lang.Class<? extends TenantStartupNotifier> implementationClass, AbstractTenant tenant)Methods in de.hybris.platform.core that return types with arguments of type TenantStartupNotifier Modifier and Type Method Description static java.lang.Class<? extends TenantStartupNotifier>TenantStartupNotifier. getImplementationClass(AbstractTenant tenant)Method parameters in de.hybris.platform.core with type arguments of type TenantStartupNotifier Modifier and Type Method Description static TenantStartupNotifierTenantStartupNotifier. instantiateImplementtion(java.lang.Class<? extends TenantStartupNotifier> implementationClass, AbstractTenant tenant)
-