org.objectweb.jonas_ejb.container
Class EntityCounters

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.container.EntityCounters

public class EntityCounters
extends java.lang.Object

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

Author:
Philippe Durieux

Field Summary
 int idle
           
 int inTx
           
 int outTx
           
 int passive
           
 int removed
           
 
Constructor Summary
EntityCounters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inTx

public int inTx

outTx

public int outTx

idle

public int idle

passive

public int passive

removed

public int removed
Constructor Detail

EntityCounters

public EntityCounters()