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

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DJMXUtil.java239 if (objectName.getKeyProperty(key) != null)
330 public static String[] getKeyProperty(String key, ObjectName[] objectNames) method in class:JMXUtil
336 values[i] = objectNames[i].getKeyProperty(key);
351 final String value = objectName.getKeyProperty(key);
398 public static String[] getKeyProperty(String key, Set<ObjectName> objectNameSet) method in class:JMXUtil
403 return (getKeyProperty(key, objectNames));
416 final String[] values = getKeyProperty(key, objectNames);
440 if (objectName.getKeyProperty(key) != null)
470 final String value = objectName.getKeyProperty(propertyKey);

Completed in 352 milliseconds