Java EE 5 SDK

Package com.sun.appserv.management.j2ee.statistics

Contains serializable implementations of the JSR 77 Stats and Statistics classes, as well as various helper classes.

See:
          Description

Interface Summary
MapStatistic A Statistic which contains its members in a Map.
NumberStatistic Custom statistic type that returns a java.lang.Number.
StringStatistic  
 

Class Summary
BoundaryStatisticImpl Serializable implementation of a BoundaryStatistic
BoundedRangeStatisticImpl Serializable implementation of a BoundedRangeStatistic
CompositeDataStatistic Implementation of Statistic which expects a CompositeData to contain them by name.
CompositeDataStats Implementation of Stats which expects a CompositeData to contain the Statistics keyed by name, with values of CompositeData.
CountStatisticImpl  
GetterInvocationHandler<T> Abstract base InvocationHandler for any getXXX() method.
MapGetterInvocationHandler<T> Implements getXXX() based on a Map whose keys are the XXX part of the getXXX() method name.
MapStatisticImpl Generic implementation of Statistic which contains its members in a Map.
NumberStatisticImpl  
RangeStatisticImpl  
StatisticFactory Creates Statistic implementations based on CompositeData or Map.
StatisticImpl Implementation of Statistic which records its values in member variables.
StatsFactory Factory to create Stats subclasses of any kind, based on supplied interface type and a Map or CompositeData containing the Statistics.
StatsImpl Generic implementation of Stats based on either a Map or a CompositeData.
StringStatisticImpl  
TimeStatisticImpl  
 

Package com.sun.appserv.management.j2ee.statistics Description

Contains serializable implementations of the JSR 77 Stats and Statistics classes, as well as various helper classes.

 

Package Specification

Related Documentation


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.