|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IThreadInfo
Holds detailed information about a thread
| Method Summary | |
|---|---|
void |
addDetails(java.lang.String name,
IResult details)
Add details of tasks performed by the thread. |
void |
addKeyword(java.lang.String keyword)
To add a keyword used for error report summaries |
void |
addRequest(java.lang.String summary,
IResult details)
Add requests such as the URL from a web server |
int |
getContextClassLoaderId()
The context class loader for the thread |
java.util.Collection<java.lang.String> |
getKeywords()
Get a set of keywords reflecting a high level description of the situation. |
CompositeResult |
getRequests()
Get requests such as the URL from a web server |
int |
getThreadId()
Get the thread id |
IObject |
getThreadObject()
Get the actual thread object |
void |
setValue(Column column,
java.lang.Object value)
To add particular information associated with a column |
| Method Detail |
|---|
int getThreadId()
IObject getThreadObject()
void setValue(Column column,
java.lang.Object value)
column - the column to changevalue - the new value for the columnvoid addKeyword(java.lang.String keyword)
keyword -
void addDetails(java.lang.String name,
IResult details)
name - subtitle for the reportdetails - the result containing the details
void addRequest(java.lang.String summary,
IResult details)
summary - a titledetails - the result containing the requestCompositeResult getRequests()
java.util.Collection<java.lang.String> getKeywords()
int getContextClassLoaderId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||