Package javax.cache.mbeans
Interface CacheMXBean
-
- All Superinterfaces:
CacheStatistics,CacheStatisticsMXBean
- All Known Implementing Classes:
CacheMXBeanImpl
@MXBean public interface CacheMXBean extends CacheStatisticsMXBean
A management bean for cache. Each cache's statistics object must be registered with an ObjectName that is unique and has the following: Type:javax.cache:type=CacheStatisticsRequired Attributes:- CacheManager Name
- Cache Name
- Since:
- 1.0
- Author:
- Greg Luck, Yannis Cosmadopoulos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StatusgetStatus()Gets theStatusattribute of the Cache.-
Methods inherited from interface javax.cache.CacheStatistics
clear, getAverageGetMillis, getAveragePutMillis, getAverageRemoveMillis, getCacheEvictions, getCacheGets, getCacheHitPercentage, getCacheHits, getCacheMisses, getCacheMissPercentage, getCachePuts, getCacheRemovals, getStartAccumulationDate
-
-