com.sun.ejb.spi.stats
Interface EJBStatsProvider

All Superinterfaces:
StatsProvider
All Known Subinterfaces:
EntityBeanStatsProvider, MessageDrivenBeanStatsProvider, SessionBeanStatsProvider, StatefulSessionBeanStatsProvider, StatelessSessionBeanStatsProvider

public interface EJBStatsProvider
extends StatsProvider


Method Summary
 long getCreateCount()
           
 long getRemoveCount()
           
 
Methods inherited from interface com.sun.ejb.spi.stats.StatsProvider
appendStats
 

Method Detail

getCreateCount

long getCreateCount()

getRemoveCount

long getRemoveCount()


Copyright © 2012 GlassFish Community. All Rights Reserved.