You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/08/24 01:44:36 UTC

svn commit: r688432 [4/12] - in /labs/droids/trunk/docs: ./ api/ api/org/apache/droids/ api/org/apache/droids/api/ api/org/apache/droids/api/class-use/ api/org/apache/droids/class-use/ api/org/apache/droids/delay/ api/org/apache/droids/delay/class-use/...

Modified: labs/droids/trunk/docs/api/org/apache/droids/DefaultWorker.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/DefaultWorker.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/DefaultWorker.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/DefaultWorker.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:55 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 DefaultWorker (Droids initial API)
 </TITLE>
@@ -94,11 +94,11 @@
       <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.apache.droids.DefaultWorker</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A>, <A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A>, <A HREF="../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api">DelayWorker</A>, <A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>DefaultWorker</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html" title="class or interface in java.lang">Thread</A><DT>implements <A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></DL>
+<DT><PRE>public class <B>DefaultWorker</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html" title="class or interface in java.lang">Thread</A><DT>implements <A HREF="../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api">DelayWorker</A></DL>
 </PRE>
 
 <P>
@@ -201,6 +201,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/apache/droids/DefaultWorker.html#getDelayTimer()">getDelayTimer</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;int</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../org/apache/droids/DefaultWorker.html#getDepth()">getDepth</A></B>()</CODE>
 
@@ -281,6 +289,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/apache/droids/DefaultWorker.html#getQueue()">getQueue</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../org/apache/droids/DefaultWorker.html#getUri()">getUri</A></B>()</CODE>
 
@@ -306,6 +322,14 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/apache/droids/DefaultWorker.html#setDelayTimer(org.apache.droids.api.DelayTimer)">setDelayTimer</A></B>(<A HREF="../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../org/apache/droids/DefaultWorker.html#setDepth(int)">setDepth</A></B>(int&nbsp;x)</CODE>
 
 <BR>
@@ -427,7 +451,7 @@
 public void <B>run</B>()</PRE>
 <DL>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html#run()" title="class or interface in java.lang">run</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/apache/droids/api/Worker.html#run()">run</A></CODE> in interface <CODE><A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html#run()" title="class or interface in java.lang">run</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html" title="class or interface in java.lang">Thread</A></CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html#run()" title="class or interface in java.lang">run</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html#run()" title="class or interface in java.lang">run</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html" title="class or interface in java.lang">Thread</A></CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -513,13 +537,16 @@
 <A NAME="setDroid(org.apache.droids.api.Droid)"><!-- --></A><H3>
 setDroid</H3>
 <PRE>
-public void <B>setDroid</B>(<A HREF="../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api">Droid</A>&nbsp;droid)</PRE>
+public void <B>setDroid</B>(<A HREF="../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api">Droid</A>&nbsp;droid)
+              throws <A HREF="../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/apache/droids/api/Worker.html#setDroid(org.apache.droids.api.Droid)">setDroid</A></CODE> in interface <CODE><A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></CODE></DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -533,7 +560,8 @@
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/apache/droids/api/Worker.html#getDepth()">getDepth</A></CODE> in interface <CODE><A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></CODE></DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <HR>
@@ -547,7 +575,8 @@
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/apache/droids/api/Worker.html#getId()">getId</A></CODE> in interface <CODE><A HREF="../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html#getId()" title="class or interface in java.lang">getId</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Thread.html" title="class or interface in java.lang">Thread</A></CODE></DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <HR>
@@ -704,6 +733,51 @@
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getQueue()"><!-- --></A><H3>
+getQueue</H3>
+<PRE>
+public <A HREF="../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A> <B>getQueue</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getDelayTimer()"><!-- --></A><H3>
+getDelayTimer</H3>
+<PRE>
+public <A HREF="../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A> <B>getDelayTimer</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setDelayTimer(org.apache.droids.api.DelayTimer)"><!-- --></A><H3>
+setDelayTimer</H3>
+<PRE>
+public void <B>setDelayTimer</B>(<A HREF="../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)
+                   throws <A HREF="../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/apache/droids/api/DelayWorker.html#setDelayTimer(org.apache.droids.api.DelayTimer)">setDelayTimer</A></CODE> in interface <CODE><A HREF="../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api">DelayWorker</A></CODE></DL>
+</DD>
+<DD><DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -765,6 +839,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/SimpleThreads.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/SimpleThreads.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/SimpleThreads.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/SimpleThreads.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:55 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 SimpleThreads (Droids initial API)
 </TITLE>
@@ -247,6 +247,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Added: labs/droids/trunk/docs/api/org/apache/droids/api/DelayTimer.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/DelayTimer.html?rev=688432&view=auto
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/DelayTimer.html (added)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/DelayTimer.html Sat Aug 23 16:44:31 2008
@@ -0,0 +1,217 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
+<TITLE>
+DelayTimer (Droids initial API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="org.apache.droids.api.DelayTimer interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="DelayTimer (Droids initial API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DelayTimer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/apache/droids/api/DelayTimer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DelayTimer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.droids.api</FONT>
+<BR>
+Interface DelayTimer</H2>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/droids/delay/GaussianRandomDelayTimer.html" title="class in org.apache.droids.delay">GaussianRandomDelayTimer</A>, <A HREF="../../../../org/apache/droids/delay/RandomDelayTimer.html" title="class in org.apache.droids.delay">RandomDelayTimer</A>, <A HREF="../../../../org/apache/droids/delay/SimpleDelayTimer.html" title="class in org.apache.droids.delay">SimpleDelayTimer</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public interface <B>DelayTimer</B></DL>
+</PRE>
+
+<P>
+Define the timer delay interface.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+  <DD>Javier Puerto</DD>
+</DL>
+<HR>
+
+<P>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;long</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/droids/api/DelayTimer.html#getDelayMillis()">getDelayMillis</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the delay between request.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="getDelayMillis()"><!-- --></A><H3>
+getDelayMillis</H3>
+<PRE>
+long <B>getDelayMillis</B>()</PRE>
+<DL>
+<DD>Returns the value of the delay between request.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DelayTimer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/apache/droids/api/DelayTimer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DelayTimer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &copy; 2008 The Apache Software Foundation
+</BODY>
+</HTML>

Propchange: labs/droids/trunk/docs/api/org/apache/droids/api/DelayTimer.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: labs/droids/trunk/docs/api/org/apache/droids/api/DelayWorker.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/DelayWorker.html?rev=688432&view=auto
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/DelayWorker.html (added)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/DelayWorker.html Sat Aug 23 16:44:31 2008
@@ -0,0 +1,233 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
+<TITLE>
+DelayWorker (Droids initial API)
+</TITLE>
+
+<META NAME="keywords" CONTENT="org.apache.droids.api.DelayWorker interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="DelayWorker (Droids initial API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DelayWorker.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/apache/droids/api/DelayWorker.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DelayWorker.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.droids.api</FONT>
+<BR>
+Interface DelayWorker</H2>
+<DL>
+<DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A>, <A HREF="../../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></DD>
+</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/droids/DefaultWorker.html" title="class in org.apache.droids">DefaultWorker</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public interface <B>DelayWorker</B><DT>extends <A HREF="../../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></DL>
+</PRE>
+
+<P>
+<HR>
+
+<P>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/droids/api/DelayWorker.html#setDelayTimer(org.apache.droids.api.DelayTimer)">setDelayTimer</A></B>(<A HREF="../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.droids.api.Worker"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from interface org.apache.droids.api.<A HREF="../../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api">Worker</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../org/apache/droids/api/Worker.html#getDepth()">getDepth</A>, <A HREF="../../../../org/apache/droids/api/Worker.html#getId()">getId</A>, <A HREF="../../../../org/apache/droids/api/Worker.html#setDepth(int)">setDepth</A>, <A HREF="../../../../org/apache/droids/api/Worker.html#setDroid(org.apache.droids.api.Droid)">setDroid</A>, <A HREF="../../../../org/apache/droids/api/Worker.html#setQueue(org.apache.droids.api.Queue)">setQueue</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Runnable"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from interface java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html#run()" title="class or interface in java.lang">run</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="setDelayTimer(org.apache.droids.api.DelayTimer)"><!-- --></A><H3>
+setDelayTimer</H3>
+<PRE>
+void <B>setDelayTimer</B>(<A HREF="../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)
+                   throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>delayTimer</CODE> - 
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DelayWorker.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../index.html?org/apache/droids/api/DelayWorker.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DelayWorker.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &copy; 2008 The Apache Software Foundation
+</BODY>
+</HTML>

Propchange: labs/droids/trunk/docs/api/org/apache/droids/api/DelayWorker.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Droid.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Droid.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Droid.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Droid.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:55 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Droid (Droids initial API)
 </TITLE>
@@ -52,7 +52,7 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../org/apache/droids/api/Handler.html" title="interface in org.apache.droids.api"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/apache/droids/api/Droid.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -92,7 +92,7 @@
 <DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></DD>
 </DL>
 <DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/droids/DefaultCrawler.html" title="class in org.apache.droids">DefaultCrawler</A></DD>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/droids/AbstractDroid.html" title="class in org.apache.droids">AbstractDroid</A>, <A HREF="../../../../org/apache/droids/DefaultCrawler.html" title="class in org.apache.droids">DefaultCrawler</A></DD>
 </DL>
 <HR>
 <DL>
@@ -100,6 +100,21 @@
 </PRE>
 
 <P>
+Interface for a droid. Droid can be seen as a "project manger" that delegates
+ the work to <A HREF="../../../../org/apache/droids/api/Worker.html" title="interface in org.apache.droids.api"><CODE>Worker</CODE></A> units.
+ <p>
+ Droids aims to be an intelligent standalone robot framework that allows to
+ create and extend existing droids (robots). In the future it will offer an
+ administration application to manage and controll the different droids.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -118,7 +133,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Droid.html#finishedWorker(long)">finishedWorker</A></B>(long&nbsp;id)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notification that we finished a given worker.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -126,7 +141,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Droid.html#getCore()">getCore</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the core configuration for the current Droid.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -134,7 +149,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Droid.html#initQueue()">initQueue</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the queue.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -150,7 +165,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Droid.html#setQueue(org.apache.droids.api.Queue)">setQueue</A></B>(<A HREF="../../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A>&nbsp;queue)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Which implementation of a queue are we using.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -183,13 +198,23 @@
 <A NAME="initQueue()"><!-- --></A><H3>
 initQueue</H3>
 <PRE>
-void <B>initQueue</B>()</PRE>
+void <B>initQueue</B>()
+               throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
+<DD>Initialize the queue. Can have different implementation but the main groups
+ normally are
+ <ol>
+ <li>add only one url, from which we then start crawling
+ <li>add an array of start urls and then crawl them
+ <li>add an array of urls as fixed subset (no further crawling done)
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -197,13 +222,21 @@
 <A NAME="setQueue(org.apache.droids.api.Queue)"><!-- --></A><H3>
 setQueue</H3>
 <PRE>
-void <B>setQueue</B>(<A HREF="../../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A>&nbsp;queue)</PRE>
+void <B>setQueue</B>(<A HREF="../../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A>&nbsp;queue)
+              throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
+<DD>Which implementation of a queue are we using. Setter method to make sure
+ different implementation can override the method.
+ <p>
+ Not all implementations are using a queue at all.
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>queue</CODE> - queue implementation
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -211,13 +244,21 @@
 <A NAME="finishedWorker(long)"><!-- --></A><H3>
 finishedWorker</H3>
 <PRE>
-void <B>finishedWorker</B>(long&nbsp;id)</PRE>
+void <B>finishedWorker</B>(long&nbsp;id)
+                    throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
+<DD>Notification that we finished a given worker. The implementation would
+ normally remove the worker from the pool and start a new worker instead (if
+ needed). If not needed this method normally invokes/requests the shutdown
+ of the main process.
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>id</CODE> - the id of the worker that has finished
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -225,13 +266,20 @@
 <A NAME="getCore()"><!-- --></A><H3>
 getCore</H3>
 <PRE>
-<A HREF="../../../../org/apache/droids/Core.html" title="class in org.apache.droids">Core</A> <B>getCore</B>()</PRE>
+<A HREF="../../../../org/apache/droids/Core.html" title="class in org.apache.droids">Core</A> <B>getCore</B>()
+             throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
+<DD>Return the core configuration for the current Droid. The core contains all
+ configured objects ready to use.
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>ready to use configured core
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -265,7 +313,7 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../org/apache/droids/api/Handler.html" title="interface in org.apache.droids.api"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../index.html?org/apache/droids/api/Droid.html" target="_top"><B>FRAMES</B></A>  &nbsp;
@@ -295,6 +343,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Handler.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Handler.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Handler.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Handler.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Handler (Droids initial API)
 </TITLE>
@@ -97,6 +97,17 @@
 </PRE>
 
 <P>
+A handler is a component that uses the stream, the parse and url to invoke
+ arbitrary business logic on the objects.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -142,7 +153,7 @@
             throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
-
+<DT><B>Parameters:</B><DD><CODE>openStream</CODE> - the underlying stream<DD><CODE>url</CODE> - the url we are currently processing<DD><CODE>parse</CODE> - the parse object from a former processing step
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A></CODE></DL>
 </DD>
@@ -208,6 +219,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Link.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Link.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Link.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Link.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Link (Droids initial API)
 </TITLE>
@@ -100,6 +100,17 @@
 </PRE>
 
 <P>
+Simple extension of a <A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api"><CODE>Task</CODE></A>. Adding from/to link and the last
+ modified attribute to the task object.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -118,7 +129,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Link.html#getFrom()">getFrom</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From where the link was created</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -126,7 +137,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Link.html#getLastModifiedDate()">getLastModifiedDate</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;last modified date</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -134,7 +145,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Link.html#getTo()">getTo</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To where the link is pointin to</TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_org.apache.droids.api.Task"><!-- --></A>
@@ -164,11 +175,14 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] <B>getFrom</B>()</PRE>
 <DL>
+<DD>From where the link was created
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <HR>
@@ -178,11 +192,14 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] <B>getTo</B>()</PRE>
 <DL>
+<DD>To where the link is pointin to
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <HR>
@@ -192,11 +209,14 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getLastModifiedDate</B>()</PRE>
 <DL>
+<DD>last modified date
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -260,6 +280,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Parse.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Parse.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Parse.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Parse.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Parse (Droids initial API)
 </TITLE>
@@ -97,6 +97,17 @@
 </PRE>
 
 <P>
+Wrapper object that encapsulate the result of the parsing of the underlying
+ document.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -148,7 +159,8 @@
  generating snippets.
 <P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>the textual representation of the underlying page.</DL>
 </DD>
 </DL>
 <HR>
@@ -161,7 +173,8 @@
 <DD>Other data extracted from the page.
 <P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>the processed parse data.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/droids/parse/ParseData.html" title="class in org.apache.droids.parse"><CODE>ParseData</CODE></A></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -225,6 +238,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Parser.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Parser.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Parser.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Parser.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Parser (Droids initial API)
 </TITLE>
@@ -97,6 +97,16 @@
 </PRE>
 
 <P>
+Simple parser that is only forcing to return a parse object.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/droids/api/Parse.html" title="interface in org.apache.droids.api"><CODE>Parse</CODE></A></DL>
 <HR>
 
 <P>
@@ -141,7 +151,8 @@
 <DD>Creates the parse for some content.
 <P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>openStream</CODE> - the underlying stream we are using<DD><CODE>link</CODE> - the link that correspond to the stream
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -205,6 +216,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Protocol.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Protocol.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Protocol.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Protocol.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Protocol (Droids initial API)
 </TITLE>
@@ -97,6 +97,17 @@
 </PRE>
 
 <P>
+The protocol interface is a wrapper to hide the underlying implementation of
+ the communication at protocol level.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -115,7 +126,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Protocol.html#getContentType(java.lang.String)">getContentType</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the content type of the url</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -123,7 +134,8 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Protocol.html#isAllowed(java.lang.String)">isAllowed</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Some protocols (like http) offer a mechanism to evaluate whether the client
+ can request a given url (in http this is the robots.txt configuration)</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -131,7 +143,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Protocol.html#openStream(java.lang.String)">openStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the stream represent of the url</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -153,8 +165,12 @@
 boolean <B>isAllowed</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)
                   throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/MalformedURLException.html" title="class or interface in java.net">MalformedURLException</A></PRE>
 <DL>
+<DD>Some protocols (like http) offer a mechanism to evaluate whether the client
+ can request a given url (in http this is the robots.txt configuration)
+<P>
 <DD><DL>
-
+<DT><B>Parameters:</B><DD><CODE>url</CODE> - the url to evaluate
+<DT><B>Returns:</B><DD>true if we can request the url. false if we are forbidden.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/MalformedURLException.html" title="class or interface in java.net">MalformedURLException</A></CODE></DL>
 </DD>
@@ -167,8 +183,11 @@
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A> <B>openStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)
                        throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
 <DL>
+<DD>Return the stream represent of the url
+<P>
 <DD><DL>
-
+<DT><B>Parameters:</B><DD><CODE>url</CODE> - url of the stream we want to open
+<DT><B>Returns:</B><DD>the stream of the given url
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
 </DD>
@@ -180,8 +199,11 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getContentType</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)</PRE>
 <DL>
+<DD>Returns the content type of the url
+<P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>url</CODE> - url to evaluate
+<DT><B>Returns:</B><DD>registered content type</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -245,6 +267,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Queue.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Queue.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Queue.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Queue.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Queue (Droids initial API)
 </TITLE>
@@ -97,6 +97,20 @@
 </PRE>
 
 <P>
+A queue is the data strucutre where the different tasks are waiting for
+ service.
+ <p>
+ Droids usually use this object to determine the next task to process and the
+ overall workload.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -115,7 +129,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Queue.html#getTask(java.lang.String)">getTask</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;id)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the task that is identified with the given id</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -123,7 +137,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Queue.html#hasNext()">hasNext</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do we have more task waiting for service</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -131,7 +145,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Queue.html#init(org.apache.droids.api.Task[])">init</A></B>(<A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api">Task</A>[]&nbsp;initialTask)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the initial task list as queue</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -139,7 +153,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Queue.html#merge(org.apache.droids.api.Task[])">merge</A></B>(<A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api">Task</A>[]&nbsp;filterLinks)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merge a given list of tasks with the current queue.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -147,7 +161,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Queue.html#next()">next</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the next task that is waiting for service</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -155,7 +169,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Queue.html#totalSize()">totalSize</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;How many task do we have <em>left</em> in the queue.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -176,8 +190,11 @@
 <PRE>
 <A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api">Task</A> <B>getTask</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;id)</PRE>
 <DL>
+<DD>Return the task that is identified with the given id
+<P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>id</CODE> - of the task we want
+<DT><B>Returns:</B><DD>the task idenfied by the given id</DL>
 </DD>
 </DL>
 <HR>
@@ -187,8 +204,10 @@
 <PRE>
 void <B>init</B>(<A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api">Task</A>[]&nbsp;initialTask)</PRE>
 <DL>
+<DD>Create the initial task list as queue
+<P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>initialTask</CODE> - initial list of tasks</DL>
 </DD>
 </DL>
 <HR>
@@ -198,8 +217,11 @@
 <PRE>
 boolean <B>hasNext</B>()</PRE>
 <DL>
+<DD>Do we have more task waiting for service
+<P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>true if we have. false otherwise</DL>
 </DD>
 </DL>
 <HR>
@@ -209,8 +231,11 @@
 <PRE>
 <A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api">Task</A> <B>next</B>()</PRE>
 <DL>
+<DD>Return the next task that is waiting for service
+<P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>next task in line.</DL>
 </DD>
 </DL>
 <HR>
@@ -220,8 +245,11 @@
 <PRE>
 void <B>merge</B>(<A HREF="../../../../org/apache/droids/api/Task.html" title="interface in org.apache.droids.api">Task</A>[]&nbsp;filterLinks)</PRE>
 <DL>
+<DD>Merge a given list of tasks with the current queue. Whether or not we
+ eliminate double entries is up to the implementation
+<P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>filterLinks</CODE> - the list of task that we want to add to the queue</DL>
 </DD>
 </DL>
 <HR>
@@ -231,8 +259,11 @@
 <PRE>
 int <B>totalSize</B>()</PRE>
 <DL>
+<DD>How many task do we have <em>left</em> in the queue.
+<P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -296,6 +327,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Task.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Task.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Task.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Task.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:46 CEST 2008 -->
 <TITLE>
 Task (Droids initial API)
 </TITLE>
@@ -100,6 +100,19 @@
 </PRE>
 
 <P>
+A task is a working instruction for a droid. One can limit the depth of the
+ task. That is based on the fact that a droid can extract more tasks from the
+ one that it is currently working on. However sometimes one want to limit the
+ number of nested task, this is what is determined by the depth.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -118,7 +131,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Task.html#getDepth()">getDepth</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Which is the depth of the current task.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -126,7 +139,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Task.html#getId()">getId</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The id of the task.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -134,7 +147,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Task.html#getTaskDate()">getTaskDate</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When did the task showed up the first time in the queue</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -142,7 +155,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Task.html#setDepth(int)">setDepth</A></B>(int&nbsp;depth)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The limit of nested task extractions we want to allow</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -163,8 +176,12 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getId</B>()</PRE>
 <DL>
+<DD>The id of the task. In a standard crawl that is most likely the url that
+ identifies the task
+<P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>The id of the task</DL>
 </DD>
 </DL>
 <HR>
@@ -174,8 +191,11 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTaskDate</B>()</PRE>
 <DL>
+<DD>When did the task showed up the first time in the queue
+<P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>the date when the task registered with the queue</DL>
 </DD>
 </DL>
 <HR>
@@ -185,8 +205,11 @@
 <PRE>
 int <B>getDepth</B>()</PRE>
 <DL>
+<DD>Which is the depth of the current task.
+<P>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>the depth of the current tas</DL>
 </DD>
 </DL>
 <HR>
@@ -196,8 +219,10 @@
 <PRE>
 void <B>setDepth</B>(int&nbsp;depth)</PRE>
 <DL>
+<DD>The limit of nested task extractions we want to allow
+<P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>depth</CODE> - limit of nested task extractions</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -261,6 +286,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/URLFilter.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/URLFilter.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/URLFilter.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/URLFilter.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:47 CEST 2008 -->
 <TITLE>
 URLFilter (Droids initial API)
 </TITLE>
@@ -97,6 +97,19 @@
 </PRE>
 
 <P>
+Filter to limit the urls that we want to allow in our queue.
+ <p>
+ Transforms the URL: can pass the original URL through or "delete" the URL by
+ returning null
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -115,7 +128,8 @@
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/URLFilter.html#filter(java.lang.String)">filter</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;urlString)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Transforms the URL: can pass the original URL through or "delete" the URL
+ by returning null</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -136,8 +150,12 @@
 <PRE>
 <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>filter</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;urlString)</PRE>
 <DL>
+<DD>Transforms the URL: can pass the original URL through or "delete" the URL
+ by returning null
+<P>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>urlString</CODE> - the url to filter
+<DT><B>Returns:</B><DD>null if the filter excluses the url or the url again if allowed</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -201,6 +219,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Modified: labs/droids/trunk/docs/api/org/apache/droids/api/Worker.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/Worker.html?rev=688432&r1=688431&r2=688432&view=diff
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/Worker.html (original)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/Worker.html Sat Aug 23 16:44:31 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Tue Mar 18 01:10:56 CET 2008 -->
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:47 CEST 2008 -->
 <TITLE>
 Worker (Droids initial API)
 </TITLE>
@@ -92,6 +92,9 @@
 <DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></DD>
 </DL>
 <DL>
+<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/apache/droids/api/DelayWorker.html" title="interface in org.apache.droids.api">DelayWorker</A></DD>
+</DL>
+<DL>
 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/droids/DefaultWorker.html" title="class in org.apache.droids">DefaultWorker</A></DD>
 </DL>
 <HR>
@@ -100,6 +103,18 @@
 </PRE>
 
 <P>
+A worker is the unit that is doing the actual work. A <A HREF="../../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api"><CODE>Droid</CODE></A> is the
+ "project manger" that delegates the work to worker units. Worker units are
+ implemented as threads to scale they number if more work is to do.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>1.0</DD>
+<DT><B>Author:</B></DT>
+  <DD>thorsten</DD>
+</DL>
 <HR>
 
 <P>
@@ -131,14 +146,6 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/droids/api/Worker.html#run()">run</A></B>()</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/droids/api/Worker.html#setDepth(int)">setDepth</A></B>(int&nbsp;x)</CODE>
 
 <BR>
@@ -161,6 +168,15 @@
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Runnable"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from interface java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html#run()" title="class or interface in java.lang">run</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;
 <P>
 
@@ -174,30 +190,19 @@
 </TR>
 </TABLE>
 
-<A NAME="run()"><!-- --></A><H3>
-run</H3>
-<PRE>
-void <B>run</B>()</PRE>
-<DL>
-<DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html#run()" title="class or interface in java.lang">run</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></CODE></DL>
-</DD>
-<DD><DL>
-</DL>
-</DD>
-</DL>
-<HR>
-
 <A NAME="setQueue(org.apache.droids.api.Queue)"><!-- --></A><H3>
 setQueue</H3>
 <PRE>
-void <B>setQueue</B>(<A HREF="../../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A>&nbsp;queue)</PRE>
+void <B>setQueue</B>(<A HREF="../../../../org/apache/droids/api/Queue.html" title="interface in org.apache.droids.api">Queue</A>&nbsp;queue)
+              throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>queue</CODE> - 
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -205,13 +210,16 @@
 <A NAME="setDroid(org.apache.droids.api.Droid)"><!-- --></A><H3>
 setDroid</H3>
 <PRE>
-void <B>setDroid</B>(<A HREF="../../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api">Droid</A>&nbsp;droid)</PRE>
+void <B>setDroid</B>(<A HREF="../../../../org/apache/droids/api/Droid.html" title="interface in org.apache.droids.api">Droid</A>&nbsp;droid)
+              throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>droid</CODE> - 
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -219,13 +227,16 @@
 <A NAME="setDepth(int)"><!-- --></A><H3>
 setDepth</H3>
 <PRE>
-void <B>setDepth</B>(int&nbsp;x)</PRE>
+void <B>setDepth</B>(int&nbsp;x)
+              throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>x</CODE> - 
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -233,13 +244,17 @@
 <A NAME="getDepth()"><!-- --></A><H3>
 getDepth</H3>
 <PRE>
-int <B>getDepth</B>()</PRE>
+int <B>getDepth</B>()
+             throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -247,13 +262,17 @@
 <A NAME="getId()"><!-- --></A><H3>
 getId</H3>
 <PRE>
-long <B>getId</B>()</PRE>
+long <B>getId</B>()
+           throws <A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></PRE>
 <DL>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../org/apache/droids/exception/DroidsException.html" title="class in org.apache.droids.exception">DroidsException</A></CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -317,6 +336,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2007 The Apache Software Foundation
+Copyright &copy; 2008 The Apache Software Foundation
 </BODY>
 </HTML>

Added: labs/droids/trunk/docs/api/org/apache/droids/api/class-use/DelayTimer.html
URL: http://svn.apache.org/viewvc/labs/droids/trunk/docs/api/org/apache/droids/api/class-use/DelayTimer.html?rev=688432&view=auto
==============================================================================
--- labs/droids/trunk/docs/api/org/apache/droids/api/class-use/DelayTimer.html (added)
+++ labs/droids/trunk/docs/api/org/apache/droids/api/class-use/DelayTimer.html Sat Aug 23 16:44:31 2008
@@ -0,0 +1,283 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.5.0_12) on Sun Aug 24 01:37:48 CEST 2008 -->
+<TITLE>
+Uses of Interface org.apache.droids.api.DelayTimer (Droids initial API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    parent.document.title="Uses of Interface org.apache.droids.api.DelayTimer (Droids initial API)";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/droids/api//class-useDelayTimer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DelayTimer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Interface<br>org.apache.droids.api.DelayTimer</B></H2>
+</CENTER>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#org.apache.droids"><B>org.apache.droids</B></A></TD>
+<TD>This package is the principal package for Apache Droids.&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#org.apache.droids.api"><B>org.apache.droids.api</B></A></TD>
+<TD>This package defines all interfaces that we are using
+ for droids.&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#org.apache.droids.delay"><B>org.apache.droids.delay</B></A></TD>
+<TD>This package is the principal package for Apache Droids Delay Timers.&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+<A NAME="org.apache.droids"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Uses of <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A> in <A HREF="../../../../../org/apache/droids/package-summary.html">org.apache.droids</A></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/droids/package-summary.html">org.apache.droids</A> that return <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></CODE></FONT></TD>
+<TD><CODE><B>DefaultWorker.</B><B><A HREF="../../../../../org/apache/droids/DefaultWorker.html#getDelayTimer()">getDelayTimer</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></CODE></FONT></TD>
+<TD><CODE><B>DefaultCrawler.</B><B><A HREF="../../../../../org/apache/droids/DefaultCrawler.html#getDelayTimer()">getDelayTimer</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the DelayTimer implementation that we want to use.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/droids/package-summary.html">org.apache.droids</A> with parameters of type <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B>DefaultWorker.</B><B><A HREF="../../../../../org/apache/droids/DefaultWorker.html#setDelayTimer(org.apache.droids.api.DelayTimer)">setDelayTimer</A></B>(<A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B>DefaultCrawler.</B><B><A HREF="../../../../../org/apache/droids/DefaultCrawler.html#setDelayTimer(org.apache.droids.api.DelayTimer)">setDelayTimer</A></B>(<A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+<A NAME="org.apache.droids.api"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Uses of <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A> in <A HREF="../../../../../org/apache/droids/api/package-summary.html">org.apache.droids.api</A></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/droids/api/package-summary.html">org.apache.droids.api</A> with parameters of type <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B>DelayWorker.</B><B><A HREF="../../../../../org/apache/droids/api/DelayWorker.html#setDelayTimer(org.apache.droids.api.DelayTimer)">setDelayTimer</A></B>(<A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A>&nbsp;delayTimer)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+<A NAME="org.apache.droids.delay"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Uses of <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A> in <A HREF="../../../../../org/apache/droids/delay/package-summary.html">org.apache.droids.delay</A></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/droids/delay/package-summary.html">org.apache.droids.delay</A> that implement <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api">DelayTimer</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/droids/delay/GaussianRandomDelayTimer.html" title="class in org.apache.droids.delay">GaussianRandomDelayTimer</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/droids/delay/RandomDelayTimer.html" title="class in org.apache.droids.delay">RandomDelayTimer</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;class</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/droids/delay/SimpleDelayTimer.html" title="class in org.apache.droids.delay">SimpleDelayTimer</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/apache/droids/api/DelayTimer.html" title="interface in org.apache.droids.api"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/droids/api//class-useDelayTimer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="DelayTimer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &copy; 2008 The Apache Software Foundation
+</BODY>
+</HTML>

Propchange: labs/droids/trunk/docs/api/org/apache/droids/api/class-use/DelayTimer.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org