com.sun.appserv.management.monitor
Interface EJBModuleMonitor
- All Superinterfaces:
- AMX, AMXMBeanLogging, Container, Monitoring, NotificationBroadcaster, NotificationEmitter
public interface EJBModuleMonitor
- extends Container, Monitoring
Fields inherited from interface com.sun.appserv.management.base.AMX |
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
Fields inherited from interface com.sun.appserv.management.base.AMX |
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
J2EE_TYPE
static final String J2EE_TYPE
- The j2eeType as returned by
AMX.getJ2EEType()
.
- See Also:
- Constant Field Values
getStatelessSessionBeanMonitorMap
Map<String,StatelessSessionBeanMonitor> getStatelessSessionBeanMonitorMap()
- Returns:
- Map of
StatelessSessionBeanMonitor
keyed by name (beanName)
getStatefulSessionBeanMonitorMap
Map<String,StatefulSessionBeanMonitor> getStatefulSessionBeanMonitorMap()
- Returns:
- Map of
StatefulSessionBeanMonitor
keyed by name (beanName)
getEntityBeanMonitorMap
Map<String,EntityBeanMonitor> getEntityBeanMonitorMap()
- Returns:
- Map of
EntityBeanMonitor
keyed by name (beanName)
getMessageDrivenBeanMonitorMap
Map<String,MessageDrivenBeanMonitor> getMessageDrivenBeanMonitorMap()
- Returns:
- Map of
MessageDrivenBeanMonitor
keyed by name (beanName)
getWebServiceEndpointMonitorMap
Map<String,WebServiceEndpointMonitor> getWebServiceEndpointMonitorMap()
- Returns:
- Map of
WebServiceEndpointMonitor
keyed by name
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.