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

/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DSuppressStackTraces.java50 interface Pong extends Remote { interface in inherits:Remote
75 class Impl2 implements Pong {
81 class Impl1 implements Pong {
88 private static void __FOO__(Pong stub)
107 verifySuppression((Pong) UnicastRemoteObject.exportObject(impl2));
108 verifySuppression((Pong) UnicastRemoteObject.exportObject(impl1));
124 private static void verifySuppression(Pong stub) throws Exception {
H A DImpl2_Stub.java29 implements Pong
37 $method_pong_0 = Pong.class.getMethod("pong", new java.lang.Class[] {});
H A DImpl1_Stub.java29 implements Pong

Completed in 191 milliseconds