Package com.webmethods.rtl.util.perf
Interface IPerfAnalysis
public interface IPerfAnalysis
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
analyze()
Attempt to process the datagetData()
Get the data sourceObject[]
Get an array of the rootslookupChild
(IPerfSchema schema) get a childvoid
setAnalysisStyle
(int styleMask) Must have STYLE_ROOTS flag, the others are optionalvoid
What are we anaylzing?
-
Field Details
-
STYLE_ROOTS
static final int STYLE_ROOTS- See Also:
-
STYLE_CHILDREN
static final int STYLE_CHILDREN- See Also:
-
-
Method Details
-
setData
What are we anaylzing? -
getData
IPerfData getData()Get the data source -
setAnalysisStyle
void setAnalysisStyle(int styleMask) Must have STYLE_ROOTS flag, the others are optional -
analyze
Attempt to process the data- Throws:
PortalException
-
getRootStats
Object[] getRootStats()Get an array of the roots -
lookupChild
get a child
-