Uses of Class
net.sf.ehcache.statistics.beans.AttributeProxy

Packages that use AttributeProxy
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
 class BooleanBeanProxy
          A proxy for Boolean flavored bean proxies.
 class DoubleBeanProxy
          A Class for Double proxies.
 class LongBeanProxy
          An implementation of a Long attribute proxy.
 class StringBeanProxy
          An impl of a String attribute proxy.
 

Method parameters in net.sf.ehcache.statistics.beans with type arguments of type AttributeProxy
 void ProxiedDynamicMBean.initialize(Collection<AttributeProxy> attributeStandins)
          Initialize.
 void ExtendedStatisticsMBean.recordDoubleStatistic(List<AttributeProxy> proxies, String longerName, String baseDescription, ExtendedStatistics.Statistic<Double> stat)
          Record double statistic.
 void ExtendedStatisticsMBean.recordLongStatistic(List<AttributeProxy> proxies, String longerName, String baseDescription, ExtendedStatistics.Statistic<Long> stat)
          Record long statistic.
 

Constructor parameters in net.sf.ehcache.statistics.beans with type arguments of type AttributeProxy
ProxiedDynamicMBean(String beanName, String beanDescription, Collection<AttributeProxy> attributeStandins)
          Instantiates a new proxied dynamic m bean.
 



Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.