public class ConsoleEventLoggerServiceImpl extends java.lang.Object implements EventLoggerService
Constructor and Description |
---|
ConsoleEventLoggerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
isActive() |
boolean |
isOrderdShutdown() |
boolean |
isShutdown() |
boolean |
isTerminated() |
boolean |
isWatchdogActive() |
void |
shutdown() |
void |
shutdownWatchdog() |
void |
start() |
public boolean isActive()
isActive
in interface DwDaemonService
public boolean isShutdown()
isShutdown
in interface DwDaemonService
public boolean isTerminated()
isTerminated
in interface DwDaemonService
public void shutdown()
shutdown
in interface DwDaemonService
public void start()
start
in interface DwDaemonService
public boolean isOrderdShutdown()
isOrderdShutdown
in interface DwDaemonService
public boolean isWatchdogActive()
isWatchdogActive
in interface DwDaemonService
public void shutdownWatchdog()
shutdownWatchdog
in interface DwDaemonService