Searched defs:rmid (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DActivationLibrary.java43 /** time safeDestroy should wait before failing on shutdown rmid */
107 * Simple method call to see if rmid is running.
133 // ignore connect exceptions until we decide rmid is not up
151 * test should not fail as rmid is likely to be in an
155 " start rmid, last exception was: " +
172 /** cleanup after rmid */
173 public static void rmidCleanup(RMID rmid) { argument
174 if (rmid != null) {
175 if (!ActivationLibrary.safeDestroy(rmid, SAFE_WAIT_TIME)) {
176 TestLibrary.bomb("rmid no
191 safeDestroy(RMID rmid, long timeAllowed) argument
208 private final RMID rmid; field in class:ActivationLibrary.DestroyThread
212 DestroyThread(RMID rmid) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rmi/rmid/
H A DExecOptionPermission.java26 package com.sun.rmi.rmid;
33 * The ExecOptionPermission class represents permission for rmid to use
H A DExecPermission.java26 package com.sun.rmi.rmid;
33 * The ExecPermission class represents permission for rmid to execute
37 * Pathname is the pathname of the file or directory to grant rmid

Completed in 40 milliseconds