Package org.glassfish.admin.amx.j2ee
Interface StatisticsProvider
-
public interface StatisticsProviderDefines access to Stats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatsgetStats()Return a Stats object
-
-
-
Method Detail
-
getStats
@ManagedAttribute Stats getStats()
Return a Stats object- Returns:
- the Stats object or null if not available
-
-