home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / rmi / server / RemoteStub.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  451 b   |  17 lines

  1. package java.rmi.server;
  2.  
  3. public abstract class RemoteStub extends RemoteObject {
  4.    private static final long serialVersionUID = -1585587260594494182L;
  5.  
  6.    protected RemoteStub() {
  7.    }
  8.  
  9.    protected RemoteStub(RemoteRef var1) {
  10.       super(var1);
  11.    }
  12.  
  13.    protected static void setRef(RemoteStub var0, RemoteRef var1) {
  14.       throw new UnsupportedOperationException();
  15.    }
  16. }
  17.