com.ibm.websphere.pmi.stat

Interface WSORBStats.InterceptorStats

Enclosing interface:
WSORBStats

  1. public static interface WSORBStats.InterceptorStats
WebSphere ORB interceptor stats interface

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
NAME
Stats name of ORB interceptors logical group

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

Field Detail

NAME

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

<server>
|
|__ORB
  |
  |__Interceptors+
    |
    |__interceptor 1
    |__interceptor 2
See Also:

ProcessingTime

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