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 / sun / rmi / server / ActivationGroupImpl$ActiveEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  659 b   |  22 lines

  1. package sun.rmi.server;
  2.  
  3. import java.io.IOException;
  4. import java.rmi.MarshalledObject;
  5. import java.rmi.Remote;
  6. import java.rmi.activation.ActivationException;
  7.  
  8. class ActivationGroupImpl$ActiveEntry {
  9.    Remote impl;
  10.    MarshalledObject mobj;
  11.  
  12.    ActivationGroupImpl$ActiveEntry(Remote var1) throws ActivationException {
  13.       this.impl = var1;
  14.  
  15.       try {
  16.          this.mobj = new MarshalledObject(var1);
  17.       } catch (IOException var3) {
  18.          throw new ActivationException("failed to marshal remote object", var3);
  19.       }
  20.    }
  21. }
  22.