|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.util.log.util.StackIntrospector
public final class StackIntrospector
A set of utilities to inspect current stack frame.
Method Summary | |
---|---|
static Class |
getCallerClass(Class clazz)
Find the caller of the passed in Class. |
static String |
getCallerMethod(Class clazz)
Get the method path name for the method from which the LogEvent was created, this includes the path name and the source filename and line number if the source was compiled with debugging on. |
static String |
getRecentStack(Class clazz,
int entries)
Return the current call stack as a String, starting with the first call in the stack after a reference to the clazz class, and then
display entries entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Class getCallerClass(Class clazz) throws SecurityException
clazz
- the Class to search for on stack to find caller of
SecurityException
- if an existing SecurityManager disallows construction
of another SecurityManager and thus blocks method resultspublic static final String getCallerMethod(Class clazz)
public static final String getRecentStack(Class clazz, int entries)
clazz
class, and then
display entries
entries.
This can be useful for debugging code to determine where calls to a method are coming from.
clazz
- the last class on the stack you are not interested in!entries
- the number of stack lines to return.
|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |