Method Summary |
|
public Date | getLastNodeRestartTime() Get the last time the NMR in the local JBI instance restarted. |
public long | getReceivedEvents() Get the total number of Events received by the PB since the
last NMR startup. |
public long | getSentEvents() Get the total number of Events sent by the PB since the
last NMR startup. |
public synchronized void | incrementReceivedEvents() Increment the total number of Events received since the
last PB startup. |
public synchronized void | incrementSentEvents() Increment the total number of Events sent since the
last PB startup. |
public synchronized void | resetAllStatistics() Reset all statistics. |
public synchronized void | setNodeRestartTime(Date time) Set the PB restart time. |