Interface ConnectorEndPointFactoryStats
-
public interface ConnectorEndPointFactoryStatsA Stats interface to represent the statistical data about Endpoint factory in the Connector Module- Since:
- SJSAS8.1
- Author:
- Murali Vempaty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountStatisticgetDeliveredMessageCount()indicates the number of messages delivered through Endpoints created, via this endpoint factoryCountStatisticgetMessagesCreatedCount()indicates the number of messages created via this endpoint factory, since the last resetCountStatisticgetRuntimeExceptionsCount()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
-
-