|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimpleAnalyzerBean
com.ibm.dtfj.analyzer.was.wrappers.OneWASThread
public class OneWASThread
Print and extract WAS-related information about one DTFJ JavaThread object
Constructor Summary | |
---|---|
OneWASThread()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
void |
declareExtensions(SimpleExtensionRegistry registry)
|
static OneWASThread |
getInstance(IAnalyzerContext context,
com.ibm.dtfj.java.JavaThread parent)
Find the OneWASThread bean instance associated with a given parent JavaThread (create it if necessary) |
long |
getWASThreadID()
|
IAnalysisReport |
produceReport()
|
void |
setParent(java.lang.Object parent)
Set the parent JavaThread underlying this analyzer bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneWASThread()
Method Detail |
---|
public static OneWASThread getInstance(IAnalyzerContext context, com.ibm.dtfj.java.JavaThread parent)
context
- the AnalyzerContext in which to locate this bean instanceparent
- the parent JavaThread underlying this analyzer bean
public void setParent(java.lang.Object parent)
parent
- The parent object to set. Must be of type JavaThread.
compatible with the type of analyzer bean that receives itpublic long getWASThreadID() throws com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.DTFJException
public IAnalysisReport produceReport()
com.ibm.dtfj.analyzer.ext.IReport#produceReport()
public void declareExtensions(SimpleExtensionRegistry registry)
com.ibm.dtfj.analyzer.ext.IDeclareExtensions#declareExtensions(com.ibm.dtfj.analyzer.internal.reportextensions.SimpleExtensionRegistry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |