Java EE 5 SDK

com.sun.appserv.management.monitor
Interface BeanMonitor

All Superinterfaces:
AMX, AMXMBeanLogging, Container, Monitoring, MonitoringStats, NotificationBroadcaster, NotificationEmitter
All Known Subinterfaces:
EntityBeanMonitor, MessageDrivenBeanMonitor, StatefulSessionBeanMonitor, StatelessSessionBeanMonitor

public interface BeanMonitor
extends Container, MonitoringStats

Base monitoring interface for EJBs.

See Also:
StatelessSessionBeanMonitor, StatefulSessionBeanMonitor, EntityBeanMonitor, MessageDrivenBeanMonitor

Field Summary
 
Fields inherited from interface com.sun.appserv.management.base.Container
ATTR_CONTAINEE_J2EE_TYPES
 
Method Summary
 BeanCacheMonitor getBeanCacheMonitor()
           
 Map<String,BeanMethodMonitor> getBeanMethodMonitorMap()
           
 BeanPoolMonitor getBeanPoolMonitor()
           
 EJBStats getEJBStats()
          Return the specific sub-interface of EJBStats appropriate to this item.
 
Methods inherited from interface com.sun.appserv.management.base.Container
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap
 
Methods inherited from interface com.sun.appserv.management.monitor.MonitoringStats
getOpenStatistic, getOpenStatistics, getOpenStats, getStatistic, getStatisticNames, getStatistics, getStats, getStatsInterfaceName, refresh
 
Methods inherited from interface com.sun.appserv.management.monitor.Monitoring
getServerRootMonitor
 

Method Detail

getBeanPoolMonitor

BeanPoolMonitor getBeanPoolMonitor()
Returns:
the associated bean pool monitor object

getBeanCacheMonitor

BeanCacheMonitor getBeanCacheMonitor()
Returns:
the associated bean cache monitor object

getBeanMethodMonitorMap

Map<String,BeanMethodMonitor> getBeanMethodMonitorMap()
Returns:
Map of BeanMethodMonitorMgr keyed by name (beanName), one per bean in this EJBModule

getEJBStats

EJBStats getEJBStats()
Return the specific sub-interface of EJBStats appropriate to this item. Depending on the type of bean, the EJBStats returned will be one of:


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.