com.ibm.dtfj.analyzer.was
Class WASBasicInfo

java.lang.Object
  extended by SimpleAnalyzerBean
      extended by com.ibm.dtfj.analyzer.was.base.WASAnalyzerBase
          extended by com.ibm.dtfj.analyzer.was.WASBasicInfo

public class WASBasicInfo
extends WASAnalyzerBase

Print basic information about a WAS server process


Constructor Summary
WASBasicInfo()
           
 
Method Summary
 java.lang.String[] getCategories()
           
 java.lang.String getShortDescription()
           
 java.lang.String getVersion()
           
 boolean isPrimaryAnalyzer()
           
 void printDetails(IAnalysisReport out)
          Generate details information from this analyzer
 void printSummary(IAnalysisReport out)
          Generate summary information from this analyzer
 IAnalysisReport produceReport()
           
 
Methods inherited from class com.ibm.dtfj.analyzer.was.base.WASAnalyzerBase
getResourceBundleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WASBasicInfo

public WASBasicInfo()
Method Detail

getVersion

public java.lang.String getVersion()
See Also:
com.ibm.dtfj.analyzer.ext.IAnalyzerBase#getVersion()

getShortDescription

public java.lang.String getShortDescription()
See Also:
com.ibm.dtfj.analyzer.ext.IAnalyzerBase#getShortDescription()

isPrimaryAnalyzer

public boolean isPrimaryAnalyzer()
Overrides:
isPrimaryAnalyzer in class WASAnalyzerBase
See Also:
com.ibm.dtfj.analyzer.ext.IAnalyzerBase#isPrimaryAnalyzer()

getCategories

public java.lang.String[] getCategories()
Overrides:
getCategories in class WASAnalyzerBase
See Also:
com.ibm.dtfj.analyzer.ext.IAnalyzerBase#getCategories()

printSummary

public void printSummary(IAnalysisReport out)
Generate summary information from this analyzer

Parameters:
out - a report on which to write the output

printDetails

public void printDetails(IAnalysisReport out)
Generate details information from this analyzer

Parameters:
out - a report on which to write the output

produceReport

public IAnalysisReport produceReport()
See Also:
com.ibm.dtfj.analyzer.ext.IReport#produceReport()


© 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.