home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / java / rmi / activation / Activator.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  340 b   |  10 lines

  1. package java.rmi.activation;
  2.  
  3. import java.rmi.MarshalledObject;
  4. import java.rmi.Remote;
  5. import java.rmi.RemoteException;
  6.  
  7. public interface Activator extends Remote {
  8.    MarshalledObject activate(ActivationID var1, boolean var2) throws ActivationException, UnknownObjectException, RemoteException;
  9. }
  10.