J2EE1.4 SDK

com.sun.appserv.management.j2ee
Interface StatisticsProvider


public interface StatisticsProvider

Defines access to Stats.


Method Summary
 ObjectName getMonitoringObjectName()
          Return the ObjectName of the MonitoringMBean which provides monitoring statistics, or null if not available.
 Stats getStats()
          Return a Stats object
 

Method Detail

getStats

public Stats getStats()
Return a Stats object

Returns:
the Stats object or null if not available

getMonitoringObjectName

public ObjectName getMonitoringObjectName()
Return the ObjectName of the MonitoringMBean which provides monitoring statistics, or null if not available. Note: this extends the JSR 77 specification

Returns:
the ObjectName or null if not available

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.