public interface ConnectorEndPointFactoryStats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getDeliveredMessageCount()
indicates the number of messages delivered through Endpoints created, via
this endpoint factory
|
javax.management.j2ee.statistics.CountStatistic |
getMessagesCreatedCount()
indicates the number of messages created via this endpoint factory, since
the last reset
|
javax.management.j2ee.statistics.CountStatistic |
getRuntimeExceptionsCount()
indicates the number of runtime exceptions that had occurred during the
delivery of messages to endpoints created via this endpoint factory.
|
javax.management.j2ee.statistics.CountStatistic getMessagesCreatedCount()
javax.management.j2ee.statistics.CountStatistic getDeliveredMessageCount()
javax.management.j2ee.statistics.CountStatistic getRuntimeExceptionsCount()
Copyright © 2019. All rights reserved.