Lines Matching refs:rmid

41  * The test creates an rmid with a special security manager.  After
42 * rmid makes two registrations (which is greater than rmid's
43 * snapshotInterval) the security manager stops allowing rmid to write
44 * to update and snapshot log files in rmid's log directory. The Test
46 * The second registration will cause rmid to have to write to a
48 * allow the file write to happen. The test makes sure that rmid
50 * so. The test will not exit for 400 seconds if rmid does not exit
62 RMID rmid = null;
70 // start an rmid.
72 rmid = RMID.createRMID();
74 // rmid needs to run with a security manager that
75 // simulates a log problem; rmid should also snapshot
77 rmid.addOptions(new String[] {
81 // rmid.addArguments(new String[] {
84 rmid.start();
113 * the security manager rmid is running with will stop
114 * rmid from writing to its log files; in 1.2.x this would
115 * have caused rmid to have thrown a runtime exception and
117 * for 4183169, rmid should shutdown gracefully instead.
121 * register another activatable with a new group id; rmid
125 * the appropriate bug fix, rmid would hide a
170 // Need to make sure that rmid goes away by itself
171 JavaVM rmidProcess = rmid;
180 System.err.println("rmid has shutdown");
183 // ensure that this rmid does not infect
186 TestLibrary.bomb("rmid did not shutdown " +
191 TestLibrary.bomb("exception waiting for rmid " +
195 // else rmid should be down
205 * class that waits for rmid to exit
214 System.err.println("waiting for rmid to shutdown");
223 // notify parent thread when rmid has exited