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
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:
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.