Class ConsolePublisher

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ConsolePublisher
    extends StatePublisherTask
    Veröffentlicht den Status der Protokolle über die Konsole
    • Method Summary

      Modifier and Type Method Description
      int getInterval()  
      void notifyArchiveAvailable​(boolean archiveAvailable)
      Wird aufgerufen, wenn sich der Zustand des Archivsystems ändert
      void notifyProtocolRead​(long protocolId)
      Wird aufgerufen, wenn ein Protokoll den Status von gelesen nach ungelesen ändert
      void notifyProtocolRemoved​(long protocolId)
      Wird aufgerufen, nachdem ein Protokoll gelöscht wird
      void notifyThreadFinished​(ThreadElement threadElement)
      Wird aufgerufen, wenn sich ein Auftrag beendet hat
      protected void update​(StatePublisher.Status status)
      Wird periodisch (siehe StatePublisherTask.getInterval()) aufgerufen, um über den aktuellen Status zu informieren
      • Methods inherited from class java.util.TimerTask

        cancel, scheduledExecutionTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait