Uses of Interface
com.googlecode.ehcache.annotations.support.TaskSchedulerAdapter

Packages that use TaskSchedulerAdapter
com.googlecode.ehcache.annotations   
com.googlecode.ehcache.annotations.resolver   
com.googlecode.ehcache.annotations.support   
 

Uses of TaskSchedulerAdapter in com.googlecode.ehcache.annotations
 

Constructors in com.googlecode.ehcache.annotations with parameters of type TaskSchedulerAdapter
RefreshingSelfPopulatingCache(net.sf.ehcache.Ehcache cache, net.sf.ehcache.constructs.blocking.CacheEntryFactory cacheEntryFactory, TaskSchedulerAdapter scheduler, org.springframework.core.task.TaskExecutor executer, long refreshInterval)
           
 

Uses of TaskSchedulerAdapter in com.googlecode.ehcache.annotations.resolver
 

Methods in com.googlecode.ehcache.annotations.resolver with parameters of type TaskSchedulerAdapter
 void DefaultCacheResolverFactory.setScheduler(TaskSchedulerAdapter scheduler)
           
 

Uses of TaskSchedulerAdapter in com.googlecode.ehcache.annotations.support
 

Classes in com.googlecode.ehcache.annotations.support that implement TaskSchedulerAdapter
 class TimerTaskSchedulerAdapter
          Wraps a Timer to work with the TaskSchedulerAdapter interface
 

Methods in com.googlecode.ehcache.annotations.support that return TaskSchedulerAdapter
static TaskSchedulerAdapter TaskSchedulerAdapterFactory.createTaskSchedulerAdapter(java.lang.Object scheduler)
           
 



Copyright © 2011. All Rights Reserved.