|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StackTracer
Maintains status of method entry and exit.
Method Summary | |
---|---|
void |
enterMethod(java.lang.Object entity,
Descriptor method)
Marks an method entered and tracks appropriately the current thread as entering the method on the entity. |
void |
exitMethod(java.lang.Object entity,
Descriptor method)
Exits a method, removing any contexts that have been created. |
boolean |
isEntityEntered(java.lang.Object entity)
Determines if any thread has entered the entity. |
boolean |
isMethodEntered(java.lang.Object entity,
Descriptor method)
Determines if the current thread is currently in the entity and method. |
Method Detail |
---|
void enterMethod(java.lang.Object entity, Descriptor method)
entity
- The object enteredmethod
- The method by which it was enteredboolean isMethodEntered(java.lang.Object entity, Descriptor method)
entity
- The objectmethod
- The method on the object
boolean isEntityEntered(java.lang.Object entity)
entity
- The object to check
void exitMethod(java.lang.Object entity, Descriptor method)
entity
- The object being exitedmethod
- The method from which the thread is exiting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |