< prev index next >

src/java.rmi/share/classes/java/rmi/server/ServerRef.java

Print this page

        

*** 37,46 **** --- 37,47 ---- */ @Deprecated public interface ServerRef extends RemoteRef { /** indicate compatibility with JDK 1.1.x version of class. */ + @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual static final long serialVersionUID = -4557750989390278438L; /** * Creates a client stub object for the supplied Remote object. * If the call completes successfully, the remote object should
< prev index next >