Searched defs:setAttributes (Results 26 - 49 of 49) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServer.java119 * <li><p>For the {@link #setAttributes setAttributes} method, the
450 public AttributeList setAttributes(ObjectName name, method in interface:MBeanServer
H A DStandardMBean.java396 public AttributeList setAttributes(AttributeList attributes) { method in class:StandardMBean
397 return mbean.setAttributes(attributes);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java582 * @see #setAttributes
641 * javax.management.MBeanServerConnection#setAttributes(ObjectName,
670 public AttributeList setAttributes(ObjectName name, method in interface:RMIConnection
H A DRMIConnectionImpl.java764 public AttributeList setAttributes(ObjectName name, method in class:RMIConnectionImpl
774 if (debug) logger.debug("setAttributes",
787 if (debug) logger.debug("setAttributes",
1515 return mbeanServer.setAttributes((ObjectName)params[0],
H A DRMIConnector.java970 public AttributeList setAttributes(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
976 if (logger.debugOn()) logger.debug("setAttributes",
984 return connection.setAttributes(name,
990 return connection.setAttributes(name,
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java590 public AttributeList setAttributes(ObjectName name, method in class:MBeanServerAccessController
594 return getMBeanServer().setAttributes(name, attributes);
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DXMLReaderAdapter.java358 qAtts.setAttributes(atts);
480 void setAttributes (Attributes attributes) method in class:XMLReaderAdapter.AttributesAdapter
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java764 public AttributeList setAttributes(ObjectName name, method in class:JmxMBeanServer
768 return mbsInterceptor.setAttributes(cloneObjectName(name),
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java148 protected void setAttributes(PrintRequestAttributeSet attributes) throws PrinterException { method in class:CPrinterJob
160 super.setAttributes(attributes);
205 setAttributes(attributes);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java126 setAttributes((EncodingAlgorithmAttributes)attributes);
128 setAttributes(attributes);
325 public void setAttributes(Attributes atts) { method in class:EncodingAlgorithmAttributesImpl
352 public void setAttributes(EncodingAlgorithmAttributes atts) { method in class:EncodingAlgorithmAttributesImpl
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DJavaClass.java476 public void setAttributes(Attribute[] attributes) { method in class:JavaClass
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java169 protected void setAttributes(AttributesImpl attributes) { method in class:SyntaxTreeNode
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java109 setAttributes(attrs, index - start + offset);
693 private void setAttributes(Map attrs, int offset) { method in class:AttributedString
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java1775 * @see #setAttributes(javax.management.AttributeList)
2075 public AttributeList setAttributes(AttributeList attributes) { method in class:RequiredModelMBean
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java378 fAttrProxy.setAttributes(attributes, fDocument, elem);
392 fAttrProxy.setAttributes(attributes, fDocument, elem);
1459 public void setAttributes(AttributeMap attributes, CoreDocumentImpl doc, ElementImpl elem) { method in class:DOMNormalizer.XMLAttributesProxy
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java457 fAttributesProxy.setAttributes(attributes);
505 fAttributesProxy.setAttributes(attributes);
2282 public void setAttributes(XMLAttributes attributes) { method in class:AbstractSAXParser.AttributesProxy
2284 } // setAttributes(XMLAttributes)
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java2026 public void setAttributes(int startIndex, int endIndex, AttributeSet as) { method in class:JSpinner.AccessibleJSpinner
2029 at.setAttributes(startIndex, endIndex, as);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java374 public void setAttributes(List<Attribute> attrList) { method in class:Attribute.Holder
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java757 public AttributeList setAttributes(ObjectName name, method in class:DefaultMBeanServerInterceptor
802 return instance.setAttributes(allowedAttributes);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java621 public AttributeList setAttributes( method in class:OldMBeanServerTest.OldMBeanServer
624 return getMBean(name).setAttributes(attributes);
1150 public AttributeList setAttributes(AttributeList attributes) { method in class:OldMBeanServerTest.OldMBeanServer.StandardWrapper
1296 // public AttributeList setAttributes(AttributeList attributes) {
1297 // return mbean.setAttributes(attributes);
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java806 debug_println("calling setAttributes in printDialog");
807 setAttributes(attributes);
1030 * They can override this method & call super.setAttributes()
1032 protected void setAttributes(PrintRequestAttributeSet attributes) method in class:RasterPrinterJob
1331 setAttributes(attributes);
1335 // because isAttributeValueSupported returns false in setAttributes
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java377 public void setAttributes(String[] attributes) { method in class:WrapperGenerator.AtomicType
1263 atp.setAttributes(splits);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java3286 public void setAttributes(int startIndex, int endIndex, method in class:JTextComponent.AccessibleJTextComponent
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java655 protected void setAttributes(PrintRequestAttributeSet attributes) method in class:WPrinterJob
660 super.setAttributes(attributes);

Completed in 129 milliseconds

12