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

ConnectorEndPointFactoryStats

public interface ConnectorEndPointFactoryStats
A Stats interface to represent the statistical data about Endpoint factory in the Connector Module
author
Murali Vempaty
since
SJSAS8.1

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetDeliveredMessageCount()
indicates the number of messages delivered through Endpoints created, via this endpoint factory

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetMessagesCreatedCount()
indicates the number of messages created via this endpoint factory, since the last reset

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetRuntimeExceptionsCount()
indicates the number of runtime exceptions that had occurred during the delivery of messages to endpoints created via this endpoint factory.

return
CountStatistic