This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


java.rmi.server
class RemoteStub

java.lang.Object extended by java.rmi.server.RemoteObject extended by java.rmi.server.RemoteStub
All Implemented Interfaces:
Serializable, Remote
Direct Known Subclasses:
ActivationGroup_Stub, RMIConnectionImpl_Stub, RMIServerImpl_Stub

public abstract class RemoteStub
extends RemoteObject

The RemoteStub class is the common superclass to 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.


Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected

          Constructs a RemoteStub.
protected

          Constructs a RemoteStub, with the specified remote reference.
 
Method Summary
protected static void

          Sets the remote reference inside the remote stub.
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteStub

protected RemoteStub()
Constructs a RemoteStub.


RemoteStub

protected RemoteStub(RemoteRef ref)
Constructs a RemoteStub, with the specified remote reference.

Parameters:
ref - the remote reference
Method Detail

setRef

protected static void setRef(RemoteStub stub,
                             RemoteRef ref)
Sets the remote reference inside the remote stub.

Parameters:
stub - the remote stub
ref - the remote reference


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.