Method Summary |
|
public long | getCompletedExchanges() Get the total number of completed Message Exchanges created since the
last NMR startup. |
public long | getMessageErrors() Get the total number of Message Errors created since the
last NMR startup. |
public long | getMessageFaults() Get the total number of Message Faults created since the
last NMR startup. |
public long | getReceivedBytes() Get the total bytes received by the PB for all JBI components
as providers. |
public long | getReceivedExchanges() Get the number of ME's received by the PB for all JBI components
as providers. |
public long | getReceivedMessages() Get the total messages received by the PB for all JBI components
as providers. |
public long | getSentBytes() Get the total bytes sent by the PB for all JBI components
as consumers. |
public long | getSentExchanges() Get the number of ME's sent by the PB for all JBI components
as consumers. |
public long | getSentMessages() Get the total messages sent by the PB for all JBI components
as consumers. |
public synchronized void | incrementCompletedExchanges() Increment the total number of completed Exchanges
since the last PB startup. |
public synchronized void | incrementMessageErrors() Increment the current number of Message errors
since the last PB startup. |
public synchronized void | incrementMessageFaults() Increment the current number of Message faults
since the last PB startup. |
public synchronized void | incrementReceivedBytes(long bytes) Increment the current bytes received by the PB. |
public synchronized void | incrementReceivedExchanges() Increment the current Exchanges received by the PB. |
public synchronized void | incrementReceivedMessages(int messages) Increment the total number of Messages received by the PB. |
public synchronized void | incrementSentBytes(long bytes) Increment the current bytes sent by the PB. |
public synchronized void | incrementSentExchanges() Increment the current Exchanges sent by the PB. |
public synchronized void | incrementSentMessages(int messages) Increment the total number of Messages sent by the PB. |
public boolean | isEnabled() Test whether or not statistics are enabled. |
public synchronized void | resetAllStatistics() Reset all statistics. |
public void | setDisabled() Disable statistics. |