Searched defs:otherName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostRegisterDeadlockTest.java42 public Blibby(MBeanServer mbs, ObjectName otherName) { argument
44 this.otherName = otherName;
57 if (otherName == null) return;
66 mbs.unregisterMBean(otherName);
69 System.out.println(otherName+
96 private final ObjectName otherName; field in class:PostRegisterDeadlockTest.Blibby
H A DPreDeregisterDeadlockTest.java41 public Blibby(MBeanServer mbs, ObjectName otherName) { argument
43 this.otherName = otherName;
53 if (otherName == null)
59 mbs.unregisterMBean(otherName);
79 private final ObjectName otherName; field in class:PreDeregisterDeadlockTest.Blibby

Completed in 27 milliseconds