Package com.webmethods.rtl.util.perf
Interface IOOBPerfStats
- All Superinterfaces:
IPerfStats
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCall
(long total) new callvoid
addParent
(int schemaID) adds this to the parent listgetChildStat
(IPerfSchema schema) returns a new or already initializedMethods inherited from interface com.webmethods.rtl.util.perf.IPerfStats
clear, getAvgTime, getChildrenStats, getMaxActionTime, getMinActionTime, getParentSchemas, getPerfAnalysis, getPerfSchema, getTotalActions, getTotalTime
-
Method Details
-
getChildStat
returns a new or already initialized- Parameters:
schema
-- Returns:
-
addParent
void addParent(int schemaID) adds this to the parent list- Parameters:
schemaID
-
-
addCall
void addCall(long total) new call- Parameters:
total
-
-