FreePastry/docs/javadoc/rice/Continuation.html

343 lines
18 KiB
HTML
Raw Normal View History

2019-05-13 16:45:05 +04:00
<!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.6.0_07) on Fri Mar 13 20:01:33 CET 2009 -->
<TITLE>
Continuation (Rice Pastry - API Specifications)
</TITLE>
<META NAME="date" CONTENT="2009-03-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Continuation (Rice Pastry - API Specifications)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= 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/Continuation.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>
Rice Pastry API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../rice/Continuation.ErrorContinuation.html" title="class in rice"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?rice/Continuation.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Continuation.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;<A HREF="#nested_class_summary">NESTED</A>&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">
rice</FONT>
<BR>
Interface Continuation&lt;R,E extends java.lang.Exception&gt;</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../rice/Continuation.ErrorContinuation.html" title="class in rice">Continuation.ErrorContinuation</A>, <A HREF="../rice/Continuation.ExternalContinuation.html" title="class in rice">Continuation.ExternalContinuation</A>, <A HREF="../rice/Continuation.ListenerContinuation.html" title="class in rice">Continuation.ListenerContinuation</A>, <A HREF="../rice/Continuation.NamedContinuation.html" title="class in rice">Continuation.NamedContinuation</A>, <A HREF="../rice/Continuation.SimpleContinuation.html" title="class in rice">Continuation.SimpleContinuation</A>, <A HREF="../rice/Continuation.StandardContinuation.html" title="class in rice">Continuation.StandardContinuation</A>, <A HREF="../rice/p2p/past/messaging/ContinuationMessage.html" title="class in rice.p2p.past.messaging">ContinuationMessage</A>, <A HREF="../rice/p2p/past/messaging/FetchHandleMessage.html" title="class in rice.p2p.past.messaging">FetchHandleMessage</A>, <A HREF="../rice/p2p/past/messaging/FetchMessage.html" title="class in rice.p2p.past.messaging">FetchMessage</A>, <A HREF="../rice/p2p/past/gc/messaging/GCInsertMessage.html" title="class in rice.p2p.past.gc.messaging">GCInsertMessage</A>, <A HREF="../rice/p2p/past/gc/messaging/GCLookupHandlesMessage.html" title="class in rice.p2p.past.gc.messaging">GCLookupHandlesMessage</A>, <A HREF="../rice/p2p/past/gc/messaging/GCRefreshMessage.html" title="class in rice.p2p.past.gc.messaging">GCRefreshMessage</A>, <A HREF="../rice/p2p/past/messaging/InsertMessage.html" title="class in rice.p2p.past.messaging">InsertMessage</A>, <A HREF="../rice/p2p/past/messaging/LookupHandlesMessage.html" title="class in rice.p2p.past.messaging">LookupHandlesMessage</A>, <A HREF="../rice/p2p/past/messaging/LookupMessage.html" title="class in rice.p2p.past.messaging">LookupMessage</A>, <A HREF="../rice/tutorial/rawserialization2/MyMsg.html" title="class in rice.tutorial.rawserialization2">MyMsg</A>, <A HREF="../rice/p2p/past/testing/PastRegrTest.TestCommand.html" title="class in rice.p2p.past.testing">PastRegrTest.TestCommand</A>, <A HREF="../rice/p2p/past/testing/PastRegrTest.TestExceptionCommand.html" title="class in rice.p2p.past.testing">PastRegrTest.TestExceptionCommand</A>, <A HREF="../rice/p2p/past/testing/RawPastRegrTest.TestCommand.html" title="class in rice.p2p.past.testing">RawPastRegrTest.TestCommand</A>, <A HREF="../rice/p2p/past/testing/RawPastRegrTest.TestExceptionCommand.html" title="class in rice.p2p.past.testing">RawPastRegrTest.TestExceptionCommand</A>, <A HREF="../rice/p2p/replication/manager/ReplicationManagerImpl.ReplicationManagerDeleter.html" title="class in rice.p2p.replication.manager">ReplicationManagerImpl.ReplicationManagerDeleter</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>Continuation&lt;R,E extends java.lang.Exception&gt;</B></DL>
</PRE>
<P>
Asynchronously receives the result to a given method call, using
the command pattern.
Implementations of this class contain the remainder of a computation
which included an asynchronous method call. When the result to the
call becomes available, the receiveResult method on this command
is called.
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>$Id: Continuation.java 4654 2009-01-08 16:33:07Z jeffh $</DD>
<DT><B>Author:</B></DT>
<DD>Alan Mislove, Andreas Haeberlen</DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_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>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.ErrorContinuation.html" title="class in rice">Continuation.ErrorContinuation</A>&lt;<A HREF="../rice/Continuation.ErrorContinuation.html" title="type parameter in Continuation.ErrorContinuation">R</A>,<A HREF="../rice/Continuation.ErrorContinuation.html" title="type parameter in Continuation.ErrorContinuation">E</A> extends java.lang.Exception&gt;</B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is a Continuation provided for simplicity which
passes any results up to the parent Continuation which it
is constructed with.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.ExternalContinuation.html" title="class in rice">Continuation.ExternalContinuation</A>&lt;<A HREF="../rice/Continuation.ExternalContinuation.html" title="type parameter in Continuation.ExternalContinuation">R</A>,<A HREF="../rice/Continuation.ExternalContinuation.html" title="type parameter in Continuation.ExternalContinuation">E</A> extends java.lang.Exception&gt;</B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class provides a continuation which is designed to be used from
an external thread.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.ExternalContinuationRunnable.html" title="class in rice">Continuation.ExternalContinuationRunnable</A>&lt;<A HREF="../rice/Continuation.ExternalContinuationRunnable.html" title="type parameter in Continuation.ExternalContinuationRunnable">R</A>,<A HREF="../rice/Continuation.ExternalContinuationRunnable.html" title="type parameter in Continuation.ExternalContinuationRunnable">E</A> extends java.lang.Exception&gt;</B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is used when you want to run some task on the selector thread
and wait for it to return its result in a Continuation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.ExternalRunnable.html" title="class in rice">Continuation.ExternalRunnable</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is used when you want to run some task on the selector thread
and wait for it to return its result.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.ListenerContinuation.html" title="class in rice">Continuation.ListenerContinuation</A>&lt;<A HREF="../rice/Continuation.ListenerContinuation.html" title="type parameter in Continuation.ListenerContinuation">R</A>,<A HREF="../rice/Continuation.ListenerContinuation.html" title="type parameter in Continuation.ListenerContinuation">E</A> extends java.lang.Exception&gt;</B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is a Continuation provided for simplicity which
listens for any errors and ignores any success values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.MultiContinuation.html" title="class in rice">Continuation.MultiContinuation</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a Continuation which is used when multiple
results are expected, which can come back at different times.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.NamedContinuation.html" title="class in rice">Continuation.NamedContinuation</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Continuation class which takes a provided string as it's name, and
returns that String when toString() is called.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.SimpleContinuation.html" title="class in rice">Continuation.SimpleContinuation</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is a Continuation provided for simplicity which
passes both results and exceptions to the receiveResult() method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../rice/Continuation.StandardContinuation.html" title="class in rice">Continuation.StandardContinuation</A>&lt;<A HREF="../rice/Continuation.StandardContinuation.html" title="type parameter in Continuation.StandardContinuation">R</A>,<A HREF="../rice/Continuation.StandardContinuation.html" title="type parameter in Continuation.StandardContinuation">E</A> extends java.lang.Exception&gt;</B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is a Continuation provided for simplicity which
passes any errors up to the parent Continuation which it
is constructed with.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== 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="../rice/Continuation.html#receiveException(E)">receiveException</A></B>(<A HREF="../rice/Continuation.html" title="type parameter in Continuation">E</A>&nbsp;exception)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when an exception occurred as a result of the
previous command.</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="../rice/Continuation.html#receiveResult(R)">receiveResult</A></B>(<A HREF="../rice/Continuation.html" title="type parameter in Continuation">R</A>&nbsp;result)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when a previously requested result is now available.</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="receiveResult(java.lang.Object)"><!-- --></A><A NAME="receiveResult(R)"><!-- --></A><H3>
receiveResult</H3>
<PRE>
void <B>receiveResult</B>(<A HREF="../rice/Continuation.html" title="type parameter in Continuation">R</A>&nbsp;result)</PRE>
<DL>
<DD>Called when a previously requested result is now available.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>result</CODE> - The result of the command.</DL>
</DD>
</DL>
<HR>
<A NAME="receiveException(java.lang.Exception)"><!-- --></A><A NAME="receiveException(E)"><!-- --></A><H3>
receiveException</H3>
<PRE>
void <B>receiveException</B>(<A HREF="../rice/Continuation.html" title="type parameter in Continuation">E</A>&nbsp;exception)</PRE>
<DL>
<DD>Called when an exception occurred as a result of the
previous command.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>result</CODE> - The exception which was caused.</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/Continuation.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>
Rice Pastry API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../rice/Continuation.ErrorContinuation.html" title="class in rice"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?rice/Continuation.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Continuation.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;<A HREF="#nested_class_summary">NESTED</A>&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>
<i>Copyright &#169; 2001-2005 - Rice Pastry.</i>
</BODY>
</HTML>