Searched refs:receivedPing (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/Activatable/restartCrashedService/
H A DRestartCrashedService.java87 public boolean receivedPing(String responder) { method in class:RestartCrashedService
181 if (unicastObj.receivedPing(RESTARTABLE) != true) {
183 if (unicastObj.receivedPing(RESTARTABLE) == true) {
194 if (unicastObj.receivedPing(RESTARTABLE) != true)
203 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
205 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DRestartService.java86 public boolean receivedPing(String responder) { method in class:RestartService
186 if (unicastObj.receivedPing(RESTARTABLE) != true) {
188 if (unicastObj.receivedPing(RESTARTABLE) == true) {
208 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
210 if (unicastObj.receivedPing(ACTIVATABLE) != true) {

Completed in 29 milliseconds