Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: Stats [javadoc | source]

All Implemented Interfaces:
    Serializable

Represents specific performance data attributes for each of the specific managed object types.
Method from javax.management.j2ee.Stats Summary:
getStatistic,   getStatisticNames,   getStatistics
Method from javax.management.j2ee.Stats Detail:
 public Statistic getStatistic(String pName)
    Delivers a Statistic by its given name
 public String[] getStatisticNames()
 public Statistic[] getStatistics()