EJBStatspublic interface EJBStats implements StatsSpecifies statistics provided by all EJB component types. |
Methods Summary |
---|
public CountStatistic | getCreateCount()Number of times create was called.
| public CountStatistic | getRemoveCount()Number of times remove was called.
|
|