public class InstrumentationFactory extends InstrumentationPersistence implements java.lang.Runnable, HasBeenInstrumented
| Modifier and Type | Field and Description |
|---|---|
(package private) static InstrumentationFactory |
instrumentationFactory |
(package private) static org.apache.log4j.Logger |
logger |
(package private) java.util.Timer |
timer |
instrumentation| Modifier and Type | Method and Description |
|---|---|
static InstrumentationFactory |
getInstance() |
(package private) int |
getInstrumentationInterval() |
Instrumentation |
newInstrumentation(java.lang.Class cl) |
Instrumentation |
newInstrumentation(java.lang.String className) |
void |
run() |
getInstrumentation, keySet, loadInstrumentation, loadInstrumentation, merge, saveInstrumentation, saveInstrumentationstatic final org.apache.log4j.Logger logger
static final InstrumentationFactory instrumentationFactory
java.util.Timer timer
int getInstrumentationInterval()
public void run()
run in interface java.lang.Runnablepublic static InstrumentationFactory getInstance()
public Instrumentation newInstrumentation(java.lang.Class cl)
public Instrumentation newInstrumentation(java.lang.String className)