/[hyperestraier]/upstream/0.5.3/doc/japidoc/estraier/Node.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/0.5.3/doc/japidoc/estraier/Node.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/0.5.2/doc/japidoc/estraier/Node.html revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC upstream/0.5.3/doc/japidoc/estraier/Node.html revision 10 by dpavlin, Wed Aug 3 15:25:48 2005 UTC
# Line 2  Line 2 
2  <!--NewPage-->  <!--NewPage-->
3  <HTML>  <HTML>
4  <HEAD>  <HEAD>
5  <!-- Generated by javadoc (build 1.4.2_06) on Mon Jul 25 11:24:18 JST 2005 -->  <!-- Generated by javadoc (build 1.4.2_06) on Mon Aug 01 00:51:52 JST 2005 -->
6  <TITLE>  <TITLE>
7  Node (estraier)  Node (estraier)
8  </TITLE>  </TITLE>
# Line 47  function windowTitle() Line 47  function windowTitle()
47    
48  <TR>  <TR>
49  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
50  &nbsp;<A HREF="../estraier/DocumentImpl.html" title="class in estraier"><B>PREV CLASS</B></A>&nbsp;  &nbsp;<A HREF="../estraier/Document.html" title="interface in estraier"><B>PREV CLASS</B></A>&nbsp;
51  &nbsp;<A HREF="../estraier/NodeImpl.html" title="class in estraier"><B>NEXT CLASS</B></A></FONT></TD>  &nbsp;<A HREF="../estraier/NodeResult.html" title="interface in estraier"><B>NEXT CLASS</B></A></FONT></TD>
52  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
54  &nbsp;<A HREF="Node.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;  &nbsp;<A HREF="Node.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
# Line 82  DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb Line 82  DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
82  estraier</FONT>  estraier</FONT>
83  <BR>  <BR>
84  Interface Node</H2>  Interface Node</H2>
 <DL>  
 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../estraier/NodeImpl.html" title="class in estraier">NodeImpl</A></DD>  
 </DL>  
85  <HR>  <HR>
86  <DL>  <DL>
87  <DT>public interface <B>Node</B></DL>  <DT>public interface <B>Node</B></DL>
# Line 236  Abstraction of connection to P2P node. Line 233  Abstraction of connection to P2P node.
233  <TR BGCOLOR="white" CLASS="TableRowColor">  <TR BGCOLOR="white" CLASS="TableRowColor">
234  <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">  <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235  <CODE>&nbsp;void</CODE></FONT></TD>  <CODE>&nbsp;void</CODE></FONT></TD>
236  <TD><CODE><B><A HREF="../estraier/Node.html#set_timeout(int)">set_timeout</A></B>(int&nbsp;msec)</CODE>  <TD><CODE><B><A HREF="../estraier/Node.html#set_timeout(int)">set_timeout</A></B>(int&nbsp;sec)</CODE>
237    
238  <BR>  <BR>
239  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set timeout.</TD>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set timeout.</TD>
# Line 280  Abstraction of connection to P2P node. Line 277  Abstraction of connection to P2P node.
277  <TD><CODE><B><A HREF="../estraier/Node.html#uri_to_id(java.lang.String)">uri_to_id</A></B>(java.lang.String&nbsp;uri)</CODE>  <TD><CODE><B><A HREF="../estraier/Node.html#uri_to_id(java.lang.String)">uri_to_id</A></B>(java.lang.String&nbsp;uri)</CODE>
278    
279  <BR>  <BR>
280  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the ID of a document spacified by URI.</TD>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the ID of a document specified by URI.</TD>
281  </TR>  </TR>
282  <TR BGCOLOR="white" CLASS="TableRowColor">  <TR BGCOLOR="white" CLASS="TableRowColor">
283  <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">  <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
# Line 514  public void <B>set_proxy</B>(java.lang.S Line 511  public void <B>set_proxy</B>(java.lang.S
511  <A NAME="set_timeout(int)"><!-- --></A><H3>  <A NAME="set_timeout(int)"><!-- --></A><H3>
512  set_timeout</H3>  set_timeout</H3>
513  <PRE>  <PRE>
514  public void <B>set_timeout</B>(int&nbsp;msec)</PRE>  public void <B>set_timeout</B>(int&nbsp;sec)</PRE>
515  <DL>  <DL>
516  <DD>Set timeout.  <DD>Set timeout.
517  <P>  <P>
518  <DD><DL>  <DD><DL>
519  <DT><B>Parameters:</B><DD><CODE>msec</CODE> - timeout in seconds.</DL>  <DT><B>Parameters:</B><DD><CODE>sec</CODE> - timeout in seconds.</DL>
520  </DD>  </DD>
521  </DL>  </DL>
522  <HR>  <HR>
# Line 576  public int <B>status</B>()</PRE> Line 573  public int <B>status</B>()</PRE>
573  <P>  <P>
574  <DD><DL>  <DD><DL>
575    
576  <DT><B>Returns:</B><DD>the status code of the last request.</DL>  <DT><B>Returns:</B><DD>the status code of the last request.  -1 means failure of connection.</DL>
577  </DD>  </DD>
578  </DL>  </DL>
579  <HR>  <HR>
# Line 586  uri_to_id</H3> Line 583  uri_to_id</H3>
583  <PRE>  <PRE>
584  public int <B>uri_to_id</B>(java.lang.String&nbsp;uri)</PRE>  public int <B>uri_to_id</B>(java.lang.String&nbsp;uri)</PRE>
585  <DL>  <DL>
586  <DD>Get the ID of a document spacified by URI.  <DD>Get the ID of a document specified by URI.
587  <P>  <P>
588  <DD><DL>  <DD><DL>
589  <DT><B>Parameters:</B><DD><CODE>uri</CODE> - the URI of a registered document.  <DT><B>Parameters:</B><DD><CODE>uri</CODE> - the URI of a registered document.
# Line 635  public int <B>word_num</B>()</PRE> Line 632  public int <B>word_num</B>()</PRE>
632    
633  <TR>  <TR>
634  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
635  &nbsp;<A HREF="../estraier/DocumentImpl.html" title="class in estraier"><B>PREV CLASS</B></A>&nbsp;  &nbsp;<A HREF="../estraier/Document.html" title="interface in estraier"><B>PREV CLASS</B></A>&nbsp;
636  &nbsp;<A HREF="../estraier/NodeImpl.html" title="class in estraier"><B>NEXT CLASS</B></A></FONT></TD>  &nbsp;<A HREF="../estraier/NodeResult.html" title="interface in estraier"><B>NEXT CLASS</B></A></FONT></TD>
637  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
638    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;    <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
639  &nbsp;<A HREF="Node.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;  &nbsp;<A HREF="Node.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26