public class AuthorityBridgeTableAsynchronouslyRefreshedCache extends AbstractMTAsynchronouslyRefreshedCache<org.alfresco.util.BridgeTable<String>> implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
AuthorityBridgeTableAsynchronouslyRefreshedCache() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected org.alfresco.util.BridgeTable<String> |
buildCache(String tenantId)
Build the cache entry for the specific tenant.
|
void |
setAuthorityBridgeDAO(AuthorityBridgeDAO authorityBridgeDAO) |
void |
setAuthorityDAO(AuthorityDAO authorityDAO) |
void |
setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
void |
setTenantAdminService(TenantAdminService tenantAdminService) |
forceInChangesForThisUncommittedTransaction, get, isUpToDate, refresh, setTenantService
afterCommit, afterRollback, beforeCommit, beforeCompletion, broadcastEvent, call, forceInChangesForThisUncommittedTransaction, get, getCacheId, init, isUpToDate, onRefreshableCacheEvent, refresh, register, setBeanName, setRegistry, setThreadPoolExecutor, toString, waitForBuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCacheId
public AuthorityBridgeTableAsynchronouslyRefreshedCache()
public void setAuthorityDAO(AuthorityDAO authorityDAO)
authorityDAO
- the authorityDAO to setpublic void setAuthorityBridgeDAO(AuthorityBridgeDAO authorityBridgeDAO)
authorityBridgeDAO
- the authorityBridgeDAO to setpublic void setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
retryingTransactionHelper
- the retryingTransactionHelper to setpublic void setTenantAdminService(TenantAdminService tenantAdminService)
protected org.alfresco.util.BridgeTable<String> buildCache(String tenantId)
AbstractMTAsynchronouslyRefreshedCache
buildCache
in class AbstractMTAsynchronouslyRefreshedCache<org.alfresco.util.BridgeTable<String>>
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class AbstractMTAsynchronouslyRefreshedCache<org.alfresco.util.BridgeTable<String>>
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.