Class ORBCommonStatsImpl
- java.lang.Object
-
- org.glassfish.enterprise.iiop.util.ORBCommonStatsImpl
-
- Direct Known Subclasses:
ThreadPoolStatsImpl
public class ORBCommonStatsImpl extends Object
This is the common base class for the collection of statistics for the threadpool and orb connection manager.- Author:
- Pramod Gopinath
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedORBCommonStatsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.external.statistics.StatisticgetStatistic(String statName)String[]getStatisticNames()org.glassfish.external.statistics.Statistic[]getStatistics()protected voidinitialize(String statInterfaceName)
-
-
-
Method Detail
-
initialize
protected void initialize(String statInterfaceName)
-
getStatistic
public org.glassfish.external.statistics.Statistic getStatistic(String statName)
-
getStatisticNames
public String[] getStatisticNames()
-
getStatistics
public org.glassfish.external.statistics.Statistic[] getStatistics()
-
-