Public Attributes | |
| int | inTx = 0 |
| int | outTx = 0 |
| int | idle = 0 |
| int | passive = 0 |
| int | removed = 0 |
Definition at line 32 of file EntityCounters.java.
|
|
nb of instances not currently used, but active Definition at line 47 of file EntityCounters.java. Referenced by org.objectweb.jonas_ejb.container.JEntityFactory.getEntityCounters(), and org.objectweb.jonas.container.EntityBean.getEntityCounters(). |
|
|
nb of instances currently used inside a tx Definition at line 37 of file EntityCounters.java. Referenced by org.objectweb.jonas_ejb.container.JEntityFactory.getEntityCounters(), and org.objectweb.jonas.container.EntityBean.getEntityCounters(). |
|
|
nb of instances currently used outside a tx Definition at line 42 of file EntityCounters.java. Referenced by org.objectweb.jonas_ejb.container.JEntityFactory.getEntityCounters(), and org.objectweb.jonas.container.EntityBean.getEntityCounters(). |
|
|
nb of instances passivated Definition at line 52 of file EntityCounters.java. Referenced by org.objectweb.jonas_ejb.container.JEntityFactory.getEntityCounters(), and org.objectweb.jonas.container.EntityBean.getEntityCounters(). |
|
|
nb of instances marked removed Definition at line 57 of file EntityCounters.java. Referenced by org.objectweb.jonas_ejb.container.JEntityFactory.getEntityCounters(), and org.objectweb.jonas.container.EntityBean.getEntityCounters(). |
1.3.9.1