|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.multiverse.utils.instrumentation.InstrumentationProblemMonitor
public final class InstrumentationProblemMonitor
Since it is not possible to disrupt the instrumentation process if problems are encountered, some kind of warning mechanism needs to be created. That is the task of this InstrumentationProblemMonitor.
What is does is it launches a thread that prints warning messages every 10 second to the Log.servere when the first problem is signalled. Following problems are ignored.
| Field Summary | |
|---|---|
static InstrumentationProblemMonitor |
INSTANCE
|
| Method Summary | |
|---|---|
boolean |
isProblemFound()
|
void |
signalProblem()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final InstrumentationProblemMonitor INSTANCE
| Method Detail |
|---|
public boolean isProblemFound()
public void signalProblem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||