public interface WSEJBStats
+ indicates logical group
StatDescriptor
is used to locate and access particular Stats in the PMI tree.
Example:
new StatDescriptor (new String[] {WSEJBStats.NAME, "appName#ejb.jar", "stateless_EJB1", WSEJBStats.EJB_STATELESS});
new StatDescriptor (new String[] {WSEJBStats.NAME, "appName#ejb.jar", "stateless_EJB1", WSEJBStats.EJB_STATELESS, WSEJBStats.MethodStats.NAME, "method_1"});
Modifier and Type | Interface and Description |
---|---|
static interface |
WSEJBStats.MethodStats
WebSphere Enterprise Java Beans method level stats
|
Modifier and Type | Field and Description |
---|---|
static int |
ActivateCount
Number of times beans were activated (CountStatistic)
|
static int |
ActivationTime
Average time in milliseconds a beanActivate call takes including the time at the database, if any (TimeStatistic).
|
static int |
ConcurrentActiveMethodCount
Number of concurrently active methods (RangeStatistic).
|
static int |
ConcurrentLiveCount
Number of concurrently live beans (RangeStatistic).
|
static int |
CreateCount
Number of times beans were created (CountStatistic).
|
static int |
CreateTime
The average time in milliseconds that a bean create call takes (including the time for the load, if any) (TimeStatistic).
|
static int |
DrainsFromPoolCount
Number of times the daemon found the pool was idle and attempted to clean it (CountStatistic).
|
static int |
DrainSize
Average number of objects discarded in each drain (AverageStatistic).
|
static java.lang.String |
EJB_ASYNCH
Stats name of the Asynch bean logical group
|
static java.lang.String |
EJB_ENTITY
Stats name of the Entity bean logical group
|
static java.lang.String |
EJB_MESSAGEDRIVEN
Stats name of the Message driven bean logical group
|
static java.lang.String |
EJB_SINGLETON
Stats name of the Singleton bean logical group
|
static java.lang.String |
EJB_STATEFUL
Stats name of the Stateful session bean logical group
|
static java.lang.String |
EJB_STATELESS
Stats name of the Stateless session bean logical group
|
static int |
FreedCount
Number of times bean objects were freed (CountStatistic)
|
static int |
InstantiateCount
Number of times bean objects were instantiated (CountStatistic)
|
static int |
LoadCount
Number of times bean data was loaded from persistent storage (CountStatistic)
|
static int |
LoadTime
Average time in milliseconds for loading the bean data from persistent storage (TimeStatistic).
|
static int |
MessageBackoutCount
The number of backed out messages that failed to be delivered to the onMessage method of the bean (CountStatistic).
|
static int |
MessageCount
The number of messages delivered to the onMessage method of the bean (CountStatistic).
|
static int |
MethodCallCount
total number of method calls (CountStatistic)
|
static int |
MethodReadyCount
Number of beans that are in method-ready state (RangeStatistic).
|
static int |
MethodResponseTime
Average response time in milliseconds on the bean methods (home, remote, local) (TimeStatistic).
|
static java.lang.String |
NAME
Stats name of the top level Enterprise Beans logical group in PMI tree.
|
static int |
PassivateCount
Number of times beans were passivated (CountStatistic)
|
static int |
PassivationTime
Average time in milliseconds a beanPassivate call takes including the time at the database, if any (TimeStatistic).
|
static int |
PassiveCount
Number of beans that are in passivated state (RangeStatistic).
|
static int |
PooledCount
Number of objects in the pool (RangeStatistic).
|
static int |
ReadyCount
Number of concurrently ready beans (RangeStatistic).
|
static int |
RemoveCount
Number of times beans were removed (CountStatistic)
|
static int |
RemoveTime
The average time in milliseconds that a beanRemove call takes (including the time at the database, if any) (TimeStatistic).
|
static int |
RetrieveFromPoolCount
Number of calls retrieving an object from the pool (CountStatistic).
|
static int |
RetrieveFromPoolSuccessCount
Number of times a retrieve found an object available in the pool (CountStatistic).
|
static int |
ReturnsDiscardCount
Number of times the returning object was discarded because the pool was full (CountStatistic).
|
static int |
ReturnsToPoolCount
Number of calls returning an object to the pool (CountStatistic).
|
static int |
ServerSessionPoolUsage
The percentage of the ServerSession pool in use.
|
static int |
StoreCount
Number of times bean data was stored in persistent storage (CountStatistic)
|
static int |
StoreTime
Average time in milliseconds for storing the bean data to persistent storage (TimeStatistic).
|
static int |
WaitTime
Average time in milliseconds required to obtain a server session from the pool (TimeStatistic).
|
static final java.lang.String NAME
<server>
|
|__Enterprise Beans+
static final java.lang.String EJB_ENTITY
static final java.lang.String EJB_STATEFUL
static final java.lang.String EJB_STATELESS
static final java.lang.String EJB_MESSAGEDRIVEN
static final java.lang.String EJB_SINGLETON
static final java.lang.String EJB_ASYNCH
static final int CreateCount
static final int RemoveCount
static final int ActivateCount
static final int PassivateCount
static final int InstantiateCount
static final int FreedCount
static final int LoadCount
static final int StoreCount
static final int ReadyCount
static final int ConcurrentLiveCount
static final int MethodCallCount
static final int MethodResponseTime
static final int CreateTime
static final int RemoveTime
static final int ConcurrentActiveMethodCount
static final int RetrieveFromPoolCount
static final int RetrieveFromPoolSuccessCount
static final int ReturnsToPoolCount
static final int ReturnsDiscardCount
static final int DrainsFromPoolCount
static final int DrainSize
static final int PooledCount
static final int MessageCount
static final int MessageBackoutCount
static final int WaitTime
static final int ServerSessionPoolUsage
static final int ActivationTime
static final int PassivationTime
static final int LoadTime
static final int StoreTime
static final int PassiveCount
static final int MethodReadyCount