Uses of Class
org.hopto.pentaj.jexin.stacktrace.CompletedStackTrace

Packages that use CompletedStackTrace
org.hopto.pentaj.jexin.stacktrace   
 

Uses of CompletedStackTrace in org.hopto.pentaj.jexin.stacktrace
 

Methods in org.hopto.pentaj.jexin.stacktrace that return CompletedStackTrace
 CompletedStackTrace StackTraceManagerImpl.getStackTrace(int id)
           
 CompletedStackTrace StackTraceManager.getStackTrace(int id)
           
 

Methods in org.hopto.pentaj.jexin.stacktrace that return types with arguments of type CompletedStackTrace
 java.util.Collection<CompletedStackTrace> StackTraceManagerImpl.getStackTraces()
           
 java.util.Collection<CompletedStackTrace> StackTraceManager.getStackTraces()
           
 

Methods in org.hopto.pentaj.jexin.stacktrace with parameters of type CompletedStackTrace
 void StackTraceManagerImpl.processCompletedStackTrace(CompletedStackTrace completedStackTrace)
           
 void StackTraceManager.processCompletedStackTrace(CompletedStackTrace completedStackTrace)
          Called by the StackFrameProcessor to submit completed traces to the manager.
 

Constructors in org.hopto.pentaj.jexin.stacktrace with parameters of type CompletedStackTrace
StackTraceTemplate(int id, CompletedStackTrace completedTrace)
           
StackTraceTemplate(int id, java.lang.String name, CompletedStackTrace completedTrace)