📄 index-3.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:46 EDT 2002 --><TITLE>J2ME RMI Optional Package Specification v1.0: C-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-2.html"><B>PREV LETTER</B></A> <A HREF="index-4.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-3.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="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="../java/rmi/dgc/DGC.html#clean(java.rmi.server.ObjID[], long, java.rmi.dgc.VMID, boolean)"><B>clean(ObjID[], long, VMID, boolean)</B></A> - Method in interface java.rmi.dgc.<A HREF="../java/rmi/dgc/DGC.html">DGC</A><DD>The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.<DT><A HREF="../java/rmi/server/UnicastRemoteObject.html#clone()"><B>clone()</B></A> - Method in class java.rmi.server.<A HREF="../java/rmi/server/UnicastRemoteObject.html">UnicastRemoteObject</A><DD>Returns a clone of the remote object that is distinct from the original.<DT><A HREF="../java/rmi/ConnectException.html"><B>ConnectException</B></A> - exception java.rmi.<A HREF="../java/rmi/ConnectException.html">ConnectException</A>.<DD>A <code>ConnectException</code> is thrown if a connection is refused to the remote host for a remote method call.<DT><A HREF="../java/rmi/ConnectException.html#ConnectException(java.lang.String)"><B>ConnectException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ConnectException.html">ConnectException</A><DD>Constructs a <code>ConnectException</code> with the specified detail message.<DT><A HREF="../java/rmi/ConnectException.html#ConnectException(java.lang.String, java.lang.Exception)"><B>ConnectException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ConnectException.html">ConnectException</A><DD>Constructs a <code>ConnectException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/ConnectIOException.html"><B>ConnectIOException</B></A> - exception java.rmi.<A HREF="../java/rmi/ConnectIOException.html">ConnectIOException</A>.<DD>A <code>ConnectIOException</code> is thrown if an <code>IOException</code> occurs while making a connection to the remote host for a remote method call.<DT><A HREF="../java/rmi/ConnectIOException.html#ConnectIOException(java.lang.String)"><B>ConnectIOException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ConnectIOException.html">ConnectIOException</A><DD>Constructs a <code>ConnectIOException</code> with the specified detail message.<DT><A HREF="../java/rmi/ConnectIOException.html#ConnectIOException(java.lang.String, java.lang.Exception)"><B>ConnectIOException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/ConnectIOException.html">ConnectIOException</A><DD>Constructs a <code>ConnectIOException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/registry/LocateRegistry.html#createRegistry(int)"><B>createRegistry(int)</B></A> - Static method in class java.rmi.registry.<A HREF="../java/rmi/registry/LocateRegistry.html">LocateRegistry</A><DD>Creates and exports a <code>Registry</code> on the local host that accepts requests on the specified <code>port</code>.<DT><A HREF="../java/rmi/registry/LocateRegistry.html#createRegistry(int, java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory)"><B>createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory)</B></A> - Static method in class java.rmi.registry.<A HREF="../java/rmi/registry/LocateRegistry.html">LocateRegistry</A><DD>Creates and exports a <code>Registry</code> on the local host that uses custom socket factories for communication with that registry.<DT><A HREF="../java/rmi/server/RMIServerSocketFactory.html#createServerSocket(int)"><B>createServerSocket(int)</B></A> - Method in interface java.rmi.server.<A HREF="../java/rmi/server/RMIServerSocketFactory.html">RMIServerSocketFactory</A><DD>Create a server socket on the specified port (port 0 indicates an anonymous port).<DT><A HREF="../java/rmi/server/RMISocketFactory.html#createServerSocket(int)"><B>createServerSocket(int)</B></A> - Method in class java.rmi.server.<A HREF="../java/rmi/server/RMISocketFactory.html">RMISocketFactory</A><DD>Create a server socket on the specified port (port 0 indicates an anonymous port).<DT><A HREF="../java/rmi/server/RMIClientSocketFactory.html#createSocket(java.lang.String, int)"><B>createSocket(String, int)</B></A> - Method in interface java.rmi.server.<A HREF="../java/rmi/server/RMIClientSocketFactory.html">RMIClientSocketFactory</A><DD>Create a client socket connected to the specified host and port.<DT><A HREF="../java/rmi/server/RMISocketFactory.html#createSocket(java.lang.String, int)"><B>createSocket(String, int)</B></A> - Method in class java.rmi.server.<A HREF="../java/rmi/server/RMISocketFactory.html">RMISocketFactory</A><DD>Creates a client socket connected to the specified host and port.</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-2.html"><B>PREV LETTER</B></A> <A HREF="index-4.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-3.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 + -