Package org.sonews.daemon
Class DaemonRunner
java.lang.Object
org.sonews.daemon.DaemonRunner
- All Implemented Interfaces:
Runnable
,DaemonRunnable
- Direct Known Subclasses:
Connections
,MailPoller
,PlatformThreadedNNTPDaemon
,Purger
,VirtualThreadedNNTPDaemon
Provides the default implementation for classes implementing the
DaemonRunnable interface.
- Author:
- Christian Lins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDaemon
(DaemonThread daemon) Called by the DaemonThread running this Runnable upon start.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.sonews.daemon.DaemonRunnable
dispose
-
Field Details
-
daemon
-
-
Constructor Details
-
DaemonRunner
public DaemonRunner()
-
-
Method Details
-
setDaemon
Description copied from interface:DaemonRunnable
Called by the DaemonThread running this Runnable upon start.- Specified by:
setDaemon
in interfaceDaemonRunnable
- Parameters:
daemon
-
-