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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java497 * ObjectName.getKeyPropertyListString() with "type" as first key,
502 private static String getKeyPropertyListString(ObjectName mbean) { method in class:XTree
503 String props = mbean.getKeyPropertyListString();
719 this.keyPropertyList = getKeyPropertyListString(mbean);
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java1077 * {@link #getKeyPropertyListString}
1174 * {@link #getKeyPropertyListString}
1230 fields.put("propertyListString", getKeyPropertyListString());
1637 public String getKeyPropertyListString() { method in class:ObjectName

Completed in 36 milliseconds