| com.sun.jbi.monitoring.ProxyBindingStatisticsMBean
All known Subclasses: com.sun.jbi.binding.proxy.ProxyBindingStatistics,
ProxyBindingStatisticsMBean | public interface ProxyBindingStatisticsMBean extends ProxyBindingStatisticsBaseMBean(Code) | | This interface defines the MBean for collection of global statistics for
the Proxy Binding in a single JBI instance.
All statistics are since the last JBI startup; they are all reset
when JBI is restarted.
author: Sun Microsystems, Inc. |
Method Summary | |
Date | getLastNodeRestartTime() Get the last time the NMR in the local JBI instance restarted. | long | getReceivedEvents() Get the total number of Events received by the PB since the
last NMR startup. | long | getSentEvents() Get the total number of Events sent by the PB since the
last NMR startup. |
getLastNodeRestartTime | Date getLastNodeRestartTime()(Code) | | Get the last time the NMR in the local JBI instance restarted.
The time of last restart. |
getReceivedEvents | long getReceivedEvents()(Code) | | Get the total number of Events received by the PB since the
last NMR startup.
The number of Events received. |
getSentEvents | long getSentEvents()(Code) | | Get the total number of Events sent by the PB since the
last NMR startup.
The number of Events sent. |
|
|