Searched defs:ping (Results 1 - 25 of 68) sorted by relevance

123

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/unexportObject/
H A DPing.java27 public void ping() throws RemoteException; method in interface:Ping
H A DUnexportLeak.java42 public void ping() { method in class:UnexportLeak
H A DUnexportLeak_Stub.java37 $method_ping_0 = Ping.class.getMethod("ping", new java.lang.Class[] {});
51 // implementation of ping()
52 public void ping() method in class:UnexportLeak_Stub
/openjdk7/jdk/test/java/rmi/transport/checkLeaseInfoLeak/
H A DLeaseLeak.java28 void ping() throws RemoteException; method in interface:LeaseLeak
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkActivateRef/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
H A DCheckActivateRef.java63 public void ping() method in class:CheckActivateRef
172 obj.ping();
183 obj.ping();
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkRegisterInLog/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
H A DCheckRegisterInLog.java54 public void ping() method in class:CheckRegisterInLog
150 obj.ping();
/openjdk7/jdk/test/java/rmi/activation/Activatable/createPrivateActivable/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/elucidateNoSuchMethod/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/inactiveGroup/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/nestedActivate/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/nonExistentActivatable/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DActivateMe.java30 public void ping(String responder) throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/unregisterInactive/
H A DActivateMe.java32 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/ActivateFailedException/activateFails/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
H A DActivateFails.java65 public void ping() method in class:ActivateFails
137 obj1.ping();
149 obj2.ping();
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/unregisterGroup/
H A DActivateMe.java30 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DPing.java30 public void ping() throws RemoteException; method in interface:Ping
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DNotActivatableInterface.java30 public void ping() throws java.rmi.RemoteException; method in interface:NotActivatableInterface
H A DTestInterface.java33 public void ping(String s) throws RemoteException; method in interface:TestInterface
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DActivateMe.java30 public void ping(int intId, String responder) throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartCrashedService/
H A DActivateMe.java31 public void ping(String responder) throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DCheckUnmarshal.java35 public Object ping() throws RemoteException; method in interface:CheckUnmarshal
/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DServerStackTrace_Stub.java37 $method_ping_0 = Ping.class.getMethod("ping", new java.lang.Class[] {});
51 // implementation of ping()
52 public void ping() method in class:ServerStackTrace_Stub

Completed in 163 milliseconds

123