|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugState
DebugState is used on conjunction with the ThreadDebugState class to print out information on the current application state when problems occur, or for general debugging.
ThreadDebugState
Method Summary | |
---|---|
java.lang.Object |
debugState()
Returns an object that will be toStringed when the debug information needs to be printed. |
Method Detail |
---|
java.lang.Object debugState()
The most common implementation is to create a new Map and set key and value pairs of information in that Map which it will then return.
ThreadDebugState.set(ariba.util.core.ThreadDebugKey, java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |