Class CacheRefreshTimer
- java.lang.Object
-
- org.gluu.oxtrust.ldap.cache.service.CacheRefreshTimer
-
@ApplicationScoped @Named public class CacheRefreshTimer extends java.lang.Object
Check periodically if source servers contains updates and trigger target server entry update if needed- Author:
- Yuriy Movchan Date: 05.05.2011
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationFactory
applicationFactory
protected AttributeService
attributeService
-
Constructor Summary
Constructors Constructor Description CacheRefreshTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initTimer()
void
process(CacheRefreshEvent cacheRefreshEvent)
void
processInt()
-
-
-
Field Detail
-
applicationFactory
@Inject protected ApplicationFactory applicationFactory
-
attributeService
@Inject protected AttributeService attributeService
-
-
Method Detail
-
initTimer
public void initTimer()
-
process
@Asynchronous public void process(@Observes CacheRefreshEvent cacheRefreshEvent)
-
processInt
public void processInt()
-
-