public interface SimpleCommandBusStatisticsMXBean
Modifier and Type | Method and Description |
---|---|
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.
|
long getCommandHandlerCount()
List<String> getHandlerTypes()
long getReceivedCommandCount()
void resetReceivedCommandsCounter()
Copyright © 2010-2014. All Rights Reserved.