Interface ClassLoadData

All Superinterfaces:
TimeData
All Known Implementing Classes:
ClassLoadDataImpl

public interface ClassLoadData extends TimeData
This class represents a single Java class that was loaded at a given time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the loaded class name.
    boolean
    Indicates whether the class was loaded in a shared cache.

    Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.TimeData

    getTime
  • Method Details

    • getClassName

      String getClassName()
      Gets the loaded class name.
      Returns:
      the class name.
    • isSharedCache

      boolean isSharedCache()
      Indicates whether the class was loaded in a shared cache.
      Returns:
      a value indicating whether this class is in the shared cache.