public interface ConnectorWorkMgmtStats extends javax.management.j2ee.statistics.Stats
Modifier and Type | Method and Description |
---|---|
javax.management.j2ee.statistics.RangeStatistic |
getActiveWorkCount()
returns the current, low & high counts of the work objects executed for
a connector module since the last reset.
|
javax.management.j2ee.statistics.CountStatistic |
getCompletedWorkCount()
indicates the number of work objects that were completed by the
Application Server per connector module, since the last reset.
|
javax.management.j2ee.statistics.CountStatistic |
getRejectedWorkCount()
indicates the number of work objects rejected by the Application Server
per connector module, since the last reset.
|
javax.management.j2ee.statistics.CountStatistic |
getSubmittedWorkCount()
indicates the number of work objects submitted by a connector module
for execution, since the last reset
|
javax.management.j2ee.statistics.RangeStatistic |
getWaitQueueLength()
indicates the current, high & low of the number of work objects waiting
in the work queue before executing, since the last reset
|
javax.management.j2ee.statistics.RangeStatistic |
getWorkRequestWaitTime()
indicates the longest and shorted wait of a work object in the work queue
before it gets executed, since the last reset
|
getStatistic, getStatisticNames, getStatistics
javax.management.j2ee.statistics.RangeStatistic getActiveWorkCount()
javax.management.j2ee.statistics.RangeStatistic getWaitQueueLength()
javax.management.j2ee.statistics.RangeStatistic getWorkRequestWaitTime()
javax.management.j2ee.statistics.CountStatistic getSubmittedWorkCount()
javax.management.j2ee.statistics.CountStatistic getRejectedWorkCount()
javax.management.j2ee.statistics.CountStatistic getCompletedWorkCount()
Copyright © 2019. All rights reserved.