Class SystemInfoData
- java.lang.Object
-
- com.sun.enterprise.management.support.SystemInfoData
-
public final class SystemInfoData extends Object
See also com.sun.enterprise.management.support.SystemInfoImpl- See Also:
com.sun.appserv.management.base.SystemInfo,com.sun.enterprise.management.support.SystemInfoImpl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPerformanceMillis(String name, long millis)Add a performance metric.static SystemInfoDatagetInstance()Map<String,Long>getPerformanceMillis()
-
-
-
Method Detail
-
getInstance
public static SystemInfoData getInstance()
-
addPerformanceMillis
public void addPerformanceMillis(String name, long millis)
Add a performance metric.- Parameters:
name-millis-
-
-