Class ClassLoadDataImpl
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
com.ibm.java.diagnostics.healthcenter.api.classes.impl.ClassLoadDataImpl
- All Implemented Interfaces:
ClassLoadData,TimeData
-
Field Summary
Fields inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
eventTime -
Constructor Summary
ConstructorsConstructorDescriptionClassLoadDataImpl(double eventTime, String className, boolean isSharedCache) -
Method Summary
Modifier and TypeMethodDescriptionGets the loaded class name.booleanIndicates whether the class was loaded in a shared cache.Methods inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
getTime
-
Constructor Details
-
ClassLoadDataImpl
-
-
Method Details
-
getClassName
Description copied from interface:ClassLoadDataGets the loaded class name.- Specified by:
getClassNamein interfaceClassLoadData- Returns:
- the class name.
-