|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslatableAnalyzer
com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
com.ibm.dtfj.analyzer.helpers.AllJavaClassLoaders
public class AllJavaClassLoaders
Print the list of all JavaClassLoader objects within a DTFJ JavaRuntime.
Constructor Summary | |
---|---|
AllJavaClassLoaders()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
static AllJavaClassLoaders |
getInstance(IAnalyzerContext context,
com.ibm.dtfj.java.JavaRuntime parent)
Find the AllJavaClassLoaders bean instance associated with a given parent JavaRuntime (create it if necessary) |
java.util.Iterator |
getSortedList(IAnalysisReport out)
Get the list of all classloaders in this runtime, in a consistent order regarding of possible differences in the order returned by JavaRuntime.getJavaClassLoaders() in different runs. |
IAnalysisReport |
produceReport()
Generate a report which will be encapsulated in the IAnalysisReport object for later use by some formatter. |
void |
setParent(java.lang.Object parent)
Set the parent JavaRuntime 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 AllJavaClassLoaders()
Method Detail |
---|
public static AllJavaClassLoaders getInstance(IAnalyzerContext context, com.ibm.dtfj.java.JavaRuntime parent)
context
- the AnalyzerContext in which to locate this bean instanceparent
- the parent JavaRuntime underlying this analyzer bean
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class SimpleAnalyzerBean
parent
- The parent object to set. Must be of type JavaRuntime.
compatible with the type of analyzer bean that receives itIWrapper.setParent(java.lang.Object)
public java.util.Iterator getSortedList(IAnalysisReport out)
out
- an AnalysisReport on which to print any errors encountered while sorting the list
public IAnalysisReport produceReport()
IReport
produceReport
in interface IReport
produceReport
in class SimpleAnalyzerBean
IReport.produceReport()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |