com.sun.enterprise.admin.monitor.stats
Interface ConnectorEndPointFactoryStats


public interface ConnectorEndPointFactoryStats

A Stats interface to represent the statistical data about Endpoint factory in the Connector Module

Since:
SJSAS8.1
Author:
Murali Vempaty

Method Summary
 CountStatistic getDeliveredMessageCount()
          indicates the number of messages delivered through Endpoints created, via this endpoint factory
 CountStatistic getMessagesCreatedCount()
          indicates the number of messages created via this endpoint factory, since the last reset
 CountStatistic getRuntimeExceptionsCount()
          indicates the number of runtime exceptions that had occurred during the delivery of messages to endpoints created via this endpoint factory.
 

Method Detail

getMessagesCreatedCount

CountStatistic getMessagesCreatedCount()
indicates the number of messages created via this endpoint factory, since the last reset

Returns:
CountStatistic

getDeliveredMessageCount

CountStatistic getDeliveredMessageCount()
indicates the number of messages delivered through Endpoints created, via this endpoint factory

Returns:
CountStatistic

getRuntimeExceptionsCount

CountStatistic getRuntimeExceptionsCount()
indicates the number of runtime exceptions that had occurred during the delivery of messages to endpoints created via this endpoint factory.

Returns:
CountStatistic


Copyright © 2012. All Rights Reserved.