FileDocCategorySizeDatePackage
BeanMonitor.javaAPI DocGlassfish v2 API3434Fri May 04 22:30:52 BST 2007com.sun.appserv.management.monitor

BeanMonitor

public interface BeanMonitor implements com.sun.appserv.management.base.Container, MonitoringStats
Base monitoring interface for EJBs.
see
StatelessSessionBeanMonitor
see
StatefulSessionBeanMonitor
see
EntityBeanMonitor
see
MessageDrivenBeanMonitor

Fields Summary
Constructors Summary
Methods Summary
public BeanCacheMonitorgetBeanCacheMonitor()

return
the associated bean cache monitor object

public java.util.MapgetBeanMethodMonitorMap()

return
Map of BeanMethodMonitorMgr keyed by name (beanName), one per bean in this EJBModule

public BeanPoolMonitorgetBeanPoolMonitor()

return
the associated bean pool monitor object

public javax.management.j2ee.statistics.EJBStatsgetEJBStats()
Return the specific sub-interface of EJBStats appropriate to this item. Depending on the type of bean, the EJBStats returned will be one of:
  • {@link StatelessSessionBeanStats}
  • {@link StatefulSessionBeanStats}
  • {@link EntityBeanStats}
  • {@link MessageDrivenBeanStats}