|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Detector
The interface for race detecting algorithms. This interface simplify the ConTest listeners architecture to a few methods to implement.
Method Summary | |
---|---|
RDThread |
getNewThread()
Returns a new structure to maintain information concerning the thread. |
RDVariable |
getNewVariable(java.lang.Object inst,
java.lang.String str)
Returns a new structure to maintain information concerning the variable. |
Method Detail |
---|
RDVariable getNewVariable(java.lang.Object inst, java.lang.String str)
inst
- Variable instance - according to ConTest.str
- Name of the variable - according to ConTest.
RDThread getNewThread()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |