com.ibm.dtfj.analyzer.helpers.dtfj10
Class OneJavaMonitor

java.lang.Object
  extended by TranslatableAnalyzer
      extended by com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
          extended by com.ibm.dtfj.analyzer.helpers.OneJavaMonitor
              extended by com.ibm.dtfj.analyzer.helpers.dtfj10.OneJavaMonitor
All Implemented Interfaces:
IAnalyzerBase, IReport, IWrapper
Direct Known Subclasses:
OneJavaMonitor

public class OneJavaMonitor
extends OneJavaMonitor

Print basic information about one DTFJ JavaMonitor object - specialized version for the DTFJ API v1.0

This class makes use of DTFJ 1.0 features


Constructor Summary
OneJavaMonitor()
          Null constructor for use as JavaBean
 
Method Summary
protected  java.lang.String getID()
          Obtain the monitor ID associated with this JavaMonitor.
 void setParent(java.lang.Object parent)
          Set the parent JavaMonitor underlying this analyzer bean.
 
Methods inherited from class com.ibm.dtfj.analyzer.helpers.OneJavaMonitor
getInstance, produceReport
 
Methods inherited from class com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
allocateReport, allocateReportOptions, allocateSecondaryReport, getCachingPriority, getCategories, getContext, getIdentityString, getInstance, getLogger, getLongDescription, getName, getNextValidObject, getParent, getReportExtensionHelper, getResourceBundleName, getShortDescription, getVersion, isPrimaryAnalyzer, printEmbeddedReport, printEmbeddedReport, printEmbeddedReportWithOptions, printEmbeddedReportWithOptions, printReportInfoHeader, recordInternalExceptionStatic, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneJavaMonitor

public OneJavaMonitor()
Null constructor for use as JavaBean

Method Detail

setParent

public void setParent(java.lang.Object parent)
Set the parent JavaMonitor underlying this analyzer bean.

Specified by:
setParent in interface IWrapper
Overrides:
setParent in class OneJavaMonitor
Parameters:
parent - The parent object to set. Must be of type JavaMonitor, supporting the DTFJ 1.0 API. compatible with the type of analyzer bean that receives it
See Also:
IWrapper.setParent(java.lang.Object)

getID

protected java.lang.String getID()
                          throws com.ibm.dtfj.image.DTFJException
Description copied from class: OneJavaMonitor
Obtain the monitor ID associated with this JavaMonitor. Dummy method provided here, to be overridden in subclasses.

Overrides:
getID in class OneJavaMonitor
Returns:
a string representing the monitor ID, or null if the monitor ID is not available in this version of DTFJ
Throws:
com.ibm.dtfj.image.DTFJException
See Also:
OneJavaMonitor.getID()


© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.