Package de.hybris.platform.core
Interface Tenant
- All Superinterfaces:
DataSourceProvider
- All Known Implementing Classes:
AbstractTenant,MasterTenant,MockTenant,SlaveTenant,TestSlaveTenantStub,TestTenantStub
-
Method Summary
Modifier and TypeMethodDescriptioncreateAndRegisterBackgroundThread(Runnable payload, ThreadFactory factory) default List<ItemLifecycleListener>getCache()voidMethods inherited from interface de.hybris.platform.core.DataSourceProvider
activateAlternativeMasterDataSource, activateSlaveDataSource, activateSlaveDataSource, deactivateAlternativeDataSource, deactivateSlaveDataSource, forceMasterDataSource, getAllAlternativeMasterDataSourceIDs, getAllAlternativeMasterDataSources, getAllDataSourceIDs, getAllSlaveDataSourceIDs, getAllSlaveDataSources, getDataSource, getDataSource, getMasterDataSource, isAlternativeMasterDataSource, isForceMaster, isSlaveDataSource
-
Method Details
-
getConfig
ConfigIntf getConfig() -
getTenantID
String getTenantID() -
getTenantSpecificExtensionNames
-
getTenantSpecificLocale
Locale getTenantSpecificLocale() -
getTenantSpecificTimeZone
TimeZone getTenantSpecificTimeZone() -
getInvalidationManager
InvalidationManager getInvalidationManager() -
getCache
Cache getCache() -
getPersistencePool
PersistencePool getPersistencePool() -
getPersistenceManager
PersistenceManager getPersistenceManager() -
getSystemEJB
SystemEJB getSystemEJB() -
getThreadPool
ThreadPool getThreadPool() -
getWorkersThreadPool
ThreadPool getWorkersThreadPool() -
getSingletonCreator
SingletonCreator getSingletonCreator() -
getJaloConnection
JaloConnection getJaloConnection() -
getSerialNumberGenerator
SerialNumberGenerator getSerialNumberGenerator() -
getActiveSession
JaloSession getActiveSession() -
resetTenantRestartMarker
void resetTenantRestartMarker() -
createAndRegisterBackgroundThread
-
getAllItemLifecycleListeners
-