package-use.html
来自「API資料大全」· HTML 代码 · 共 433 行 · 第 1/2 页
HTML
433 行
<!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 Apr 27 23:28:04 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Uses of Package java.rmi</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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </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><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="package-use.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><CENTER><H2><B>Uses of Package<br>java.rmi</B></H2></CENTER><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Packages that use <A HREF="../../java/rmi/package-summary.html">java.rmi</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.rmi"><B>java.rmi</B></A></TD><TD>Provides the RMI package. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.rmi.activation"><B>java.rmi.activation</B></A></TD><TD>Provides support for RMI Object Activation. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.rmi.dgc"><B>java.rmi.dgc</B></A></TD><TD>Provides classes and interface for RMI distributedgarbage-collection (DGC). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.rmi.registry"><B>java.rmi.registry</B></A></TD><TD>Provides a class and two interfaces for the RMI registry. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.rmi.server"><B>java.rmi.server</B></A></TD><TD>Provides classes and interfaces for supporting the serverside of RMI. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#javax.rmi"><B>javax.rmi</B></A></TD><TD>Contains user APIs for RMI-IIOP. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#javax.rmi.CORBA"><B>javax.rmi.CORBA</B></A></TD><TD>Contains portability APIs for RMI-IIOP. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#javax.transaction"><B>javax.transaction</B></A></TD><TD>Contains three exceptions thrown by the ORB machinery during unmarshalling. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#org.omg.stub.java.rmi"><B>org.omg.stub.java.rmi</B></A></TD><TD>Contains RMI-IIOP Stubs for the Remote types that occur in the <tt>java.rmi</tt> package. </TD></TR></TABLE> <P><A NAME="java.rmi"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../java/rmi/package-summary.html">java.rmi</A> used by <A HREF="../../java/rmi/package-summary.html">java.rmi</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/AlreadyBoundException.html#java.rmi"><B>AlreadyBoundException</B></A></B><BR> 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.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/NotBoundException.html#java.rmi"><B>NotBoundException</B></A></B><BR> A <code>NotBoundException</code> is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/Remote.html#java.rmi"><B>Remote</B></A></B><BR> The <code>Remote</code> interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/RemoteException.html#java.rmi"><B>RemoteException</B></A></B><BR> A <code>RemoteException</code> is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.</TD></TR></FONT></TD></TR></TABLE> <P><A NAME="java.rmi.activation"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../java/rmi/package-summary.html">java.rmi</A> used by <A HREF="../../java/rmi/activation/package-summary.html">java.rmi.activation</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/MarshalledObject.html#java.rmi.activation"><B>MarshalledObject</B></A></B><BR> A <code>MarshalledObject</code> contains a byte stream with the serialized representation of an object given to its constructor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/NoSuchObjectException.html#java.rmi.activation"><B>NoSuchObjectException</B></A></B><BR> A <code>NoSuchObjectException</code> is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/Remote.html#java.rmi.activation"><B>Remote</B></A></B><BR> The <code>Remote</code> interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/RemoteException.html#java.rmi.activation"><B>RemoteException</B></A></B><BR> A <code>RemoteException</code> is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.</TD></TR></FONT></TD></TR></TABLE> <P><A NAME="java.rmi.dgc"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../java/rmi/package-summary.html">java.rmi</A> used by <A HREF="../../java/rmi/dgc/package-summary.html">java.rmi.dgc</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/Remote.html#java.rmi.dgc"><B>Remote</B></A></B><BR> The <code>Remote</code> interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/RemoteException.html#java.rmi.dgc"><B>RemoteException</B></A></B><BR> A <code>RemoteException</code> is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.</TD></TR></FONT></TD></TR></TABLE> <P><A NAME="java.rmi.registry"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../java/rmi/package-summary.html">java.rmi</A> used by <A HREF="../../java/rmi/registry/package-summary.html">java.rmi.registry</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../java/rmi/class-use/AccessException.html#java.rmi.registry"><B>AccessException</B></A></B><BR> 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.</TD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?