Package adams.db

Interface LogEntryHandler

  • All Known Subinterfaces:
    MutableLogEntryHandler
    All Known Implementing Classes:
    Flow

    public interface LogEntryHandler
    Interface for classes that store LogEntry records.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getLogEntries

        List<LogEntry> getLogEntries()
        Returns the stored LogEntry records.
        Returns:
        the stored entries
      • countLogEntries

        int countLogEntries()
        Returns the number of stored LogEntry records.
        Returns:
        the number of records