Class java.rmi.server.RemoteStub (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);
}