Java EE 5 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

Stats getStats()
Return a Stats object

Returns:
the Stats object or null if not available

getMonitoringObjectName

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.