Java in a Nutshell Online Quick Reference for Java 1.1
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);
}