📄 index-17.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu May 30 13:46:48 EDT 2002 --><TITLE>J2ME RMI Optional Package Specification v1.0: S-Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>J2ME RMI Optional Package</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-16.html"><B>PREV LETTER</B></A> <A HREF="index-18.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="index-17.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR><A NAME="_S_"><!-- --></A><H2><B>S</B></H2><DL><DT><A HREF="../java/rmi/server/RemoteRef.html#serialVersionUID"><B>serialVersionUID</B></A> - Static variable in interface java.rmi.server.<A HREF="../java/rmi/server/RemoteRef.html">RemoteRef</A><DD>indicate compatibility with JDK 1.1.x version of class.<DT><A HREF="../java/rmi/server/ServerCloneException.html"><B>ServerCloneException</B></A> - exception java.rmi.server.<A HREF="../java/rmi/server/ServerCloneException.html">ServerCloneException</A>.<DD>A <code>ServerCloneException</code> is thrown if a remote exception occurs during the cloning of a <code>UnicastRemoteObject</code>.<DT><A HREF="../java/rmi/server/ServerCloneException.html#ServerCloneException(java.lang.String)"><B>ServerCloneException(String)</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/ServerCloneException.html">ServerCloneException</A><DD>Constructs an <code>ServerCloneException</code> with the specified detail message.<DT><A HREF="../java/rmi/server/ServerCloneException.html#ServerCloneException(java.lang.String, java.lang.Exception)"><B>ServerCloneException(String, Exception)</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/ServerCloneException.html">ServerCloneException</A><DD>Constructs an <code>ServerCloneException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/ServerError.html"><B>ServerError</B></A> - exception java.rmi.<A HREF="../java/rmi/ServerError.html">ServerError</A>.<DD>A <code>ServerError</code> is thrown as a result of a remote method invocation when an <code>Error</code> is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.<DT><A HREF="../java/rmi/ServerError.html#ServerError(java.lang.String, java.lang.Error)"><B>ServerError(String, Error)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ServerError.html">ServerError</A><DD>Constructs a <code>ServerError</code> with the specified detail message and nested error.<DT><A HREF="../java/rmi/ServerException.html"><B>ServerException</B></A> - exception java.rmi.<A HREF="../java/rmi/ServerException.html">ServerException</A>.<DD>A <code>ServerException</code> is thrown as a result of a remote method invocation when a <code>RemoteException</code> is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.<DT><A HREF="../java/rmi/ServerException.html#ServerException(java.lang.String)"><B>ServerException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ServerException.html">ServerException</A><DD>Constructs a <code>ServerException</code> with the specified detail message.<DT><A HREF="../java/rmi/ServerException.html#ServerException(java.lang.String, java.lang.Exception)"><B>ServerException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ServerException.html">ServerException</A><DD>Constructs a <code>ServerException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/server/ServerNotActiveException.html"><B>ServerNotActiveException</B></A> - exception java.rmi.server.<A HREF="../java/rmi/server/ServerNotActiveException.html">ServerNotActiveException</A>.<DD>An <code>ServerNotActiveException</code> is an <code>Exception</code> thrown during a call to <code>RemoteServer.getClientHost</code> if the getClientHost method is called outside of servicing a remote method call.<DT><A HREF="../java/rmi/server/ServerNotActiveException.html#ServerNotActiveException()"><B>ServerNotActiveException()</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/ServerNotActiveException.html">ServerNotActiveException</A><DD>Constructs an <code>ServerNotActiveException</code> with no specified detail message.<DT><A HREF="../java/rmi/server/ServerNotActiveException.html#ServerNotActiveException(java.lang.String)"><B>ServerNotActiveException(String)</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/ServerNotActiveException.html">ServerNotActiveException</A><DD>Constructs an <code>ServerNotActiveException</code> with the specified detail message.<DT><A HREF="../java/rmi/server/RMISocketFactory.html#setFailureHandler(java.rmi.server.RMIFailureHandler)"><B>setFailureHandler(RMIFailureHandler)</B></A> - Static method in class java.rmi.server.<A HREF="../java/rmi/server/RMISocketFactory.html">RMISocketFactory</A><DD>Sets the failure handler to be called by the RMI runtime if server socket creation fails.<DT><A HREF="../java/rmi/server/RemoteServer.html#setLog(java.io.OutputStream)"><B>setLog(OutputStream)</B></A> - Static method in class java.rmi.server.<A HREF="../java/rmi/server/RemoteServer.html">RemoteServer</A><DD>Log RMI calls to the output stream <I>out</I>.<DT><A HREF="../java/rmi/server/RMISocketFactory.html#setSocketFactory(java.rmi.server.RMISocketFactory)"><B>setSocketFactory(RMISocketFactory)</B></A> - Static method in class java.rmi.server.<A HREF="../java/rmi/server/RMISocketFactory.html">RMISocketFactory</A><DD>Set the global socket factory from which RMI gets sockets (if the remote object is not associated with a specific client and/or server socket factory).<DT><A HREF="../java/rmi/StubNotFoundException.html"><B>StubNotFoundException</B></A> - exception java.rmi.<A HREF="../java/rmi/StubNotFoundException.html">StubNotFoundException</A>.<DD>A <code>StubNotFoundException</code> is thrown if a valid stub class could not be found for a remote object when it is exported.<DT><A HREF="../java/rmi/StubNotFoundException.html#StubNotFoundException(java.lang.String)"><B>StubNotFoundException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/StubNotFoundException.html">StubNotFoundException</A><DD>Constructs a <code>StubNotFoundException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/StubNotFoundException.html#StubNotFoundException(java.lang.String, java.lang.Exception)"><B>StubNotFoundException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/StubNotFoundException.html">StubNotFoundException</A><DD>Constructs a <code>StubNotFoundException</code> with the specified detail message and nested exception.</DL><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>J2ME RMI Optional Package</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-16.html"><B>PREV LETTER</B></A> <A HREF="index-18.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="index-17.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR><font size="-1">Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.</font> </BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -