ehcache

Uses of Interface
net.sf.ehcache.terracotta.ClusteredInstanceFactory

Packages that use ClusteredInstanceFactory
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 ClusteredInstanceFactory in net.sf.ehcache.management.provider
 

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

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

Methods in net.sf.ehcache.management.sampled with parameters of type ClusteredInstanceFactory
static javax.management.ObjectName SampledEhcacheMBeans.getCacheManagerObjectName(ClusteredInstanceFactory clusteredInstanceFactory, java.lang.String cacheManagerName)
          Returns an ObjectName for the passed cacheManagerName
static javax.management.ObjectName SampledEhcacheMBeans.getCacheObjectName(ClusteredInstanceFactory clusteredInstanceFactory, java.lang.String cacheManagerName, java.lang.String cacheName)
          Returns an ObjectName for the passed cacheManagerName, cacheName combination
static javax.management.ObjectName SampledEhcacheMBeans.getQueryCacheManagerObjectName(ClusteredInstanceFactory clusteredInstanceFactory, 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(ClusteredInstanceFactory clusteredInstanceFactory)
          Returns an ObjectName that can be used to query all objectNames of SampledEhcacheMBeans.SAMPLED_CACHE_MANAGER_TYPE
 void SampledMBeanRegistrationProvider.initialize(CacheManager cacheManagerParam, ClusteredInstanceFactory clusteredInstanceFactory)
          Initialize MBeanRegistration if necessary for the cacheManager
 


ehcache

true