Searched defs:getDescriptor (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/management/
H A DDescriptorRead.java40 public Descriptor getDescriptor(); method in interface:DescriptorRead
H A DMBeanFeatureInfo.java129 public Descriptor getDescriptor() { method in class:MBeanFeatureInfo
140 * {@link #getDescriptor()}
152 p.getDescriptor().equals(getDescriptor()));
157 getDescriptor().hashCode();
H A DMBeanInfo.java89 * <li>{@link #getDescriptor()} returns a descriptor containing the contents
451 public Descriptor getDescriptor() { method in class:MBeanInfo
464 "descriptor=" + getDescriptor() +
472 * {@link #getDescriptor()}, and the
496 !getDescriptor().equals(p.getDescriptor())) {
520 getDescriptor().hashCode() ^
H A DStandardMBean.java461 final Descriptor desc = getDescriptor(bi, immutableInfo);
752 Descriptor getDescriptor(MBeanInfo info, boolean immutableInfo) { method in class:StandardMBean
755 info.getDescriptor() == null ||
756 info.getDescriptor().getFieldNames().length == 0) {
764 Descriptor d = info.getDescriptor();
854 pi.getDescriptor());
859 pi.getDescriptor());
876 ci.getDescriptor());
881 ci.getDescriptor());
903 oi.getDescriptor());
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLPart.java55 public WSDLPartDescriptor getDescriptor(); method in interface:WSDLPart
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodLocator.java91 InputMethodDescriptor getDescriptor() { method in class:InputMethodLocator
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java124 public Descriptor getDescriptor(String inDescriptorName, String inDescriptorType) method in interface:ModelMBeanInfo
151 * @see #getDescriptor
H A DModelMBeanNotificationInfo.java220 inInfo.getDescription(),inInfo.getDescriptor());
245 public Descriptor getDescriptor() { method in class:ModelMBeanNotificationInfo
249 "getDescriptor()", "Entry");
257 "getDescriptor()", "Descriptor value is null, " +
281 * @see #getDescriptor
314 .append(this.getDescriptor());
H A DModelMBeanAttributeInfo.java356 Descriptor newDesc = inInfo.getDescriptor();
370 public Descriptor getDescriptor() { method in class:ModelMBeanAttributeInfo
374 "getDescriptor()", "Entry");
397 * @see #getDescriptor
435 " ; Descriptor: " + this.getDescriptor();
H A DModelMBeanConstructorInfo.java322 public Descriptor getDescriptor() method in class:ModelMBeanConstructorInfo
327 "getDescriptor()", "Entry");
355 * @see #getDescriptor
381 " ; Descriptor: " + this.getDescriptor() +
H A DModelMBeanOperationInfo.java336 Descriptor newDesc = inInfo.getDescriptor();
366 public Descriptor getDescriptor() method in class:ModelMBeanOperationInfo
371 "getDescriptor()", "Entry");
395 * @see #getDescriptor
421 " ; Descriptor: " + this.getDescriptor() +
H A DModelMBeanInfoSupport.java394 attrList[i]).getDescriptor());
404 operList[i]).getDescriptor());
414 consList[i]).getDescriptor());
424 notifList[i]).getDescriptor());
452 attrList[i]).getDescriptor());
457 consList[i]).getDescriptor());
462 getDescriptor());
467 getDescriptor());
531 public Descriptor getDescriptor(String inDescriptorName) method in class:ModelMBeanInfoSupport
536 "getDescriptor(Strin
542 public Descriptor getDescriptor(String inDescriptorName, method in class:ModelMBeanInfoSupport
895 public Descriptor getDescriptor() { method in class:ModelMBeanInfoSupport
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPartImpl.java79 public WSDLPartDescriptor getDescriptor() { method in class:WSDLPartImpl
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollArrayWrapper.java74 int getDescriptor(int i) { method in class:AbstractPollArrayWrapper
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenType.java278 synchronized Descriptor getDescriptor() { method in class:OpenType
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DConvertingMethod.java54 Descriptor getDescriptor() { method in class:ConvertingMethod
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPollArrayWrapper.java81 target.putDescriptor(tindex, source.getDescriptor(sindex));
113 int getDescriptor(int i) { method in class:PollArrayWrapper
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPoll.java89 static int getDescriptor(long eventAddress) { method in class:EPoll
H A DEventPortWrapper.java111 int getDescriptor(int i) { method in class:EventPortWrapper
189 int fd = getDescriptor(i);
H A DKQueue.java88 static int getDescriptor(long address) { method in class:KQueue
H A DEPollArrayWrapper.java161 int getDescriptor(int i) { method in class:EPollArrayWrapper
259 if (getDescriptor(i) == incomingInterruptFD) {
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueArrayWrapper.java138 int getDescriptor(int index) { method in class:KQueueArrayWrapper
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DMessagePart.java63 public QName getDescriptor() { method in class:MessagePart
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DType.java279 return getType(getDescriptor(c));
509 public String getDescriptor() { method in class:Type
511 getDescriptor(buf);
531 argumentTypes[i].getDescriptor(buf);
534 returnType.getDescriptor(buf);
544 private void getDescriptor(final StringBuffer buf) { method in class:Type
607 public static String getDescriptor(final Class c) { method in class:Type
609 getDescriptor(buf, c);
624 getDescriptor(buf, parameters[i]);
640 getDescriptor(bu
653 private static void getDescriptor(final StringBuffer buf, final Class c) { method in class:Type
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCompositeType.java262 public String getDescriptor() { method in class:CompositeType

Completed in 4443 milliseconds

12