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

/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostExceptionTest.java75 caze(new RuntimeException(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
79 caze(new Exception(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
83 caze(new Error(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
188 || where.contains(WHERE.POSTDEREGISTER))&& unreg==null
260 if (where.contains(WHERE.POSTDEREGISTER) &&
277 } else if (where.contains(WHERE.POSTDEREGISTER)) {
283 WHERE.POSTDEREGISTER.check(unreg, t);
293 PREREGISTER, POSTREGISTER, PREDEREGISTER, POSTDEREGISTER; enum constant in enum:PostExceptionTest.WHERE
316 if (EnumSet.of(POSTDEREGISTER,POSTREGISTER).contains(this)) {

Completed in 31 milliseconds