|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleEventBusStatisticsMXBean
Management interface the SimpleEventBus monitor.
Management interface as required by the JMX specification. In combination with the implementation, this interface specifies and delivers the actual JMX bean.
| Method Summary | |
|---|---|
long |
getListenerCount()
Returns the amount of registered listeners. |
List<String> |
getListenerTypes()
Returns a list of simple class names (class name without its package) of the registered listeners. |
long |
getReceivedEventsCount()
Returns the amount of received events. |
void |
resetReceivedEventsCount()
resets the amount of events received. |
| Method Detail |
|---|
long getListenerCount()
List<String> getListenerTypes()
long getReceivedEventsCount()
void resetReceivedEventsCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||