ehcache

Uses of Interface
net.sf.ehcache.store.StoreFactory

Packages that use StoreFactory
net.sf.ehcache.management.provider This package contains classes related to MBeanRegistrationProvider and its implementation. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
 

Uses of StoreFactory in net.sf.ehcache.management.provider
 

Methods in net.sf.ehcache.management.provider with parameters of type StoreFactory
 void NullMBeanRegistrationProvider.initialize(CacheManager cacheManager, StoreFactory storeFactory)
          A null implementation of MBeanRegistrationProvider.initialize(CacheManager, StoreFactory)
 void MBeanRegistrationProvider.initialize(CacheManager cacheManager, StoreFactory storeFactory)
          Initialize MBeanRegistration if necessary for the cacheManager
 void MBeanRegistrationProviderImpl.initialize(CacheManager cacheManager, StoreFactory storeFactory)
          Initialize MBeanRegistration if necessary for the cacheManager
 

Uses of StoreFactory in net.sf.ehcache.management.sampled
 

Methods in net.sf.ehcache.management.sampled with parameters of type StoreFactory
static javax.management.ObjectName SampledEhcacheMBeans.getCacheManagerObjectName(StoreFactory storeFactory, java.lang.String cacheManagerName)
          Returns an ObjectName for the passed cacheManagerName
static javax.management.ObjectName SampledEhcacheMBeans.getCacheObjectName(StoreFactory storeFactory, java.lang.String cacheManagerName, java.lang.String cacheName)
          Returns an ObjectName for the passed cacheManagerName, cacheName combination
static javax.management.ObjectName SampledEhcacheMBeans.getQueryCacheManagerObjectName(StoreFactory storeFactory, java.lang.String cacheManagerName)
          Returns an ObjectName that can be used for querying all Cache ObjectName's for the passed cacheManagerName
static javax.management.ObjectName SampledEhcacheMBeans.getQueryCacheManagersObjectName(StoreFactory storeFactory)
          Returns an ObjectName that can be used to query all objectNames of SampledEhcacheMBeans.SAMPLED_CACHE_MANAGER_TYPE
 void SampledMBeanRegistrationProvider.initialize(CacheManager cacheManagerParam, StoreFactory storeFactory)
          Initialize MBeanRegistration if necessary for the cacheManager
 


ehcache

true