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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java46 String keyPropertyList =
47 System.getProperty("com.sun.tools.jconsole.mbeans.keyPropertyList");
48 if (keyPropertyList == null) {
52 StringTokenizer st = new StringTokenizer(keyPropertyList, ",");
494 * MBean tree. If the "com.sun.tools.jconsole.mbeans.keyPropertyList" system
712 private String keyPropertyList; field in class:XTree.Dn
719 this.keyPropertyList = getKeyPropertyListString(mbean);
724 extractKeyValuePairs(keyPropertyList, mbean);
730 tokens.add(new Token("key", "properties=" + keyPropertyList));
752 return keyPropertyList;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java141 * @param keyPropertyList pattern.getKeyPropertyList().
147 Map<String,String> keyPropertyList,
152 final int len = keyPropertyList.size();
156 for (Map.Entry<String,String> entry : keyPropertyList.entrySet()) {
144 ObjectNamePattern(boolean propertyListPattern, boolean propertyValuePattern, String canonicalProps, Map<String,String> keyPropertyList, ObjectName pattern) argument

Completed in 31 milliseconds