|
|||||||||
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.OneImage
com.ibm.dtfj.analyzer.helpers.dtfj10.OneImage
public class OneImage
Print and extract basic information about one DTFJ Image - specialized version for the DTFJ API v1.0
Count and navigate through multiple AddressSpaces, Processes, Runtimes within the Image
This class makes use of DTFJ 1.0 features
Constructor Summary | |
---|---|
OneImage()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
protected void |
printHostinfo(IAnalysisReport out)
Print information about the host name and IP addresses associated with this Image, as a segment of a report |
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 Image underlying this analyzer bean. |
Methods inherited from class com.ibm.dtfj.analyzer.helpers.OneImage |
---|
getAddressSpace, getInstance, getNumAddressSpaces, getNumProcesses, getNumProcesses, getNumRuntimes, getNumRuntimes, getProcess, getRuntime, printCommon, printRuntimes, scanAllRuntimes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneImage()
Method Detail |
---|
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class OneImage
parent
- The parent object to set. Must be of type Image,
supporting the DTFJ 1.0 API.
compatible with the type of analyzer bean that receives itIWrapper.setParent(java.lang.Object)
public IAnalysisReport produceReport()
IReport
produceReport
in interface IReport
produceReport
in class OneImage
IReport.produceReport()
protected void printHostinfo(IAnalysisReport out)
out
- a AnalysisReport object to which to write the output
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |