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

public class ClassLoadDataImpl extends TimeDataImpl implements ClassLoadData
  • Constructor Details

    • ClassLoadDataImpl

      public ClassLoadDataImpl(double eventTime, String className, boolean isSharedCache)
  • Method Details

    • getClassName

      public String getClassName()
      Description copied from interface: ClassLoadData
      Gets the loaded class name.
      Specified by:
      getClassName in interface ClassLoadData
      Returns:
      the class name.
    • isSharedCache

      public boolean isSharedCache()
      Description copied from interface: ClassLoadData
      Indicates whether the class was loaded in a shared cache.
      Specified by:
      isSharedCache in interface ClassLoadData
      Returns:
      a value indicating whether this class is in the shared cache.