Searched refs:HttpSocketTest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/rmi/transport/httpSocket/
H A DHttpSocketTest.java30 * @build TestLibrary HttpSocketTest HttpSocketTest_Stub
31 * @run main/othervm/policy=security.policy HttpSocketTest
56 public class HttpSocketTest extends UnicastRemoteObject class in inherits:UnicastRemoteObject,MyRemoteInterface
59 private static final String NAME = "HttpSocketTest";
61 public HttpSocketTest() throws RemoteException{} method in class:HttpSocketTest
87 registry.rebind( NAME, new HttpSocketTest() );
90 httpTest.setRemoteObject( new HttpSocketTest() );

Completed in 27 milliseconds