Copyright @ 2001 SAP. All Rights Reserved.
A C D E F G I J K L M N O P R S T U V

A

action - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
currently processed action
actionCompName - Variable in class com.sap.util.monitor.jarm.ActionOverview
component which fires action
actionOverview - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
array of actions; is filled only if data is used for SAT (single activity trace); is null otherwise or if no action call occurred
ActionOverview - class com.sap.util.monitor.jarm.ActionOverview.
Structure contains the data to be shown for an action call.
ActionOverview() - Constructor for class com.sap.util.monitor.jarm.ActionOverview
 
actionText - Variable in class com.sap.util.monitor.jarm.ActionOverview
text of action call
actionTS - Variable in class com.sap.util.monitor.jarm.ActionOverview
timestamp when action started
active - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
active flag;
true <-> Thread is currently active for a request
ApplThreadOverview - class com.sap.util.monitor.jarm.ApplThreadOverview.
Structure contains the data to be shown for the application thread snapshot.
ApplThreadOverview() - Constructor for class com.sap.util.monitor.jarm.ApplThreadOverview
 

C

com.sap.util.monitor.jarm - package com.sap.util.monitor.jarm
 
compAccGrossCpuTime - Variable in class com.sap.util.monitor.jarm.ComponentOverviewExt
amount of gross CPU time for all calls
compAccGrossTime - Variable in class com.sap.util.monitor.jarm.ComponentOverview
amount of gross time for all calls
compAccGrossTimeFilled - Variable in class com.sap.util.monitor.jarm.ComponentOverview
number of calls which are closed correctly so that gross time information could be provided
compAccNetCpuTime - Variable in class com.sap.util.monitor.jarm.ComponentOverviewExt
amount of net CPU time for all calls
compAccNetTime - Variable in class com.sap.util.monitor.jarm.ComponentOverview
amount of net time for all calls
compAccNetTimeFilled - Variable in class com.sap.util.monitor.jarm.ComponentOverview
number of calls where all direct subcomponents are closed correctly so that net time information could be provided
compAccNr - Variable in class com.sap.util.monitor.jarm.ComponentOverview
number of component calls
compAccOutData - Variable in class com.sap.util.monitor.jarm.ComponentOverview
accum. amount of outbound data (bytes)
compAccOutDataFilled - Variable in class com.sap.util.monitor.jarm.ComponentOverview
number of calls with provided outgoing data amount
compAccProps - Variable in class com.sap.util.monitor.jarm.ComponentOverview
specific properties for this component; null <-> no such properties
compAccPropsNr - Variable in class com.sap.util.monitor.jarm.ComponentOverview
number of calls to condense component specific properties
compAction(int, String, String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates a specific action of a component.
The method is executed only if compLevel is lower or equal the current component monitoring level.
compAction(int, String, String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates a specific action of a component.
The method is executed only if compLevel is lower or equal the current component monitoring level.
compAction(String, String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates a specific action of a component.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
compAction(String, String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates a specific action of a component.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
compare(Object, Object) - Method in class com.sap.util.monitor.jarm.ApplThreadOverview
 
compAvgGrossCpuTime - Variable in class com.sap.util.monitor.jarm.ComponentOverviewExt
average gross CPU time for the component
compAvgGrossTime - Variable in class com.sap.util.monitor.jarm.ComponentOverview
average gross time for the component
compAvgNetCpuTime - Variable in class com.sap.util.monitor.jarm.ComponentOverviewExt
average net CPU time for the component
compAvgNetTime - Variable in class com.sap.util.monitor.jarm.ComponentOverview
average net time for the component
compAvgOutData - Variable in class com.sap.util.monitor.jarm.ComponentOverview
average amount of outbound data (bytes)
compDescr - Variable in class com.sap.util.monitor.jarm.ComponentOverview
description of component (text); could be null
compDescr - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
description of component (text); could be null
compGrossCpuTime - Variable in class com.sap.util.monitor.jarm.CompSingleOverviewExt
gross CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if component is not closed correctly or if CPU measurement is not supported by the operating system
compGrossTime - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
gross time of component; is undefined (ConfMonitor.UNDEFTIME) if component is not closed correctly
COMPLEVEL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for component monitor level of JARM;
values: 0 (= IConfMonitor.COMPLEVELBASIC) 1 (= IConfMonitor.COMPLEVELMEDIUM) 2 (= IConfMonitor.COMPLEVELDETAIL)
COMPLEVELBASIC - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
component monitor level: basic (default)
COMPLEVELDETAIL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
component monitor level: detail
COMPLEVELMEDIUM - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
component monitor level: medium
compName - Variable in class com.sap.util.monitor.jarm.ComponentOverview
component name
compName - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
component name
compName - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
name of currently processed component
compNetCpuTime - Variable in class com.sap.util.monitor.jarm.RequestOverviewExt
net CPU time of this component
compNetCpuTime - Variable in class com.sap.util.monitor.jarm.CompSingleOverviewExt
net CPU time of component; is undefined (ConfMonitor.UNDEFTIME) if gross time not defined and at least one direct subcomponent is not closed correctly or if CPU measurement is not supported by the operating system
compNetCpuTimeName - Variable in class com.sap.util.monitor.jarm.RequestOverviewExt
component with largest net CPU time
compNetTime - Variable in class com.sap.util.monitor.jarm.RequestOverview
net time of this component
compNetTime - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
net time of component; is undefined (ConfMonitor.UNDEFTIME) if gross time not defined and at least one direct subcomponent is not closed correctly
compNetTimeName - Variable in class com.sap.util.monitor.jarm.RequestOverview
component with largest net time
ComponentOverview - class com.sap.util.monitor.jarm.ComponentOverview.
Structure contains the condensed data to be shown for one component.
ComponentOverview() - Constructor for class com.sap.util.monitor.jarm.ComponentOverview
 
ComponentOverviewExt - class com.sap.util.monitor.jarm.ComponentOverviewExt.
Structure contains the condensed data to be shown for one component.
ComponentOverviewExt() - Constructor for class com.sap.util.monitor.jarm.ComponentOverviewExt
 
compOutData - Variable in class com.sap.util.monitor.jarm.RequestOverview
amount of outbound data of this component; no outbound data given for any component -> value = -1
compOutData - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
amount of outbound data (bytes)
compOutDataName - Variable in class com.sap.util.monitor.jarm.RequestOverview
component with largest amount of outbound data (excluding component which belongs directly to the request (level = 0); the data of this component is shown in reqOutData)
compOverview - Variable in class com.sap.util.monitor.jarm.TaskOverview
Information about the components which build up the task; sequence of elements corresponds to call sequence of the components. null if there are no components
compOverviewExt - Variable in class com.sap.util.monitor.jarm.TaskOverviewExt
Information about the components which build up the task; sequence of elements corresponds to call sequence of the components. null if there are no components
COMPPROPERTIESGETSWITCH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for getting component specific properties (on / off)
COMPPROPERTIESSETSWITCH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for setting component specific properties (on / off)
compProps - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
specific properties for this component; null <-> no such properties
CompSingleOverview - class com.sap.util.monitor.jarm.CompSingleOverview.
Structure contains the collected data to be shown for one component.
CompSingleOverview() - Constructor for class com.sap.util.monitor.jarm.CompSingleOverview
 
CompSingleOverviewExt - class com.sap.util.monitor.jarm.CompSingleOverviewExt.
Structure contains the collected data to be shown for one component.
CompSingleOverviewExt() - Constructor for class com.sap.util.monitor.jarm.CompSingleOverviewExt
 
compStartTS - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
start time of component
compTime - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
elapsed time already spent for the component
COMPTRACELEVEL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for component trace level of JARM; if tracing and monitoring is on for a request the most detailed level defined by COMPLEVEL and COMPTRACELEVEL is used;
values: see COMPLEVEL
condenseData(Object, Object) - Method in interface com.sap.util.monitor.jarm.ICompProperties
when a request is condensed this method is called for all components with individual properties implementing this method you have to fulfill following requirements - the method has to be thread safe -> synchronize it - dataCondensed could be null (normally if the first call is done) -> create new object in that case if you want to condense data - provide an efficient implementation because this method might be called very often: - avoid creating objects (exception: first creation of condensed data object) - modify dataCondensed directly and return this object - the data types of dataSingle and dataCondensed should be simple structures with basic data types wherever possible - dataSingle must not be manipulated guaranteed: dataSingle !
ConfMonitor - class com.sap.util.monitor.jarm.ConfMonitor.
Class contains constants and configuration parameters used for monitoring.
ConfMonitor() - Constructor for class com.sap.util.monitor.jarm.ConfMonitor
 
CONSUMERCLASS - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
common postfix for consumer classname
CONSUMERPREFIX - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
common prefix for all monitor consumer parameters
CONSUMERRESTART - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
common postfix for consumer restart time
CONSUMERSWITCH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
common postfix to switch consumer on / off

D

deRegisterDataRecipient(IJarmDataRecipient) - Static method in class com.sap.util.monitor.jarm.ConfMonitor
deregister data recipient
deRegisterPartner(String) - Static method in class com.sap.util.monitor.jarm.JarmRegistration
method to deregister a communication partner

E

endComponent(int, String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates the end of a component.
The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates the end of a component.
The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String, int) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endComponent(String); additionally the amount of data which is returned by the component is provided.
The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String, int) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endComponent(String); additionally the amount of data which is returned by the component is provided.
The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String, int, Object) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endComponent(String, int); additionally component specific properties are provided.
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String, int, Object) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endComponent(String, int); additionally component specific properties are provided.
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String, Object) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endComponent(String); additionally component specific properties are provided.
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided.
The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(int, String, Object) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endComponent(String); additionally component specific properties are provided.
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided.
The method is executed only if compLevel is lower or equal the current component monitoring level.
endComponent(Object, String, String, boolean) - Method in interface com.sap.util.monitor.jarm.IJarmListener
method called when a component is ended; instrumentation errors of the JARM API (missing endComponent calls) are repaired by JARM by generating artificial endComponent calls;
example: application issues startComponent "A", startComponent "B", endComponent "A" the listener gets endComponent "B" with generated = true right before endComponent "A";
in fact it is unknown when component "B" has really ended, but the listener could simply manage the component hierarchy by a stack
endComponent(String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates the end of a component.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates the end of a component.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String, int) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endComponent(String); additionally the amount of data which is returned by the component is provided.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String, int) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endComponent(String); additionally the amount of data which is returned by the component is provided
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String, int, Object) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endComponent(String, int); additionally component specific properties are provided.
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String, int, Object) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endComponent(String, int); additionally component specific properties are provided
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String, Object) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endComponent(String); additionally component specific properties are provided.
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endComponent(String, Object) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endComponent(String); additionally component specific properties are provided
the component specific properties could only be handled if the parameter jarm/comp/properties/switch=on (default) and if there is there is an implementation of ICompProperties for this component provided
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
endRequest(int, String) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endRequest(reqName); additionally the collected data for the request is returned if retOverview = true
endRequest(int, String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endRequest(reqName); additionally the collected data for the request is returned if retOverview not equal ConfMonitor.REQOVERVIEWNONE
endRequest(int, String, int) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endRequest(String reqName, int dataLength); additionally the collected data for the request is returned
endRequest(int, String, int) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endRequest(String reqName, int dataLength); additionally the collected data for the request is returned
endRequest(Object, String) - Method in interface com.sap.util.monitor.jarm.IJarmListener
method called when the current request is ended
endRequest(String) - Method in interface com.sap.util.monitor.jarm.IMonitor
if the name of the current request is identical to reqName the request is closed; otherwise the call is skipped.
endRequest(String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
if the name of the current request is identical to reqName the request is closed; otherwise the call is skipped.
endRequest(String, int) - Method in interface com.sap.util.monitor.jarm.IMonitor
same functionality than endRequest(String reqName); additionally the amount of data which is returned by the request is provided
endRequest(String, int) - Method in class com.sap.util.monitor.jarm.TaskMonitor
same functionality than endRequest(String reqName); additionally the amount of data which is returned by the request is provided
equals(Object) - Method in class com.sap.util.monitor.jarm.ApplThreadOverview
implementation of equals method of Comparator interface thread name is used for comparison; there is no need to call the method externally; it is public because of the Comparator interface

F

firstTaskTS - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
start timestamp of first request/task in this thread

G

getApplThreads() - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
A application specific overview about the thread activities is returned.
getApplThreads() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
A application specific overview about the thread activities is returned.
getComponentContent(int) - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getComponentHeaders() - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getComponentLevel() - Method in interface com.sap.util.monitor.jarm.IMonitor
The component level for the request is returned.
getComponentLevel() - Method in class com.sap.util.monitor.jarm.TaskMonitor
The component level for the request is returned.
getComponentLevel() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Indicates the component monitor level; this level is used if monitoring is on and tracing is off; if both are switched on the most detailed level defined for monitoring and tracing is used
could also be done by getProperties()
getComponents(String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the components used by the requests.
getComponents(String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the components used by the requests.
getComponentsExt(String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the components used by the requests (including CPU specific data).
getComponentsExt(String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the components used by the requests (including CPU specific data).
getComponentTraceLevel() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Indicates the component trace level; this level is used if tracing is on and monitoring is off; if both are switched on the most detailed level defined for monitoring and tracing is used
could also be done by getProperties()
getDataCondensed(Object) - Method in interface com.sap.util.monitor.jarm.ICompProperties
when a component overview has to be provided this method is called if there are component specific condensed properties in order to transform these properties into a component independant form implementing this method you have to fulfill following requirements - the method has to be stateless - dataCondensed must not be manipulated - if you want to have consistent data be aware that there could be condenseData() calls in parallel -> synchronize it - be aware that there could be parallel getDataCondensed() calls guaranteed: dataCondensed !
getDataSingle(Object) - Method in interface com.sap.util.monitor.jarm.ICompProperties
when a request overview has to be provided this method is called for all components with individual properties to transform the properties into a component independant form implementing this method you have to fulfill following requirements - dataSingle must not be manipulated - be aware that there could be parallel getDataSingle() calls no synchronization with other calls necessary because there can't be a conflict with setting dataSingle (is done in endComponent() of IMonitor) guaranteed: dataSingle !
getMonitorSwitch() - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates whether monitoring is switched on or off for this request
getMonitorSwitch() - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates whether monitoring is switched on or off for this request
getMonitorSwitch() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Indicates whether monitoring is switched on or off
could also be done by getProperties()
getMonitorSwitch() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Indicates whether monitoring is switched on or off
could also be done by getProperties()
getProperties() - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Delivers the parameters currently valid for monitoring;
getProperties() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Delivers the parameters currently valid for monitoring;
getProperties() - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Delivers the parameters currently valid for monitoring;
getProperties() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Delivers the parameters currently valid for monitoring;
getRecipientType() - Method in interface com.sap.util.monitor.jarm.IJarmDataRecipient
return recipient type of recipient implementation
getReqName() - Method in interface com.sap.util.monitor.jarm.IMonitor
Delivers the name of the request
getReqName() - Method in class com.sap.util.monitor.jarm.TaskMonitor
Delivers the name of the request
getReqTS() - Method in interface com.sap.util.monitor.jarm.IMonitor
Delivers the start timestamp of the request
getReqTS() - Method in class com.sap.util.monitor.jarm.TaskMonitor
Delivers the start timestamp of the request
getRequestContent(int) - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getRequestHeaders() - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getRequestMonitor(String, String) - Static method in class com.sap.util.monitor.jarm.TaskMonitor
Returns the monitor object of the current thread (created by a former getRequestMonitor() call); if there was not such a call a new monitoring object is created (userName and reqName is only used in this case); It is recommended to pass a monitor object through other layers of the application because this would save getRequestMonitor() calls;
getSummaryContent() - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getSummaryHeaders() - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getSummaryOfRequests() - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Returns key numbers for all requests issued since startup.
getSummaryOfRequests() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Returns key numbers for all requests issued since startup.
getSummaryOfRequestsExt() - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Returns key numbers for all requests issued since startup (including CPU specific data).
getSummaryOfRequestsExt() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Returns key numbers for all requests issued since startup (including CPU specific data).
getTopComponents(int, String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the top components according to special criteria like gross time, number of calls.
getTopComponents(int, String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the top components according to special criteria like gross time, amount of outbound data.
getTopComponentsExt(int, String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the top components according to special criteria like gross time, number of calls (including CPU specific data).
getTopComponentsExt(int, String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the top components according to special criteria like gross time, amount of outbound data (including CPU specific data).
getTopRequests(int, int, String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data.
getTopRequests(int, int, String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data.
getTopRequestsExt(int, int, String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
getTopRequestsExt(int, int, String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
getTopUsers(int, String, int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
Gives an overview about the top users according to special criteria like gross time, number of calls, ... (including CPU specific data)
getTopUsers(int, String, int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Gives an overview about the top users according to special criteria like gross time, number of calls, ...
getTraceSwitch() - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates whether tracing is switched on or off for this request
getTraceSwitch() - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates whether tracing is switched on or off for this request
getUser() - Method in interface com.sap.util.monitor.jarm.IMonitor
Delivers the user name of the request
getUser() - Method in class com.sap.util.monitor.jarm.TaskMonitor
Delivers the user name of the request
getUserContent(int) - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 
getUserHeaders() - Static method in class com.sap.util.monitor.jarm.SerialValuesMonitor
 

I

ICompProperties - interface com.sap.util.monitor.jarm.ICompProperties.
Interface which has to be implemented by the component owner if component specific monitor properties should be handled via JARM.
IConfMonitor - interface com.sap.util.monitor.jarm.IConfMonitor.
Interface contains constants and configuration parameters used for monitoring.
IJarmDataRecipient - interface com.sap.util.monitor.jarm.IJarmDataRecipient.
An implementation of this interface has to be provided to JARM via ConfMonitor.registerDataRecipient to allow JARM to check whether trace data has to be collected (isTraceOn()) and to deliver this data via notifyAtRequestEnd().
trace data is delivered only if following conditions are true: - trace data is collected right from the beginning of the request; this is done if there is at least one data recipient whose check function isTraceOn(user, request) delivers true at request start - if the condition above is true every data recipient whose check function isTraceOn(user, request, duration, outData) delivers true at request end is provided with trace data
IJarmListener - interface com.sap.util.monitor.jarm.IJarmListener.
An implementation of this interface has to be provided to JARM via JarmRegistration.registerPartner.
IMonitor - interface com.sap.util.monitor.jarm.IMonitor.
Interface for all monitoring objects.
initMaxCompRet - Static variable in class com.sap.util.monitor.jarm.ConfMonitor
max. number of components which could be returned for a component overview
initMaxUserRet - Static variable in class com.sap.util.monitor.jarm.ConfMonitor
max. number of user which could be returned for a user overview
initNrTops - Static variable in class com.sap.util.monitor.jarm.ConfMonitor
number of entries in hit lists
IRmiMonitor - interface com.sap.util.monitor.jarm.IRmiMonitor.
this interface provides all methods and attributes necessary to access the monitored data via RMI
isCpuMeasured() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Indicates whether CPU measurement is done
isJarmActiveForRequest() - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates whether monitoring or tracing is switched on or off for this request
isJarmActiveForRequest() - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates whether monitoring or tracing is switched on or off for this request
isRunning() - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Indicates whether monitoring is switched on or off
could also be done by getProperties()
isRunning() - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Indicates whether monitoring is switched on or off
could also be done by getProperties()
isTraceOn(String, String) - Method in interface com.sap.util.monitor.jarm.IJarmDataRecipient
method is called at the beginning of a request to check whether trace data should be collected during the request by JARM; this could be data which is collected by JARM anyway but also additional information; therefore this call is made at the beginning of the request; whether the data is delivered or not is finally decided at the end of the request via isTraceOn(user, request, duration, outData)
isTraceOn(String, String, long, int) - Method in interface com.sap.util.monitor.jarm.IJarmDataRecipient
method is called at the end of a request to check whether data should be delivered via notifyAtRequestEnd()

J

JarmJmxMonitor - class com.sap.util.monitor.jarm.JarmJmxMonitor.
Implementation of JMX Interface for JARM
JarmJmxMonitor() - Constructor for class com.sap.util.monitor.jarm.JarmJmxMonitor
 
JarmJmxMonitorMBean - interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean.
JMX Interface for JARM
JarmRegistration - class com.sap.util.monitor.jarm.JarmRegistration.
This class provides the methods to register and deregister implementations of the communication partner interfaces.
JarmRegistration() - Constructor for class com.sap.util.monitor.jarm.JarmRegistration
 

K

KEYINSTRCHECK - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for checking the jarm instrumentation;
KEYMAXREQCOMPHIGH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for setting an upper limit of components for a request; if the limit is reached the next startComponent call to the monitor handle will end the request.
KEYMAXREQCOMPLOW - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for setting an upper limit of components for a request; if the limit is reached the next endRequest call will end the request even if the name does not match.
KEYMONITOR - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for switching monitoring on / off values: VALUEON, VALUEOFF
KEYPARTNEREXCL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for excluding communication partners to be integrated with JARM (e.g.
KEYVERSION - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for getting the JARM version; obviously parameter could not be set from outside
format: x.y.z

L

level - Variable in class com.sap.util.monitor.jarm.CompSingleOverview
level.
indicates, how deep component is nested;
0 <-> main level
LEVELBASIC - Static variable in interface com.sap.util.monitor.jarm.IJarmListener
level: basic (default)
LEVELDETAIL - Static variable in interface com.sap.util.monitor.jarm.IJarmListener
level: detail
LEVELMEDIUM - Static variable in interface com.sap.util.monitor.jarm.IJarmListener
level: medium
listApplThreads() - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
A application specific overview about the thread activities is returned.
listApplThreads() - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
A application specific overview about the thread activities is returned.
listComponents(String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the components used by the requests.
listComponents(String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the components used by the requests.
listComponentsExt(String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the components used by the requests (including CPU specific data).
listComponentsExt(String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the components used by the requests (including CPU specific data).
listSummaryOfRequests() - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Returns key numbers for all requests issued since startup.
listSummaryOfRequests() - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Returns key numbers for all requests issued since startup.
listSummaryOfRequestsExt() - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Returns key numbers for all requests issued since startup (including CPU specific data).
listSummaryOfRequestsExt() - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Returns key numbers for all requests issued since startup (including CPU specific data).
listTopComponents(int, String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the top components according to special criteria like gross time, amount of outbound data.
listTopComponents(int, String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the top components according to special criteria like gross time, amount of outbound data.
listTopComponentsExt(int, String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the top components according to special criteria like gross time, amount of outbound data (including CPU specific data).
listTopComponentsExt(int, String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the top components according to special criteria like gross time, amount of outbound data (including CPU specific data).
listTopRequests(int, int, String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data.
listTopRequests(int, int, String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data.
listTopRequestsExt(int, int, String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
listTopRequestsExt(int, int, String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
listTopUsers(int, String, int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Gives an overview about the top users according to special criteria like gross time, number of calls, ...
listTopUsers(int, String, int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Gives an overview about the top users according to special criteria like gross time, number of calls, ...
LOGFILEDIR - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for directory of log file; name of log file = 'jarm.log'
LOGLEVEL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for log level of JARM; value: 0, 1, 2

M

MonitorException - exception com.sap.util.monitor.jarm.MonitorException.
Class defines MonitorException; is an extension of class Exception
MonitorException(String) - Constructor for class com.sap.util.monitor.jarm.MonitorException
Constructor for MonitorException
MONITORPREFIX - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
common prefix for all monitoring parameters
myThread - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
corresponding thread object

N

NAMENOTSET - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
name not set
NOCOMPACTIVE - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
no component active
notifyAtRequestEnd(RequestOverviewExt) - Method in interface com.sap.util.monitor.jarm.IJarmDataRecipient
method called during endRequest() to get the collected request data; is only called if trace is on
NUMBERNOTSET - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
number not set

O

OverviewMonitor - class com.sap.util.monitor.jarm.OverviewMonitor.
This class provides an API to deliver all collected monitoring information.
OverviewMonitor() - Constructor for class com.sap.util.monitor.jarm.OverviewMonitor
 

P

PartnerItem - class com.sap.util.monitor.jarm.PartnerItem.
This class contains the structure of the JARM communication partners.

R

RECIPIENTTYPELOGGER - Static variable in interface com.sap.util.monitor.jarm.IJarmDataRecipient
Recipient type for Jarm Data; all possible recipient types have to be listed here
registerDataRecipient(IJarmDataRecipient) - Static method in class com.sap.util.monitor.jarm.ConfMonitor
register data recipient
registerPartner(String, IJarmListener) - Static method in class com.sap.util.monitor.jarm.JarmRegistration
method to register an implementation of the IJarmListener interface
reqAccComp - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of component calls made for all requests
reqAccCpuTime - Variable in class com.sap.util.monitor.jarm.RequestSummaryExt
amount of CPU time for all requests (in ms)
reqAccNr - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests since reqFirstTS or resetReqTS (if a request reset was done); this timestamp is also used for all other request specific accumulated values unless otherwise documented
reqAccOutData - Variable in class com.sap.util.monitor.jarm.RequestSummary
accum. amount of outbound data (bytes)
reqAccOutDataFilled - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests with provided outbound data amount
reqAccStatusCompNotClosed - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests where not all components are correctly closed
reqAccStatusEndForced - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests which are closed because of too many components
reqAccStatusOk - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of correctly handled requests
reqAccTime - Variable in class com.sap.util.monitor.jarm.RequestSummary
amount of time for all requests (in ms)
reqAccUserNr - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of different users making requests since reqFirstTS or resetUserTS (if a user reset was done)
reqAvgComp - Variable in class com.sap.util.monitor.jarm.RequestSummary
average number of component calls made per request
reqAvgCpuTime - Variable in class com.sap.util.monitor.jarm.RequestSummaryExt
average CPU time of a request (in ms)
reqAvgOutData - Variable in class com.sap.util.monitor.jarm.RequestSummary
average amount of data going out per request (bytes);
only requests for which outbound data is provided
reqAvgTime - Variable in class com.sap.util.monitor.jarm.RequestSummary
average time of a request (in ms)
reqComp - Variable in class com.sap.util.monitor.jarm.RequestOverview
number of component entries
reqCompLevel - Variable in class com.sap.util.monitor.jarm.RequestOverview
component monitor level used for request; see ConfMonitor.COMPLEVELxxx
reqCompLevelBasic - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests running with level ConfMonitor.COMPLEVELBASIC
reqCompLevelDetail - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests running with level ConfMonitor.COMPLEVELDETAIL
reqCompLevelMedium - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of requests running with level ConfMonitor.COMPLEVELMEDIUM
REQCOMPNOTCLOSED - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
not all components of request were closed
REQCOMPTOOMANYHIGH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
request closed because of too many components (upper limit); the number of components reached the value described by the paramter KEYMAXREQCOMPHIGH
REQCOMPTOOMANYLOW - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
request closed because of too many components (lower limit); the request was closed by endRequest() without checking whether the request name matches
reqCpuTime - Variable in class com.sap.util.monitor.jarm.RequestOverviewExt
CPU needed for the request
reqDescr - Variable in class com.sap.util.monitor.jarm.RequestOverview
description of request (text); could be null
reqFirstTS - Variable in class com.sap.util.monitor.jarm.RequestSummary
timestamp of first request
reqName - Variable in class com.sap.util.monitor.jarm.RequestOverview
request name
reqName - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
name of request
REQOK - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
all components of request and request itself ended correctly
reqOutData - Variable in class com.sap.util.monitor.jarm.RequestOverview
amount of outbound data (main task)
REQOVERVIEWALL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
all data available for the request should be returned
REQOVERVIEWHEADER - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
only request header should be returned; there is no information about tasks and components returned
REQOVERVIEWNONE - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
no request overview data should be returned
reqPerSec - Variable in class com.sap.util.monitor.jarm.RequestSummary
requests per second
reqStartAccUserNr - Variable in class com.sap.util.monitor.jarm.RequestSummary
number of different users making requests since reqFirstTS; value is never resetted
reqStatus - Variable in class com.sap.util.monitor.jarm.RequestOverview
status of request; see ConfMonitor (REQOK, REQCOMPxxx)
reqTime - Variable in class com.sap.util.monitor.jarm.RequestOverview
duration of the request (elapsed)
reqTime - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
elapsed time already spent for the request
reqTS - Variable in class com.sap.util.monitor.jarm.RequestOverview
timestamp when request started
RequestOverview - class com.sap.util.monitor.jarm.RequestOverview.
Structure contains the data to be shown for one request.
RequestOverview() - Constructor for class com.sap.util.monitor.jarm.RequestOverview
 
RequestOverviewExt - class com.sap.util.monitor.jarm.RequestOverviewExt.
Structure contains the data to be shown for one request.
RequestOverviewExt() - Constructor for class com.sap.util.monitor.jarm.RequestOverviewExt
 
RequestSummary - class com.sap.util.monitor.jarm.RequestSummary.
Structure contains the data to be shown for the request summary.
RequestSummary() - Constructor for class com.sap.util.monitor.jarm.RequestSummary
 
RequestSummaryExt - class com.sap.util.monitor.jarm.RequestSummaryExt.
Structure contains the data to be shown for the extended request summary with additional attributes introduced for CPU time measurement.
RequestSummaryExt() - Constructor for class com.sap.util.monitor.jarm.RequestSummaryExt
 
RESETALL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
reset all monitor data
RESETCOMPONENTS - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
reset component data
resetCompTS - Variable in class com.sap.util.monitor.jarm.RequestSummary
timestamp of last reset of components
resetMonitorData(int) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
reset collected monitoring data
reset user data (criterion: ConfMonitor.RESETUSERS):
the accumulated user data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched
reset component data (criterion: ConfMonitor.RESETCOMPONENTS):
the accumulated component data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched; component attributes like description and the interface for component specific properties are not changed
reset request data (criterion: ConfMonitor.RESETREQUESTS):
the accumulated request data is resetted; data which is being collected in currently open requestsis not touched; different to the reset of components and users the requests which are finished but not yet condensed are deleted
reset all data (criterion: ConfMonitor.RESETALL):
combination of all cases above
resetMonitorData(int) - Static method in class com.sap.util.monitor.jarm.OverviewMonitor
reset collected monitoring data
reset user data (criterion: ConfMonitor.RESETUSERS):
the accumulated user data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched
reset component data (criterion: ConfMonitor.RESETCOMPONENTS):
the accumulated component data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched; component attributes like description and the interface for component specific properties are not changed
reset request data (criterion: ConfMonitor.RESETREQUESTS):
the accumulated request data is resetted; data which is being collected in currently open requestsis not touched; different to the reset of components and users the requests which are finished but not yet condensed are deleted
reset all data (criterion: ConfMonitor.RESETALL):
combination of all cases above
resetMonitorData(int) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
reset collected monitoring data
reset user data (criterion: ConfMonitor.RESETUSERS):
the accumulated user data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched
reset component data (criterion: ConfMonitor.RESETCOMPONENTS):
the accumulated component data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched; component attributes like description and the interface for component specific properties are not changed
reset request data (criterion: ConfMonitor.RESETREQUESTS):
the accumulated request data is resetted; data which is being collected in currently open requestsis not touched; different to the reset of components and users the requests which are finished but not yet condensed are deleted
reset all data (criterion: ConfMonitor.RESETALL):
combination of all cases above
resetMonitorData(int) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
reset collected monitoring data
reset user data (criterion: ConfMonitor.RESETUSERS):
the accumulated user data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched
reset component data (criterion: ConfMonitor.RESETCOMPONENTS):
the accumulated component data is resetted; data which is being collected in currently open requests or in requests which are finished but not yet condensed is not touched; component attributes like description and the interface for component specific properties are not changed
reset request data (criterion: ConfMonitor.RESETREQUESTS):
the accumulated request data is resetted; data which is being collected in currently open requestsis not touched; different to the reset of components and users the requests which are finished but not yet condensed are deleted
reset all data (criterion: ConfMonitor.RESETALL):
combination of all cases above
resetReqTS - Variable in class com.sap.util.monitor.jarm.RequestSummary
timestamp of last reset of requests
RESETREQUESTS - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
reset request data
RESETUSERS - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
reset user data
resetUserTS - Variable in class com.sap.util.monitor.jarm.RequestSummary
timestamp of last reset of users
rmiObject - Static variable in class com.sap.util.monitor.jarm.ConfMonitor
 
RMIPORT - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for rmi port
RMIPREFIX - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
common prefix for all monitor rmi parameters
RMISTARTREGISTRY - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for start rmi registry switch (on / off)
RMISWITCH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name for switching rmi access of monitoring on / off values: VALUEON, VALUEOFF

S

SerialValuesMonitor - class com.sap.util.monitor.jarm.SerialValuesMonitor.
 
SerialValuesMonitor() - Constructor for class com.sap.util.monitor.jarm.SerialValuesMonitor
 
setCompDescription(String, String) - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Set description for single component (text string); if the description is already set for this component it could not be overwritten
setComponentLevel(int) - Method in interface com.sap.util.monitor.jarm.IMonitor
The component monitor level for the request is set.
The level could only be set right at the beginning of a request before the first component is started.
setComponentLevel(int) - Method in class com.sap.util.monitor.jarm.TaskMonitor
The component monitor level for the request is set.
The level could only be set right at the beginning of a request before the first component is started.
setCompProps(String, ICompProperties) - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Set implementation for component specific properties; if the properties are already set for this component it could not be overwritten; without an implementation component specific properties are not handled
setDescription(String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Set description for request (text string); if the description is already set for the request it could not be overwritten
setDescription(String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Set description for request (text string); if the description is already set for the request it could not be overwritten
setJ2eeProperties(Properties) - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Set monitoring parameters;
After using this method one time no other methods to set properties are processed
setMonitorOff() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Switches monitoring off;
is valid for requests which start after this call
could also be done by setProperties()
setMonitorOff() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Switches monitoring off;
is valid for requests which start after this call
could also be done by setProperties()
setMonitorOn() - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Switches monitoring on;
is valid for requests which start after this call
could also be done by setProperties()
setMonitorOn() - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Switches monitoring on;
is valid for requests which start after this call
could also be done by setProperties()
setProperties(Properties) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Set monitoring parameters;
setProperties(Properties) - Static method in class com.sap.util.monitor.jarm.ConfMonitor
Set monitoring parameters;
setProperties(Properties) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Set monitoring parameters;
setProperties(Properties) - Method in interface com.sap.util.monitor.jarm.IRmiMonitor
Set monitoring parameters;
setRunning(boolean) - Method in interface com.sap.util.monitor.jarm.JarmJmxMonitorMBean
Switches JARM monitoring on / off;
is valid for requests which start after this call
could also be done by setProperties()
setRunning(boolean) - Method in class com.sap.util.monitor.jarm.JarmJmxMonitor
Switches JARM monitoring on / off;
is valid for requests which start after this call
could also be done by setProperties()
setUser(String) - Method in interface com.sap.util.monitor.jarm.IMonitor
If the user name was not known when the request was started it could be set by this call afterwards; if a user name is already bound to the request the call is skipped
setUser(String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
If the user name was not known when the request was started it could be set by this call afterwards; if a user name is already bound to the request the call is skipped
startComponent(int, String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates the start of a component.
The method is executed only if compLevel is lower or equal the current component monitoring level.
startComponent(int, String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates the start of a component.
The method is executed only if compLevel is lower or equal the current component monitoring level.
startComponent(Object, String, String) - Method in interface com.sap.util.monitor.jarm.IJarmListener
method called when a new component is started
startComponent(String) - Method in interface com.sap.util.monitor.jarm.IMonitor
Indicates the start of a component.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
startComponent(String) - Method in class com.sap.util.monitor.jarm.TaskMonitor
Indicates the start of a component.
Component monitor level = 0 (ConfMonitor.COMPLEVELBASIC)
startRequest(IMonitor, String, int) - Method in interface com.sap.util.monitor.jarm.IJarmListener
method called when a new request is started
sumTaskTime - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
elapsed time which was used by requests in this thread

T

taskCpuTime - Variable in class com.sap.util.monitor.jarm.TaskOverviewExt
duration of the task (CPU)
TaskMonitor - class com.sap.util.monitor.jarm.TaskMonitor.
The class TaskMonitor provides all the methods you need to get your JAVA code monitored.
taskName - Variable in class com.sap.util.monitor.jarm.TaskOverview
taskname
taskName - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
name of thread specific task;
in the current implementation there are no async. tasks
-> reqName = taskName
taskOutData - Variable in class com.sap.util.monitor.jarm.TaskOverview
amount of outgoing data
taskOverview - Variable in class com.sap.util.monitor.jarm.RequestOverview
information about the tasks which build up the request; array just provided for compatibility with future versions; currently one request is made up by one task;
TaskOverview - class com.sap.util.monitor.jarm.TaskOverview.
Structure contains the data to be shown for one task.
TaskOverview() - Constructor for class com.sap.util.monitor.jarm.TaskOverview
 
taskOverviewExt - Variable in class com.sap.util.monitor.jarm.RequestOverviewExt
information about the tasks which build up the request; array just provided for compatibility with future versions; currently one request is made up by one task; includes CPU time information
TaskOverviewExt - class com.sap.util.monitor.jarm.TaskOverviewExt.
Structure contains the data to be shown for one task.
TaskOverviewExt() - Constructor for class com.sap.util.monitor.jarm.TaskOverviewExt
 
taskStatus - Variable in class com.sap.util.monitor.jarm.TaskOverview
status of task; see ConfMonitor (REQOK, REQCOMPxxx)
taskTime - Variable in class com.sap.util.monitor.jarm.TaskOverview
duration of the task (elapsed)
taskTime - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
elapsed time already spent for the task;
(now: reqTime = taskTime)
taskTS - Variable in class com.sap.util.monitor.jarm.TaskOverview
timestamp when task started
threadName - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
name of thread
TOPACCGROSSTIME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for accumulated gross time
TOPCALLNUM - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for number of calls
TOPGROSSCPUTIME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for gross CPU time
TOPGROSSTIME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for average gross time
TOPNETCPUTIME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for net CPU time
TOPNETTIME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for average net time
TOPOUTDATA - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
hit list for outbound data
TRACESWITCH - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter name to switch tracing of JARM data on / off; tracing is used by data recipients values: VALUEON, VALUEOFF

U

UNDEFDATA - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
amount of data not defined
UNDEFNAME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
name not defined
UNDEFTIME - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
time not defined
userAccNr - Variable in class com.sap.util.monitor.jarm.UserOverview
number of requests since userFirstTS
userAccTime - Variable in class com.sap.util.monitor.jarm.UserOverview
amount of time for all requests (in ms)
userAvgTime - Variable in class com.sap.util.monitor.jarm.UserOverview
average time of a request (in ms)
userFirstTS - Variable in class com.sap.util.monitor.jarm.UserOverview
timestamp of first request issued by this user
userLastTS - Variable in class com.sap.util.monitor.jarm.UserOverview
timestamp of last request issued by this user
userName - Variable in class com.sap.util.monitor.jarm.RequestOverview
user id
userName - Variable in class com.sap.util.monitor.jarm.ApplThreadOverview
user id
userName - Variable in class com.sap.util.monitor.jarm.UserOverview
username
UserOverview - class com.sap.util.monitor.jarm.UserOverview.
Structure contains the data to be shown for one user.
UserOverview() - Constructor for class com.sap.util.monitor.jarm.UserOverview
 

V

VALUEALL - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter value ALL
VALUENONE - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter value NONE
VALUEOFF - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter value OFF used for MONITORKEY, CONSUMERSWITCH
VALUEON - Static variable in interface com.sap.util.monitor.jarm.IConfMonitor
parameter value ON used for MONITORKEY, CONSUMERSWITCH

A C D E F G I J K L M N O P R S T U V
Copyright @ 2001 SAP. All Rights Reserved.