Class DefaultTenantLifecycle
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AbstractEvent>
de.hybris.platform.integrationservices.util.lifecycle.impl.DefaultIntegrationTenantLifecycle
de.hybris.platform.integrationservices.util.lifecycle.DefaultTenantLifecycle
- All Implemented Interfaces:
TenantListener,TenantLifecycle,EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<AbstractEvent>
@Deprecated(since="2205",
forRemoval=true)
public class DefaultTenantLifecycle
extends DefaultIntegrationTenantLifecycle
Deprecated, for removal: This API element is subject to removal in a future version.
Preparing to remove this class. DefaultIntegrationTenantLifecycle should be used instead.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTenantLifecycle(@NotNull Tenant tenant) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates the TenantLifecycle object for the given tenant -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.util.lifecycle.impl.DefaultIntegrationTenantLifecycle
afterSetActivateSession, afterTenantStartUp, beforeTenantShutDown, beforeUnsetActivateSession, hasTenant, isOperational, onEventMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
DefaultTenantLifecycle
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates the TenantLifecycle object for the given tenant- Parameters:
tenant- Tenant this lifecycle object is running under
-