< prev index next >

test/java/rmi/transport/rapidExportUnexport/RapidExportUnexport.java

Print this page

        

*** 30,39 **** --- 30,43 ---- * because of the server socket accept loop's failure throttling * procedure (which sleeps 10 seconds after 10 rapid failures). * @author Peter Jones * * @library ../../testlibrary + * @modules java.rmi/sun.rmi.registry + * java.rmi/sun.rmi.server + * java.rmi/sun.rmi.transport + * java.rmi/sun.rmi.transport.tcp * @build TestLibrary * @run main/othervm RapidExportUnexport */ import java.rmi.Remote;
< prev index next >