public class ConsolePublisher extends StatePublisherTask
| Constructor and Description |
|---|
ConsolePublisher() |
| Modifier and Type | Method and 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 |
run, setDataSourceprivate static final Debug _debug
public int getInterval()
getInterval in class StatePublisherTaskprotected void update(StatePublisher.Status status)
StatePublisherTaskStatePublisherTask.getInterval()) aufgerufen, um über den aktuellen Status zu informierenupdate in class StatePublisherTaskstatus - aktueller Statuspublic void notifyThreadFinished(ThreadElement threadElement)
StatePublisherTasknotifyThreadFinished in class StatePublisherTaskthreadElement - Auftragpublic void notifyProtocolRemoved(long protocolId)
StatePublisherTasknotifyProtocolRemoved in class StatePublisherTaskprotocolId - Protokoll-Idpublic void notifyProtocolRead(long protocolId)
StatePublisherTasknotifyProtocolRead in class StatePublisherTaskprotocolId - Protokoll-Idpublic void notifyArchiveAvailable(boolean archiveAvailable)
StatePublisherTasknotifyArchiveAvailable in class StatePublisherTaskarchiveAvailable - Ob das Archivsystem verfügbar ist, oder nicht