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

/openjdk7/jdk/test/javax/management/MBeanServer/
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
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
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java226 Name otherName = (Name) obj;
228 if (!uri.equals(otherName.getURI())) {
232 if (!localName.equals(otherName.getLocalName())) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java3827 Name otherName = names.fromString("other");
3830 otherName,

Completed in 47 milliseconds