<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.rmi.server.RemoteStub
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.rmi.server.html">This Package</a>  <a href="java.rmi.server.RemoteServer.html#_top_">Previous</a>  <a href="java.rmi.server.UID.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.rmi.server.RemoteStub
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.rmi.server.RemoteObject.html#_top_">java.rmi.server.RemoteObject</a>
           |
           +----java.rmi.server.RemoteStub
</pre>
<hr>
<dl>
  <dt> public abstract class <b>RemoteStub</b>
  <dt> extends <a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
</dl>
The RemoteStub class is the common superclass to all client stubs
 and provides the framework to support a wide range of remote
 reference semantics.  Stub objects are surrogates that support
 exactly the same set of remote interfaces defined by the actual
 implementation of the remote object.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#RemoteStub()"><b>RemoteStub</b></a>()
  <dd>  Constructor for RemoteStub.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#RemoteStub(java.rmi.server.RemoteRef)"><b>RemoteStub</b></a>(RemoteRef)
  <dd>  Constructor for RemoteStub, with the specified remote reference.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setRef(java.rmi.server.RemoteStub, java.rmi.server.RemoteRef)"><b>setRef</b></a>(RemoteStub, RemoteRef)
  <dd> 
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="RemoteStub"></a>
<a name="RemoteStub()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>RemoteStub</b>
<pre>
 protected RemoteStub()
</pre>
<dl>
  <dd> Constructor for RemoteStub.
<p>
</dl>
<a name="RemoteStub(java.rmi.server.RemoteRef)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>RemoteStub</b>
<pre>
 protected RemoteStub(<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a> ref)
</pre>
<dl>
  <dd> Constructor for RemoteStub, with the specified remote reference.
<p>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="setRef(java.rmi.server.RemoteStub, java.rmi.server.RemoteRef)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setRef"><b>setRef</b></a>
<pre>
 protected static void setRef(<a href="#_top_">RemoteStub</a> stub,
                              <a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a> ref)
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.rmi.server.html">This Package</a>  <a href="java.rmi.server.RemoteServer.html#_top_">Previous</a>  <a href="java.rmi.server.UID.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
