Package com.webmethods.rtl.util.perf
Interface IPerfSchema
public interface IPerfSchema
-
Method Summary
Modifier and TypeMethodDescriptionThis is only valid during data aquisition, not during inspectionint
The category idThe class where this token originatesThe layout used to render the custom dataThe File name where this token originatesint
getID()
The schema idint
The line number where this get initialized fromgetName()
The name of this entryget current known stats for this schemavoid
set the perf stats object
-
Method Details
-
getID
int getID()The schema id -
getCategoryID
int getCategoryID()The category id -
getName
String getName()The name of this entry -
getClassName
String getClassName()The class where this token originates -
getFileName
String getFileName()The File name where this token originates -
getLineNumber
int getLineNumber()The line number where this get initialized from -
getCustomDataLayout
String getCustomDataLayout()The layout used to render the custom data -
getActionCallback
IPerfActionCallback getActionCallback()This is only valid during data aquisition, not during inspection -
getPerfStats
IPerfStats getPerfStats()get current known stats for this schema- Returns:
-
setPerfStats
set the perf stats object- Parameters:
ps
-
-