Searched defs:ACTIVATABLE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/Activatable/restartCrashedService/
H A DRestartCrashedService.java52 private static final String ACTIVATABLE = "activatable"; field in class:RestartCrashedService
148 stuff[0] = ACTIVATABLE;
203 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
205 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DRestartService.java51 private static final String ACTIVATABLE = "activatable"; field in class:RestartService
156 stuff[0] = ACTIVATABLE;
208 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
210 if (unicastObj.receivedPing(ACTIVATABLE) != true) {
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartLatecomer/
H A DRestartLatecomer.java52 private static final String ACTIVATABLE = "activatable"; field in class:RestartLatecomer
195 stuff[0] = ACTIVATABLE;
215 callbackObj.waitFor(ACTIVATABLE);
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java55 private static final String ACTIVATABLE = "activatable"; field in class:ForceLogSnapshot
99 } else if (responder.equals(ACTIVATABLE)) {
173 stuff[i][1] = ACTIVATABLE;

Completed in 32 milliseconds