Searched defs:Stats (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/stats77/src/main/java/org/glassfish/j2ee/statistics/
H A DStats.java44 * The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
46 public interface Stats { interface
53 * Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports. Attributes named in the list must correspond to attributes that will return a Statistic object of the appropriate type which contains valid performance data. The return value of attributes in the Stats submodel that are not included in the statisticNames list must be null. For each name in the statisticNames list there must be one Statistic with the same name in the statistics list.
58 * Returns an array containing all of the Statistic objects supported by this Stats object.
/glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/statistics/
H A DStats.java44 * The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
46 public interface Stats { interface
53 * Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports. Attributes named in the list must correspond to attributes that will return a Statistic object of the appropriate type which contains valid performance data. The return value of attributes in the Stats submodel that are not included in the statisticNames list must be null. For each name in the statisticNames list there must be one Statistic with the same name in the statistics list.
58 * Returns an array containing all of the Statistic objects supported by this Stats object.

Completed in 26 milliseconds