|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quartz.utils.counter.CounterManagerImpl
public class CounterManagerImpl
An implementation of a CounterManager.
| Constructor Summary | |
|---|---|
CounterManagerImpl(java.util.Timer timer)
Constructor that accepts a timer that will be used for scheduling sampled counter if any is created |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CounterManagerImpl(java.util.Timer timer)
| Method Detail |
|---|
public void shutdown(boolean killTimer)
shutdown in interface CounterManagerpublic Counter createCounter(CounterConfig config)
createCounter in interface CounterManagerpublic void shutdownCounter(Counter counter)
shutdownCounter in interface CounterManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||