jdk/test/java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java
changeset 30820 0d4717a011d3
parent 29274 c44678403857
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    30  * connections to its endpoint have been closed, then the factory
    30  * connections to its endpoint have been closed, then the factory
    31  * should become unreachable too (through the RMI implementation).
    31  * should become unreachable too (through the RMI implementation).
    32  * @author Peter Jones
    32  * @author Peter Jones
    33  *
    33  *
    34  * @library ../../testlibrary
    34  * @library ../../testlibrary
       
    35  * @modules java.rmi/sun.rmi.registry
       
    36  *          java.rmi/sun.rmi.server
       
    37  *          java.rmi/sun.rmi.transport
       
    38  *          java.rmi/sun.rmi.transport.tcp
    35  * @build TestLibrary
    39  * @build TestLibrary
    36  * @run main/othervm -Dsun.rmi.transport.connectionTimeout=2000
    40  * @run main/othervm -Dsun.rmi.transport.connectionTimeout=2000
    37  *     PinClientSocketFactory
    41  *     PinClientSocketFactory
    38  */
    42  */
    39 
    43