站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.util.StackTrace.Entry (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Class
org.jboss.util.StackTrace.Entry

Packages that use StackTrace.Entry
org.jboss.util Utility classes and interfaces. 
 

Uses of StackTrace.Entry in org.jboss.util
 

Methods in org.jboss.util that return StackTrace.Entry
 StackTrace.Entry StackTrace.getEntry(int level)
          Returns the stack trace entry for the element at the given level.
 StackTrace.Entry StackTrace.getCallerEntry()
          Returns the stack trace entry for the calling method.
 StackTrace.Entry StackTrace.getRootEntry()
          Return the root entry for this stack trace.
static StackTrace.Entry StackTrace.currentEntry()
          Returns a stack trace entry for the current position in the stack.
static StackTrace.Entry StackTrace.callerEntry()
          Returns a stack trace entry for the calling methods current position in the stack.
static StackTrace.Entry StackTrace.rootEntry()
          Returns a stack trace entry for the root calling method of the current execution thread.
protected  StackTrace.Entry StackTrace.Parser.createEntry(String raw)
          Create a stack trace entry for the given raw trace entry.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.