Internal Name: |
Stateful Session EJB |
Description: |
An EJB 1.x or 2.x Stateful Session Bean |
Singleton: |
no |
Plugin: |
JBossAS |
Name |
Description |
Required |
Internal Name |
Object Name |
|
yes |
objectName |
Name Template |
|
yes |
nameTemplate |
Description Template |
|
yes |
descriptionTemplate |
Name |
The name of this EJB |
yes |
name |
J 2ee Application |
|
yes |
j2eeApplication |
Ejb Jar |
|
yes |
ejbJar |
You must use the internal name to reference properties in Dynamic Group Definition expressions.
Name |
Type |
Description |
Internal Name |
Create Calls |
measurement |
The number of instances of this EJB 1.x or 2.x Stateful Session Bean that have been created since server start |
{stats.createCount.count} |
Create Calls per Minute |
measurement |
The number of instances of this EJB 1.x or 2.x Stateful Session Bean that have been created since server start |
{stats.createCount.count} |
Remove Calls |
measurement |
The number of instances of this EJB 1.x or 2.x Stateful Session Bean that have been removed since server start |
{stats.removeCount.count} |
Remove Calls per Minute |
measurement |
The number of instances of this EJB 1.x or 2.x Stateful Session Bean that have been removed since server start |
{stats.removeCount.count} |
Method-Ready Beans |
measurement |
The number of pooled instances of this EJB 1.x or 2.x Stateful Session Bean in the method-ready state |
{stats.methodReadyCount.current} |
Passive Beans |
measurement |
The number of pooled instances of this EJB 1.x or 2.x Stateful Session Bean in the passivated state |
{stats.passiveCount.current} |
Method Invocation Time |
calltime |
the minimum, maximum, and average invocation times for each of the methods exposed by this EJB |
MethodInvocationTime |
You must use the internal name to reference traits in Dynamic Group Definition expressions.