G O S

G

getAvailableCount() - Method in interface org.jboss.ejb3.metrics.spi.SessionInstanceMetrics
Obtains the number of instances currently available for service for this EJB
getCacheSize() - Method in interface org.jboss.ejb3.metrics.spi.StatefulSessionInstanceMetrics
Obtains the current number of instances in the cache
getCreateCount() - Method in interface org.jboss.ejb3.metrics.spi.SessionInstanceMetrics
Obtains the number of instances created for this EJB
getCurrentSize() - Method in interface org.jboss.ejb3.metrics.spi.SessionInstanceMetrics
Obtains the current size of the underlying pool/cache of bean instances
getMaxSize() - Method in interface org.jboss.ejb3.metrics.spi.SessionInstanceMetrics
Obtains the size of the underlying instance pool/cache at it highest
getPassivatedCount() - Method in interface org.jboss.ejb3.metrics.spi.StatefulSessionInstanceMetrics
Returns the number of instanes passivated
getRemoveCount() - Method in interface org.jboss.ejb3.metrics.spi.SessionInstanceMetrics
Obtains the number of instances removed for this EJB
getTotalSize() - Method in interface org.jboss.ejb3.metrics.spi.StatefulSessionInstanceMetrics
Returns the total size of the cache

O

org.jboss.ejb3.metrics.spi - package org.jboss.ejb3.metrics.spi
 

S

SessionInstanceMetrics - Interface in org.jboss.ejb3.metrics.spi
SessionInstanceMetrics Represents backing instance metrics of any type of EJB 3.x Session Bean, typically targeting the underlying instance pool or cache
StatefulSessionInstanceMetrics - Interface in org.jboss.ejb3.metrics.spi
StatefulSessionInstanceMetrics Represents backing instance metrics of EJB3 Stateful Session Beans targeting the underlying instance cache

G O S