Package | Description |
---|---|
net.sf.ehcache.statistics.beans |
This package contains classes related to statistics mbean implementation.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
ProxiedDynamicMBean(String beanName,
String beanDescription,
Collection<AttributeProxy> attributeStandins)
Instantiates a new proxied dynamic m bean.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.