Class ExceptionReport.ThreadInfo
- java.lang.Object
-
- org.apache.tapestry5.corelib.pages.ExceptionReport.ThreadInfo
-
- All Implemented Interfaces:
Comparable<ExceptionReport.ThreadInfo>
- Enclosing class:
- ExceptionReport
public class ExceptionReport.ThreadInfo extends Object implements Comparable<ExceptionReport.ThreadInfo>
-
-
Constructor Summary
Constructors Constructor Description ThreadInfo(String className, String name, String state, String flags, ThreadGroup group)
-
-
-
Constructor Detail
-
ThreadInfo
public ThreadInfo(String className, String name, String state, String flags, ThreadGroup group)
-
-
Method Detail
-
compareTo
public int compareTo(ExceptionReport.ThreadInfo o)
- Specified by:
compareTo
in interfaceComparable<ExceptionReport.ThreadInfo>
-
-