public interface ProxyBindingStatisticsBaseMBean
| Modifier and Type | Method and Description |
|---|---|
long |
getCompletedExchanges()
Get the total number of completed Message Exchanges created since the
last NMR startup.
|
long |
getMessageErrors()
Get the total number of Message Errors created since the
last NMR startup.
|
long |
getMessageFaults()
Get the total number of Message Faults created since the
last NMR startup.
|
long |
getReceivedBytes()
Get the total bytes received by the PB for all JBI components
as providers.
|
long |
getReceivedExchanges()
Get the number of ME's received by the PB for all JBI components
as providers.
|
long |
getReceivedMessages()
Get the total messages received by the PB for all JBI components
as providers.
|
long |
getSentBytes()
Get the total bytes sent by the PB for all JBI components
as consumers.
|
long |
getSentExchanges()
Get the number of ME's sent by the PB for all JBI components
as consumers.
|
long |
getSentMessages()
Get the total messages sent by the PB for all JBI components
as consumers.
|
long getSentExchanges()
long getReceivedExchanges()
long getSentBytes()
long getReceivedBytes()
long getSentMessages()
long getReceivedMessages()
long getMessageFaults()
long getMessageErrors()
long getCompletedExchanges()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.