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

/openjdk7/jdk/src/share/classes/javax/management/
H A DDescriptor.java47 * <p>Additional metadata for a JMX element. A {@code Descriptor}
63 * The <code>Descriptor</code> methods that could modify the contents
193 * Descriptor.</td>
240 * Descriptor.</td>
249 * field is set in the Descriptor for all instances of {@link
268 * originalType} field in the Descriptor for this attribute will have
396 * See the section "MBean Descriptor Fields" in the JMX specification
402 * <tr><td>protocolMap</td><td>Descriptor</td><td>ModelMBeanAttributeInfo</td>
439 public interface Descriptor extends Serializable, Cloneable interface in inherits:Serializable,Cloneable
589 * the given object is also a Descriptor, an
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDescriptor.java39 public class Descriptor { class
66 public Descriptor(ClassReader cr) throws IOException { method in class:Descriptor
70 public Descriptor(int index) { method in class:Descriptor
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java409 private static final class Descriptor { class in class:SunPKCS11
416 private Descriptor(String type, String algorithm, String className, method in class:SunPKCS11.Descriptor
435 private final static Map<Integer,List<Descriptor>> descriptors =
436 new HashMap<Integer,List<Descriptor>>();
456 register(new Descriptor(type, algorithm, className, null, m));
461 register(new Descriptor(type, algorithm, className, aliases, m));
464 private static void register(Descriptor d) {
468 List<Descriptor> list = descriptors.get(key);
470 list = new ArrayList<Descriptor>();
818 final Map<Descriptor,Intege
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_plugin.h460 cmsTagDescriptor Descriptor; member in struct:__anon901
H A Dcmstypes.c5304 cmsTagDescriptor Descriptor; member in struct:_cmsTagLinkedList_st
5425 pt ->Descriptor = Plugin ->Descriptor; // Replace old behaviour
5437 pt ->Descriptor = Plugin ->Descriptor;
5454 if (sig == pt -> Signature) return &pt ->Descriptor;

Completed in 2301 milliseconds