|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSORBStats
WebSphere ORB Stats interface.
ORB stats are structured as follows in the PMI tree:
<server>
|
|__ORB
|
|__Interceptors+
|
|__interceptor 1
|__interceptor 2
+ 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});
Nested Class Summary | |
---|---|
static interface |
WSORBStats.InterceptorStats
WebSphere ORB interceptor stats interface |
Field Summary | |
---|---|
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). |
Field Detail |
---|
static final java.lang.String NAME
<server>
|
|__ORB
static final int LookupTime
static final int RequestCount
static final int ConcurrentRequestCount
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |