public interface WSORBStats
+ indicates logical group
StatDescriptor
is used to locate and access particular Stats in the PMI tree.
Example:
new StatDescriptor (new String[] {WSORBStats.NAME, WSORBStats.InterceptorStats.NAME});
Modifier and Type | Interface and Description |
---|---|
static interface |
WSORBStats.InterceptorStats
WebSphere ORB interceptor stats interface
|
Modifier and Type | Field and Description |
---|---|
static int |
ConcurrentRequestCount
The number of requests that are concurrently processed by the Object Request Broker (RangeStatistic).
|
static int |
LookupTime
The amount of time in milliseconds (normally < 10 milliseconds) taken to look up an object reference before method dispatch can be completed - TimeStatistic.
|
static java.lang.String |
NAME
Stats name of the ORB group in PMI tree.
|
static int |
RequestCount
Total number of requests sent to the Object Request Broker (CountStatistic).
|
static final java.lang.String NAME
<server>
|
|__ORB
static final int LookupTime
static final int RequestCount
static final int ConcurrentRequestCount