Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.rmi.server.RemoteStub

Availability: JDK 1.1

public abstract class RemoteStub extends RemoteObject {
   // Protected Constructors
      protected RemoteStub();
      protected RemoteStub(RemoteRef ref);
   // Class Methods
      protected static void setRef(RemoteStub stub, RemoteRef ref);
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.