Package org.sonews.daemon
Interface DaemonRunnable
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
NNTPDaemonRunnable
- All Known Implementing Classes:
Connections
,DaemonRunner
,MailPoller
,PlatformThreadedNNTPDaemon
,Purger
,VirtualThreadedNNTPDaemon
- Author:
- Christian Lins
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
dispose()
Called by the DaemonThread when requestShutdown() was called.void
setDaemon
(DaemonThread daemon) Called by the DaemonThread running this Runnable upon start.
-
Method Details
-
dispose
default void dispose()Called by the DaemonThread when requestShutdown() was called. -
setDaemon
Called by the DaemonThread running this Runnable upon start.- Parameters:
daemon
-
-