|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBPoolStats
A Stats interface to represent the statistical data exposed by an EJB Bean Pool. These are based on the statistics exposed in S1AS7.0. All the EJB Pool implementations should expose statistical data by implementing this interface.
Method Summary | |
---|---|
CountStatistic |
getJMSMaxMessagesLoad()
Returns the maximum number of messages to load into a JMS session, at a time, as a CountStatistic. |
BoundedRangeStatistic |
getNumBeansInPool()
Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic. |
BoundedRangeStatistic |
getNumThreadsWaiting()
Returns the number of threads waiting for free Beans, as an instance of CountStatistic. |
CountStatistic |
getTotalBeansCreated()
Returns the number of Beans created in associated pool so far over time, since the gathering of data started, as a CountStatistic. |
CountStatistic |
getTotalBeansDestroyed()
Returns the number of Beans destroyed from associated pool so far over time, since the gathering of data started, as a CountStatistic. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail |
---|
BoundedRangeStatistic getNumBeansInPool()
BoundedRangeStatistic
BoundedRangeStatistic getNumThreadsWaiting()
BoundedRangeStatistic
CountStatistic getTotalBeansCreated()
CountStatistic
CountStatistic getTotalBeansDestroyed()
CountStatistic
CountStatistic getJMSMaxMessagesLoad()
CountStatistic
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.