FileDocCategorySizeDatePackage
ConnectorWorkMgmtStats.javaAPI DocGlassfish v2 API4021Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

ConnectorWorkMgmtStats

public interface ConnectorWorkMgmtStats implements javax.management.j2ee.statistics.Stats
A Stats interface to represent the statistical data about Work Management in the Connector Module
author
Murali Vempaty
since
SJSAS8.1

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.RangeStatisticgetActiveWorkCount()
returns the current, low & high counts of the work objects executed for a connector module since the last reset. This is an aggregate of all the doWork, doSchedule, and doStart work objects initiated by the connector module

return
RangeStatistic

public javax.management.j2ee.statistics.CountStatisticgetCompletedWorkCount()
indicates the number of work objects that were completed by the Application Server per connector module, since the last reset.

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetRejectedWorkCount()
indicates the number of work objects rejected by the Application Server per connector module, since the last reset.

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetSubmittedWorkCount()
indicates the number of work objects submitted by a connector module for execution, since the last reset

return
CountStatistic

public javax.management.j2ee.statistics.RangeStatisticgetWaitQueueLength()
indicates the current, high & low of the number of work objects waiting in the work queue before executing, since the last reset

return
RangeStatistic

public javax.management.j2ee.statistics.RangeStatisticgetWorkRequestWaitTime()
indicates the longest and shorted wait of a work object in the work queue before it gets executed, since the last reset

return
RangeStatistic