Interface TaskAuditRepository

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean auditTask​(java.lang.String key, java.lang.String method, java.lang.String server, java.time.Instant start, java.time.Instant end, java.lang.Exception exception)  
    • Method Detail

      • auditTask

        boolean auditTask​(java.lang.String key,
                          java.lang.String method,
                          java.lang.String server,
                          java.time.Instant start,
                          java.time.Instant end,
                          java.lang.Exception exception)
                   throws DatabaseException
        Parameters:
        key - that identifies task
        method - class and method where task was running
        server - identification (server hostname)
        start - is the instant that task start running
        end - is the instant that task end running
        exception - occurred during run
        Returns:
        result of operation
        Throws:
        DatabaseException - that was thrown when do not have database configured