|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleCommandBusStatisticsMXBean
Management interface for the SimpleCommandBus monitor
As required by the JMX specification. In combination with the implementation, this interface specifies and delivers the actual JMX bean.
Method Summary | |
---|---|
long |
getCommandHandlerCount()
Returns the amount of registered handlers. |
List<String> |
getHandlerTypes()
Returns a list with names of the registered handlers. |
long |
getReceivedCommandCount()
Returns the amount of received commands. |
void |
resetReceivedCommandsCounter()
Reset the amount of commands received counter. |
Method Detail |
---|
long getCommandHandlerCount()
List<String> getHandlerTypes()
long getReceivedCommandCount()
void resetReceivedCommandsCounter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |