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

/openjdk7/jdk/test/java/rmi/registry/readTest/testPkg/
H A DClient.java36 public String testStub() throws Exception { method in class:Client
/openjdk7/jdk/test/java/rmi/registry/interfaceHash/
H A DInterfaceHash.java151 Registry testStub = (Registry) cons.newInstance(
154 testStub);
158 testStub.bind(NAME, referenceStub);
170 testStub.list();
182 testStub.lookup(NAME);
194 testStub.rebind(NAME, referenceStub);
206 testStub.unbind(NAME);
/openjdk7/jdk/test/java/rmi/registry/readTest/
H A DreadTest.java46 String testStubReturn = client.testStub();

Completed in 184 milliseconds