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

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java130 pattern.getCanonicalKeyPropertyListString(),
140 * @param canonicalProps pattern.getCanonicalKeyPropertyListString().
214 final String p1 = name.getCanonicalKeyPropertyListString();
244 final String key = name.getCanonicalKeyPropertyListString();
304 return moiTb.get(name.getCanonicalKeyPropertyListString());
434 String cstr = name.getCanonicalKeyPropertyListString();
547 name.getCanonicalKeyPropertyListString();
632 if (moiTb.remove(name.getCanonicalKeyPropertyListString())==null) {
/openjdk7/jdk/test/javax/management/ObjectName/
H A DSerialCompatTest.java68 check(msg, on1.getCanonicalKeyPropertyListString()
140 check(msg, on1.getCanonicalKeyPropertyListString().
141 equals(on.getCanonicalKeyPropertyListString()));
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java1541 * as described for {@link #getCanonicalKeyPropertyListString()}.</p>
1736 public String getCanonicalKeyPropertyListString() { method in class:ObjectName
2015 final String p1 = name.getCanonicalKeyPropertyListString();
2016 final String p2 = getCanonicalKeyPropertyListString();

Completed in 51 milliseconds