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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java86 public Descriptor[] getDescriptors(String inDescriptorType) method in interface:ModelMBeanInfo
98 * @see #getDescriptors
H A DModelMBeanInfoSupport.java368 public Descriptor[] getDescriptors(String inDescriptorType) method in class:ModelMBeanInfoSupport
373 "getDescriptors(String)", "Entry");
480 "getDescriptors(String)", "Exit");
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DBeanValidator.java128 for (PropertyDescriptor pd : getDescriptors(type)) {
262 private PropertyDescriptor[] getDescriptors(Class type) { method in class:BeanValidator

Completed in 302 milliseconds