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

/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DPing.java31 public void receiveAndPing(Ping p) throws RemoteException; method in interface:Ping
H A DUseCustomRef_Skel.java32 new java.rmi.server.Operation("void receiveAndPing(Ping)")
71 case 1: // receiveAndPing(Ping)
84 server.receiveAndPing($param_Ping_1);
H A DUseCustomRef.java69 public void receiveAndPing(Ping p) throws RemoteException { method in class:UseCustomRef
114 obj.receiveAndPing(cr);
H A DUseCustomRef_Stub.java33 new java.rmi.server.Operation("void receiveAndPing(Ping)")
55 $method_receiveAndPing_1 = Ping.class.getMethod("receiveAndPing", new java.lang.Class[] {Ping.class});
92 // implementation of receiveAndPing(Ping)
93 public void receiveAndPing(Ping $param_Ping_1) method in class:UseCustomRef_Stub

Completed in 41 milliseconds