|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface contains constants and configuration parameters used for monitoring.
| Field Summary | |
static java.lang.String |
COMPLEVEL
parameter name for component monitor level of JARM; values: 0 (= IConfMonitor.COMPLEVELBASIC) 1 (= IConfMonitor.COMPLEVELMEDIUM) 2 (= IConfMonitor.COMPLEVELDETAIL) |
static int |
COMPLEVELBASIC
component monitor level: basic (default) |
static int |
COMPLEVELDETAIL
component monitor level: detail |
static int |
COMPLEVELMEDIUM
component monitor level: medium |
static java.lang.String |
COMPPROPERTIESGETSWITCH
parameter name for getting component specific properties (on / off) |
static java.lang.String |
COMPPROPERTIESSETSWITCH
parameter name for setting component specific properties (on / off) |
static java.lang.String |
COMPTRACELEVEL
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 |
static java.lang.String |
CONSUMERCLASS
common postfix for consumer classname |
static java.lang.String |
CONSUMERPREFIX
common prefix for all monitor consumer parameters |
static java.lang.String |
CONSUMERRESTART
common postfix for consumer restart time |
static java.lang.String |
CONSUMERSWITCH
common postfix to switch consumer on / off |
static java.lang.String |
KEYINSTRCHECK
parameter name for checking the jarm instrumentation; |
static java.lang.String |
KEYMAXREQCOMPHIGH
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. |
static java.lang.String |
KEYMAXREQCOMPLOW
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. |
static java.lang.String |
KEYMONITOR
parameter name for switching monitoring on / off values: VALUEON, VALUEOFF |
static java.lang.String |
KEYPARTNEREXCL
parameter name for excluding communication partners to be integrated with JARM (e.g. |
static java.lang.String |
KEYVERSION
parameter name for getting the JARM version; obviously parameter could not be set from outside format: x.y.z |
static java.lang.String |
LOGFILEDIR
parameter name for directory of log file; name of log file = 'jarm.log' |
static java.lang.String |
LOGLEVEL
parameter name for log level of JARM; value: 0, 1, 2 |
static java.lang.String |
MONITORPREFIX
common prefix for all monitoring parameters |
static java.lang.String |
NAMENOTSET
name not set |
static java.lang.String |
NOCOMPACTIVE
no component active |
static int |
NUMBERNOTSET
number not set |
static int |
REQCOMPNOTCLOSED
not all components of request were closed |
static int |
REQCOMPTOOMANYHIGH
request closed because of too many components (upper limit); the number of components reached the value described by the paramter KEYMAXREQCOMPHIGH |
static int |
REQCOMPTOOMANYLOW
request closed because of too many components (lower limit); the request was closed by endRequest() without checking whether the request name matches |
static int |
REQOK
all components of request and request itself ended correctly |
static int |
REQOVERVIEWALL
all data available for the request should be returned |
static int |
REQOVERVIEWHEADER
only request header should be returned; there is no information about tasks and components returned |
static int |
REQOVERVIEWNONE
no request overview data should be returned |
static int |
RESETALL
reset all monitor data |
static int |
RESETCOMPONENTS
reset component data |
static int |
RESETREQUESTS
reset request data |
static int |
RESETUSERS
reset user data |
static java.lang.String |
RMIPORT
parameter name for rmi port |
static java.lang.String |
RMIPREFIX
common prefix for all monitor rmi parameters |
static java.lang.String |
RMISTARTREGISTRY
parameter name for start rmi registry switch (on / off) |
static java.lang.String |
RMISWITCH
parameter name for switching rmi access of monitoring on / off values: VALUEON, VALUEOFF |
static int |
TOPACCGROSSTIME
hit list for accumulated gross time |
static int |
TOPCALLNUM
hit list for number of calls |
static int |
TOPGROSSCPUTIME
hit list for gross CPU time |
static int |
TOPGROSSTIME
hit list for average gross time |
static int |
TOPNETCPUTIME
hit list for net CPU time |
static int |
TOPNETTIME
hit list for average net time |
static int |
TOPOUTDATA
hit list for outbound data |
static java.lang.String |
TRACESWITCH
parameter name to switch tracing of JARM data on / off; tracing is used by data recipients values: VALUEON, VALUEOFF |
static int |
UNDEFDATA
amount of data not defined |
static java.lang.String |
UNDEFNAME
name not defined |
static long |
UNDEFTIME
time not defined |
static java.lang.String |
VALUEALL
parameter value ALL |
static java.lang.String |
VALUENONE
parameter value NONE |
static java.lang.String |
VALUEOFF
parameter value OFF used for MONITORKEY, CONSUMERSWITCH |
static java.lang.String |
VALUEON
parameter value ON used for MONITORKEY, CONSUMERSWITCH |
| Field Detail |
public static final long UNDEFTIME
public static final int UNDEFDATA
public static final java.lang.String UNDEFNAME
public static final java.lang.String NAMENOTSET
public static final int NUMBERNOTSET
public static final java.lang.String NOCOMPACTIVE
public static final int TOPGROSSTIME
public static final int TOPNETTIME
public static final int TOPOUTDATA
public static final int TOPCALLNUM
public static final int TOPACCGROSSTIME
public static final int TOPGROSSCPUTIME
public static final int TOPNETCPUTIME
public static final int RESETALL
public static final int RESETREQUESTS
public static final int RESETCOMPONENTS
public static final int RESETUSERS
public static final int REQOK
public static final int REQCOMPNOTCLOSED
public static final int REQCOMPTOOMANYLOW
public static final int REQCOMPTOOMANYHIGH
public static final int REQOVERVIEWNONE
public static final int REQOVERVIEWALL
public static final int REQOVERVIEWHEADER
public static final java.lang.String MONITORPREFIX
public static final java.lang.String CONSUMERPREFIX
public static final java.lang.String CONSUMERSWITCH
public static final java.lang.String CONSUMERCLASS
public static final java.lang.String CONSUMERRESTART
public static final java.lang.String KEYMONITOR
public static final java.lang.String KEYMAXREQCOMPLOW
public static final java.lang.String KEYMAXREQCOMPHIGH
public static final java.lang.String KEYVERSION
public static final java.lang.String TRACESWITCH
public static final java.lang.String RMIPREFIX
public static final java.lang.String RMISWITCH
public static final java.lang.String RMISTARTREGISTRY
public static final java.lang.String RMIPORT
public static final java.lang.String COMPPROPERTIESSETSWITCH
public static final java.lang.String COMPPROPERTIESGETSWITCH
public static final java.lang.String COMPLEVEL
public static final java.lang.String COMPTRACELEVEL
public static final java.lang.String LOGLEVEL
public static final java.lang.String LOGFILEDIR
public static final java.lang.String KEYINSTRCHECK
public static final java.lang.String KEYPARTNEREXCL
public static final java.lang.String VALUEON
used for MONITORKEY, CONSUMERSWITCH
public static final java.lang.String VALUEOFF
used for MONITORKEY, CONSUMERSWITCH
public static final java.lang.String VALUEALL
public static final java.lang.String VALUENONE
public static final int COMPLEVELBASIC
public static final int COMPLEVELMEDIUM
public static final int COMPLEVELDETAIL
|
Copyright @ 2001 SAP. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||