IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSORBStats.InterceptorStats

Enclosing interface:
WSORBStats

public static interface WSORBStats.InterceptorStats

WebSphere ORB interceptor stats interface


Field Summary
static java.lang.String NAME
          Stats name of ORB interceptors logical group

<server>
|
|__ORB
  |
  |__Interceptors+
    |
    |__interceptor 1
    |__interceptor 2
static int ProcessingTime
          The time (in milliseconds) that it takes a registered portable interceptor to run (TimeStatistic).
 

Field Detail

NAME

static final java.lang.String NAME
Stats name of ORB interceptors logical group

<server>
|
|__ORB
  |
  |__Interceptors+
    |
    |__interceptor 1
    |__interceptor 2

See Also:
Constant Field Values

ProcessingTime

static final int ProcessingTime
The time (in milliseconds) that it takes a registered portable interceptor to run (TimeStatistic).

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7