📄 index-1.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: A-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"> PREV LETTER <A HREF="index-2.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-1.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="_A_"><!-- --></A><H2><B>A</B></H2><DL><DT><A HREF="../java/rmi/AccessException.html"><B>AccessException</B></A> - exception java.rmi.<A HREF="../java/rmi/AccessException.html">AccessException</A>.<DD>An <code>AccessException</code> is thrown by certain methods of the <code>java.rmi.Naming</code> class (specifically <code>bind</code>, <code>rebind</code>, and <code>unbind</code>) and methods of the <code>java.rmi.activation.ActivationSystem</code> interface to indicate that the caller does not have permission to perform the action requested by the method call.<DT><A HREF="../java/rmi/AccessException.html#AccessException(java.lang.String)"><B>AccessException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/AccessException.html">AccessException</A><DD>Constructs an <code>AccessException</code> with the specified detail message.<DT><A HREF="../java/rmi/AccessException.html#AccessException(java.lang.String, java.lang.Exception)"><B>AccessException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/AccessException.html">AccessException</A><DD>Constructs an <code>AccessException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/activation/Activator.html#activate(java.rmi.activation.ActivationID, boolean)"><B>activate(ActivationID, boolean)</B></A> - Method in interface java.rmi.activation.<A HREF="../java/rmi/activation/Activator.html">Activator</A><DD>Activate the object associated with the activation identifier, <code>id</code>.<DT><A HREF="../java/rmi/activation/ActivationID.html#activate(boolean)"><B>activate(boolean)</B></A> - Method in class java.rmi.activation.<A HREF="../java/rmi/activation/ActivationID.html">ActivationID</A><DD>Activate the object for this id.<DT><A HREF="../java/rmi/activation/ActivateFailedException.html"><B>ActivateFailedException</B></A> - exception java.rmi.activation.<A HREF="../java/rmi/activation/ActivateFailedException.html">ActivateFailedException</A>.<DD>This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.<DT><A HREF="../java/rmi/activation/ActivateFailedException.html#ActivateFailedException(java.lang.String)"><B>ActivateFailedException(String)</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/ActivateFailedException.html">ActivateFailedException</A><DD>Constructs an <code>ActivateFailedException</code> with the specified detail message.<DT><A HREF="../java/rmi/activation/ActivateFailedException.html#ActivateFailedException(java.lang.String, java.lang.Exception)"><B>ActivateFailedException(String, Exception)</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/ActivateFailedException.html">ActivateFailedException</A><DD>Constructs an <code>ActivateFailedException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/activation/ActivationException.html"><B>ActivationException</B></A> - exception java.rmi.activation.<A HREF="../java/rmi/activation/ActivationException.html">ActivationException</A>.<DD>General exception used by the activation interfaces.<DT><A HREF="../java/rmi/activation/ActivationException.html#ActivationException()"><B>ActivationException()</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/ActivationException.html">ActivationException</A><DD>Constructs an <code>ActivationException</code> with no specified detail message.<DT><A HREF="../java/rmi/activation/ActivationException.html#ActivationException(java.lang.String)"><B>ActivationException(String)</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/ActivationException.html">ActivationException</A><DD>Constructs an <code>ActivationException</code> with detail message, <code>s</code>.<DT><A HREF="../java/rmi/activation/ActivationException.html#ActivationException(java.lang.String, java.lang.Throwable)"><B>ActivationException(String, Throwable)</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/ActivationException.html">ActivationException</A><DD>Constructs an <code>ActivationException</code> with detail message, <code>s</code>, and detail exception <code>ex</code>.<DT><A HREF="../java/rmi/activation/ActivationID.html"><B>ActivationID</B></A> - class java.rmi.activation.<A HREF="../java/rmi/activation/ActivationID.html">ActivationID</A>.<DD>Activation makes use of special identifiers to denote remote objects that can be activated over time.<DT><A HREF="../java/rmi/activation/ActivationID.html#ActivationID(java.rmi.activation.Activator)"><B>ActivationID(Activator)</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/ActivationID.html">ActivationID</A><DD>The constructor for <code>ActivationID</code> takes a single argument, <code>activator</code>, that specifies a remote reference to the activator responsible for activating the object associated with this identifier.<DT><A HREF="../java/rmi/activation/Activator.html"><B>Activator</B></A> - interface java.rmi.activation.<A HREF="../java/rmi/activation/Activator.html">Activator</A>.<DD>The <code>Activator</code> facilitates remote object activation.<DT><A HREF="../java/rmi/server/ObjID.html#ACTIVATOR_ID"><B>ACTIVATOR_ID</B></A> - Static variable in class java.rmi.server.<A HREF="../java/rmi/server/ObjID.html">ObjID</A><DD>well-known id for the activator.<DT><A HREF="../java/rmi/AlreadyBoundException.html"><B>AlreadyBoundException</B></A> - exception java.rmi.<A HREF="../java/rmi/AlreadyBoundException.html">AlreadyBoundException</A>.<DD>An <code>AlreadyBoundException</code> is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.<DT><A HREF="../java/rmi/AlreadyBoundException.html#AlreadyBoundException()"><B>AlreadyBoundException()</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/AlreadyBoundException.html">AlreadyBoundException</A><DD>Constructs an <code>AlreadyBoundException</code> with no specified detail message.<DT><A HREF="../java/rmi/AlreadyBoundException.html#AlreadyBoundException(java.lang.String)"><B>AlreadyBoundException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/AlreadyBoundException.html">AlreadyBoundException</A><DD>Constructs an <code>AlreadyBoundException</code> with the specified detail message.</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"> PREV LETTER <A HREF="index-2.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-1.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 + -