Uses of Class
net.sf.ehcache.statistics.beans.AttributeProxy
-
Packages that use AttributeProxy Package Description net.sf.ehcache.statistics.beans This package contains classes related to statistics mbean implementation. -
-
Uses of AttributeProxy in net.sf.ehcache.statistics.beans
Subclasses of AttributeProxy in net.sf.ehcache.statistics.beans Modifier and Type Class Description classBooleanBeanProxyA proxy for Boolean flavored bean proxies.classDoubleBeanProxyA Class for Double proxies.classLongBeanProxyAn implementation of a Long attribute proxy.classStringBeanProxyAn impl of a String attribute proxy.Method parameters in net.sf.ehcache.statistics.beans with type arguments of type AttributeProxy Modifier and Type Method Description voidProxiedDynamicMBean. initialize(java.util.Collection<AttributeProxy> attributeStandins)Initialize.voidExtendedStatisticsMBean. recordDoubleStatistic(java.util.List<AttributeProxy> proxies, java.lang.String longerName, java.lang.String baseDescription, ExtendedStatistics.Statistic<java.lang.Double> stat)Record double statistic.voidExtendedStatisticsMBean. recordLongStatistic(java.util.List<AttributeProxy> proxies, java.lang.String longerName, java.lang.String baseDescription, ExtendedStatistics.Statistic<java.lang.Long> stat)Record long statistic.Constructor parameters in net.sf.ehcache.statistics.beans with type arguments of type AttributeProxy Constructor Description ProxiedDynamicMBean(java.lang.String beanName, java.lang.String beanDescription, java.util.Collection<AttributeProxy> attributeStandins)Instantiates a new proxied dynamic m bean.
-