| java.lang.Object com.toy.anagrams.mbeans.AnagramsStats
AnagramsStats | public AnagramsStats()(Code) | | |
getCurrentAnagram | public String getCurrentAnagram()(Code) | | Get The current anagram
|
getLastThinkingTime | public int getLastThinkingTime()(Code) | | Get The time it tooks for a user to resolve the last anagram
|
getMaxThinkingTime | public int getMaxThinkingTime()(Code) | | Get The maximum time it tooks for a user to resolve an anagram
|
getMinThinkingTime | public int getMinThinkingTime()(Code) | | Get The minimum time it tooks for a user to resolve an anagram
|
getNumResolvedAnagrams | public int getNumResolvedAnagrams()(Code) | | Get Number of resolved anagrams
|
resetThinkingTimes | public void resetThinkingTimes()(Code) | | Resety all thinking related counters
|
setCurrentAnagram | public void setCurrentAnagram(String currentAnagram)(Code) | | Updates the current anagram coputed by the application
|
startThinking | public void startThinking()(Code) | | Methods exposed to Anagrams UI components to feed management with data.
|
stopThinking | public void stopThinking()(Code) | | |
|
|