Interface FileData

All Superinterfaces:
TimeData
All Known Implementing Classes:
FileDataImpl

public interface FileData extends TimeData
This class provides access to all the file information that Health Center has monitored.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the file associated with this file event.

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

    getTime
  • Method Details

    • getFileName

      String getFileName()
      Gets the name of the file associated with this file event.
      Returns:
      the file name.