IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.runtimemonitor.webtag
Class BasicInforContentGenerator

java.lang.Object
  extended by com.ibm.btt.runtimemonitor.webtag.BasicInforContentGenerator
All Implemented Interfaces:
ContentGenerator

public class BasicInforContentGenerator
extends java.lang.Object
implements ContentGenerator

The class is used to generate the basic information for the web monitor. Web monitor will persent the content on the web page.


Field Summary
(package private)  Context ctx
           
 
Constructor Summary
BasicInforContentGenerator(Context context)
          This is the constructor used to create a BasicInforContentGenerator object.
 
Method Summary
 java.lang.String generateContent()
          This function is used to generate the basic information of the current operation or processor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

Context ctx
Constructor Detail

BasicInforContentGenerator

public BasicInforContentGenerator(Context context)
This is the constructor used to create a BasicInforContentGenerator object. The object will be used in the WebMonitorTag.

Parameters:
context - com.ibm.btt.base.Context
Method Detail

generateContent

public java.lang.String generateContent()
This function is used to generate the basic information of the current operation or processor.

Specified by:
generateContent in interface ContentGenerator
Returns:
java.lang.String - The string value that contains the operation name and the context name of the operation.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009