org.objectweb.jonas_ejb.container.EntityCounters Class Reference

List of all members.

Public Attributes

int inTx = 0
int outTx = 0
int idle = 0
int passive = 0
int removed = 0

Detailed Description

This class is used by JMX to return a dump of instance's current use
Author:
Philippe Durieux

Definition at line 32 of file EntityCounters.java.


Member Data Documentation

int org.objectweb.jonas_ejb.container.EntityCounters.idle = 0
 

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().

int org.objectweb.jonas_ejb.container.EntityCounters.inTx = 0
 

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().

int org.objectweb.jonas_ejb.container.EntityCounters.outTx = 0
 

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().

int org.objectweb.jonas_ejb.container.EntityCounters.passive = 0
 

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().

int org.objectweb.jonas_ejb.container.EntityCounters.removed = 0
 

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().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:59 2005 for JOnAS by  doxygen 1.3.9.1