home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VPage / Java.bin / CLASSES.ZIP / java / rmi / server / ServerRef.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-08  |  453 b   |  11 lines

  1. package java.rmi.server;
  2.  
  3. import java.rmi.Remote;
  4. import java.rmi.RemoteException;
  5.  
  6. public interface ServerRef extends RemoteRef {
  7.    RemoteStub exportObject(Remote var1, Object var2) throws RemoteException;
  8.  
  9.    String getClientHost() throws ServerNotActiveException;
  10. }
  11.