|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorWorkMgmtStats
A Stats interface to represent the statistical data about Work Management in the Connector Module
| Method Summary | |
|---|---|
RangeStatistic |
getActiveWorkCount()
returns the current, low & high counts of the work objects executed for a connector module since the last reset. |
CountStatistic |
getCompletedWorkCount()
indicates the number of work objects that were completed by the Application Server per connector module, since the last reset. |
CountStatistic |
getRejectedWorkCount()
indicates the number of work objects rejected by the Application Server per connector module, since the last reset. |
CountStatistic |
getSubmittedWorkCount()
indicates the number of work objects submitted by a connector module for execution, since the last reset |
RangeStatistic |
getWaitQueueLength()
indicates the current, high & low of the number of work objects waiting in the work queue before executing, since the last reset |
RangeStatistic |
getWorkRequestWaitTime()
indicates the longest and shorted wait of a work object in the work queue before it gets executed, since the last reset |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
RangeStatistic getActiveWorkCount()
RangeStatistic getWaitQueueLength()
RangeStatistic getWorkRequestWaitTime()
CountStatistic getSubmittedWorkCount()
CountStatistic getRejectedWorkCount()
CountStatistic getCompletedWorkCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||