Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.j2ee
Interface SessionBeanStats  view SessionBeanStats download SessionBeanStats.java

All Superinterfaces:
EJBStats, java.io.Serializable, Stats
All Known Subinterfaces:
StatefulSessionBeanStats, StatelessSessionBeanStats

public interface SessionBeanStats
extends EJBStats

Represents the statistics provided by session beans of both stateful and stateless types

Version:
$Revision: 1.1 $

Revisions:

200112009 Andreas Schaefer:

  • Adjustment to the new JBoss guide lines and also adjustments to the latest JSR-77 specification

Method Summary
 RangeStatistic getMethodReadyCount()
           
 
Methods inherited from interface javax.management.j2ee.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getMethodReadyCount

public RangeStatistic getMethodReadyCount()