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 DwDaemonServicepublic boolean isShutdown()
isShutdown in interface DwDaemonServicepublic boolean isTerminated()
isTerminated in interface DwDaemonServicepublic void shutdown()
shutdown in interface DwDaemonServicepublic void start()
start in interface DwDaemonServicepublic boolean isOrderdShutdown()
isOrderdShutdown in interface DwDaemonServicepublic boolean isWatchdogActive()
isWatchdogActive in interface DwDaemonServicepublic void shutdownWatchdog()
shutdownWatchdog in interface DwDaemonService