Package com.sun.ejb.base.stats
Class StatsImpl
- java.lang.Object
-
- com.sun.ejb.base.stats.StatsImpl
-
- All Implemented Interfaces:
org.glassfish.j2ee.statistics.Stats
- Direct Known Subclasses:
StatefulSessionStoreStatsImpl
public abstract class StatsImpl extends Object implements org.glassfish.j2ee.statistics.Stats
Base class for all the StatsImpl. Also provides a couple of methods for MonitorListener- Author:
- Mahesh Kannan
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.j2ee.statistics.StatisticgetStatistic(String statName)String[]getStatisticNames()org.glassfish.j2ee.statistics.Statistic[]getStatistics()protected voidinitialize(String statInterfaceName)StringstatToString()
-
-
-
Field Detail
-
_logger
protected static final Logger _logger
-
-
Method Detail
-
initialize
protected void initialize(String statInterfaceName)
-
getStatistic
public org.glassfish.j2ee.statistics.Statistic getStatistic(String statName)
- Specified by:
getStatisticin interfaceorg.glassfish.j2ee.statistics.Stats
-
getStatisticNames
public String[] getStatisticNames()
- Specified by:
getStatisticNamesin interfaceorg.glassfish.j2ee.statistics.Stats
-
getStatistics
public org.glassfish.j2ee.statistics.Statistic[] getStatistics()
- Specified by:
getStatisticsin interfaceorg.glassfish.j2ee.statistics.Stats
-
statToString
public String statToString()
-
-