com.sun.ejb.base.stats
Class EJBStatsImpl
java.lang.Object
com.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBStatsImpl
- All Implemented Interfaces:
- EJBStats, Stats
- Direct Known Subclasses:
- EntityBeanStatsImpl, MessageDrivenBeanStatsImpl, SessionBeanStatsImpl
public abstract class EJBStatsImpl
- extends StatsImpl
- implements EJBStats
A Class for providing stats for EJB Container
All S1AS(EJB)Containers act as the provider
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected EJBStatsProvider delegate
EJBStatsImpl
public EJBStatsImpl(EJBStatsProvider delegate,
String intfName)
getCreateCount
public CountStatistic getCreateCount()
- Specified by:
getCreateCount in interface EJBStats
getRemoveCount
public CountStatistic getRemoveCount()
- Specified by:
getRemoveCount in interface EJBStats
Copyright © 2012 GlassFish Community. All Rights Reserved.