com.ibm.java.diagnostics.healthcenter.api.classes

Interface ClassLoadData

  • All Superinterfaces:
    TimeData


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

      • getClassName

        java.lang.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.
© Copyright 2012, 2016 IBM Corporation.