|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CounterManager
A Counter Manager that accepts a config to create counters. Creates counter's
based on CounterConfig
. This manages the lifycycle of a counter
Method Summary | |
---|---|
Counter |
createCounter(CounterConfig config)
Creates a Counter based on tha passed config |
void |
shutdown(boolean killTimer)
Shuts down this counter manager |
void |
shutdownCounter(Counter counter)
Shuts down the counter |
Method Detail |
---|
Counter createCounter(CounterConfig config)
config
-
void shutdown(boolean killTimer)
void shutdownCounter(Counter counter)
counter
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |