| java.lang.Object org.objectweb.jonas_ejb.container.EntityCounters
EntityCounters | public class EntityCounters (Code) | | This class is used by JMX to return a dump of instance's current use
author: Philippe Durieux |
idle | public int idle(Code) | | nb of instances not currently used, but active
|
inTx | public int inTx(Code) | | nb of instances currently used inside a tx
|
outTx | public int outTx(Code) | | nb of instances currently used outside a tx
|
passive | public int passive(Code) | | nb of instances passivated
|
pk | public int pk(Code) | | nb of pks
|
removed | public int removed(Code) | | nb of instances marked removed
|
getMemoryInstanceNb | public int getMemoryInstanceNb()(Code) | | |
|
|