Interface ClassesEvent

All Superinterfaces:
BaseEvent
All Known Implementing Classes:
ClassesEventObject

public interface ClassesEvent extends BaseEvent
This class defines the values returned when a class event takes place and is used by the ClassesEventListener interface
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the class
    boolean
    Tests whether the class is loaded from the shared cache

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

    getEventTime
  • Method Details

    • getClassName

      String getClassName()
      Gets the name of the class
      Returns:
      Class name
    • loadedFromSharedCache

      boolean loadedFromSharedCache()
      Tests whether the class is loaded from the shared cache
      Returns:
      true if the class is loaded from the shared cache