Author: xor
Date: 2009-01-21 12:45:23 +0000 (Wed, 21 Jan 2009)
New Revision: 25181
Modified:
trunk/freenet/src/freenet/support/TransferThread.java
Log:
JavaDoc.
Modified: trunk/freenet/src/freenet/support/TransferThread.java
===================================================================
--- trunk/freenet/src/freenet/support/TransferThread.java 2009-01-21
12:40:00 UTC (rev 25180)
+++ trunk/freenet/src/freenet/support/TransferThread.java 2009-01-21
12:45:23 UTC (rev 25181)
@@ -18,6 +18,14 @@
import freenet.node.PrioRunnable;
import freenet.support.io.TempBucketFactory;
+/**
+ * A thread which periodically wakes up and iterates to start fetches and/or
inserts.
+ *
+ * When calling <code>start()</code>, the thread will iterate the first time
after <code>getStartupDelay()</code> milliseconds.
+ * After each iteration, it will sleep for <code>getSleepTime()</code>
milliseconds.
+ *
+ * @author xor
+ */
public abstract class TransferThread implements PrioRunnable, ClientCallback {
private final String mName;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs