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

123

/openjdk7/jdk/test/java/rmi/activation/Activatable/restartLatecomer/
H A DRestartLatecomer_Stub.java40 $method_ping_1 = ActivateMe.class.getMethod("ping", new java.lang.Class[] {});
70 // implementation of ping()
71 public void ping() method in class:RestartLatecomer_Stub
H A DRestartLatecomer.java128 public void ping() { method in class:RestartLatecomer
129 System.err.println("RestartLatecomer: recevied ping");
213 activatableObj.ping();
260 public void ping() throws RemoteException; method in interface:ActivateMe
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DRestartService.java71 obj.ping(responder);
78 public void ping(String responder) { method in class:RestartService
79 System.err.println("RestartService: received ping from " + responder);
/openjdk7/jdk/test/java/rmi/activation/Activatable/unregisterInactive/
H A DUnregisterInactive_Stub.java32 new java.rmi.server.Operation("void ping()"),
56 $method_ping_0 = ActivateMe.class.getMethod("ping", new java.lang.Class[] {});
74 // implementation of ping()
75 public void ping() method in class:UnregisterInactive_Stub
/openjdk7/jdk/test/java/rmi/activation/ActivateFailedException/activateFails/
H A DActivateFails_Stub.java32 new java.rmi.server.Operation("void ping()"),
54 $method_ping_0 = ActivateMe.class.getMethod("ping", new java.lang.Class[] {});
71 // implementation of ping()
72 public void ping() method in class:ActivateFails_Stub
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/unregisterGroup/
H A DUnregisterGroup.java57 public void ping() { } method in class:UnregisterGroup
107 obj[i].ping();
/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DCheckUnmarshalOnStopThread.java59 * remote call, ping, should execute correctly (i.e. with no
60 * exceptions). The test fails if the ping method throws an
106 public Object ping() throws RemoteException { method in class:CheckUnmarshalOnStopThread
167 Object test = cu.ping();
H A DCheckUnmarshalOnStopThread_Stub.java34 new java.rmi.server.Operation("java.lang.Object ping()")
58 $method_ping_2 = CheckUnmarshal.class.getMethod("ping", new java.lang.Class[] {});
134 // implementation of ping()
135 public java.lang.Object ping() method in class:CheckUnmarshalOnStopThread_Stub
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef_Stub.java32 new java.rmi.server.Operation("void ping()"),
54 $method_ping_0 = Ping.class.getMethod("ping", new java.lang.Class[] {});
71 // implementation of ping()
72 public void ping() method in class:UseCustomRef_Stub
H A DUseCustomRef.java67 public void ping() {} method in class:UseCustomRef
70 p.ping();
104 * look up object and invoke its ping method
106 System.err.println("ping object...");
108 obj.ping();
135 * re-export object and ping
141 System.err.println("ping object read...");
143 obj.ping();
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountInterface.java33 public void ping() throws RemoteException; method in interface:CountInterface
H A DNotActivatableServerImpl.java53 public void ping() throws RemoteException {} method in class:NotActivatableServerImpl
H A DDayTimeServerImpl.java52 public void ping() throws RemoteException {} method in class:DayTimeServerImpl
64 ref.ping(SERVER_OBJECT);
H A DCountServerImpl.java66 ref.ping(SERVER_OBJECT);
74 public void ping() throws RemoteException {} method in class:CountServerImpl
/openjdk7/jdk/test/java/net/Socket/
H A DDeadlockTest.java81 public void ping(int cnt) { method in class:ServerThread
99 ping(0);
101 ping(1);
103 ping(2);
105 ping(3);
107 ping(4);
127 if (true) System.out.println("ping recv'ed");
177 System.out.println("ping recv'ed");
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java85 obj.ping(intId, responder);
92 public void ping(int intId, String responder) { method in class:ForceLogSnapshot
93 System.err.println("ForceLogSnapshot: received ping from " +
/openjdk7/jdk/test/java/rmi/transport/pinClientSocketFactory/
H A DPinClientSocketFactory.java69 void ping() throws RemoteException; method in interface:PinClientSocketFactory.Session
84 public void ping() { } method in class:PinClientSocketFactory.SessionImpl
95 session.ping();
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4168625Test.java263 public synchronized void ping() { method in class:Bug4168625Test.ConcurrentLoadingThread
264 logln(">>"+threadName()+">ping "+threadName(this));
266 logln("<<"+threadName()+"<ping "+threadName(this));
293 thread1.ping(); //continue thread1
313 thread1.ping(); //kick thread 1
316 thread1.ping(); //kick thread 1
319 thread1.ping(); //kick thread 1

Completed in 46 milliseconds

123