Java EE 5 SDK

com.sun.appserv.management.monitor
Interface LoadBalancerServerMonitor

All Superinterfaces:
AMX, AMXMBeanLogging, Container, Monitoring, MonitoringStats, NotificationBroadcaster, NotificationEmitter

public interface LoadBalancerServerMonitor
extends Container, MonitoringStats


Field Summary
static String J2EE_TYPE
          The j2eeType as returned by AMX.getJ2EEType().
 
Fields inherited from interface com.sun.appserv.management.base.Container
ATTR_CONTAINEE_J2EE_TYPES
 
Method Summary
 Map<String,LoadBalancerApplicationMonitor> getLoadBalancerApplicationMonitorMap()
           
 LoadBalancerServerStats getLoadBalancerServerStats()
           
 
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
 

Field Detail

J2EE_TYPE

static final String J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType().

See Also:
Constant Field Values
Method Detail

getLoadBalancerApplicationMonitorMap

Map<String,LoadBalancerApplicationMonitor> getLoadBalancerApplicationMonitorMap()
Returns:
a Map of the LoadBalancerApplicationMonitor for this load balancer keyed by server name.

getLoadBalancerServerStats

LoadBalancerServerStats getLoadBalancerServerStats()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.