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

12

/openjdk7/jdk/src/share/classes/javax/management/
H A DDynamicMBean.java78 * @see #setAttributes
92 public AttributeList setAttributes(AttributeList attributes); method in interface:DynamicMBean
H A DMBeanServerConnection.java576 * @see #setAttributes
637 * AttributeList outputAttrs = mbeanServerConnection.setAttributes(<!--
671 public AttributeList setAttributes(ObjectName name, method in interface:MBeanServerConnection
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DSearchResult.java153 * @see #setAttributes
165 public void setAttributes(Attributes attrs) { method in class:SearchResult
/openjdk7/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java70 public AttributeList setAttributes(AttributeList attributes) { method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DUnregisterMBeanExceptionTest.java70 public AttributeList setAttributes(AttributeList attributes) { method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleEditableText.java131 public void setAttributes(int startIndex, int endIndex, AttributeSet as); method in interface:AccessibleEditableText
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java73 public AttributeList setAttributes(AttributeList attributes) { method in class:AvoidGetMBeanInfoCallsTest.Test
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DFieldOrMethod.java119 setAttributes(attributes);
147 public final void setAttributes(Attribute[] attributes) { method in class:FieldOrMethod
H A DCode.java139 /* Adjust length, because of setAttributes in this(), s.b. length
170 setAttributes(attributes); // Overwrites length!
286 public final void setAttributes(Attribute[] attributes) { method in class:Code
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DAttributesImplSerializer.java191 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
194 public final void setAttributes(Attributes atts) method in class:AttributesImplSerializer
197 super.setAttributes(atts);
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java272 public AttributeList setAttributes(AttributeList attributes) { method in class:MBeanServerDelegateImpl
H A DMBeanSupport.java233 public final AttributeList setAttributes(AttributeList attributes) { method in class:MBeanSupport
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DAttributes2Impl.java216 * @see AttributesImpl#setAttributes
218 public void setAttributes (Attributes atts) method in class:Attributes2Impl
222 super.setAttributes (atts);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java64 public AttributeList setAttributes(AttributeList attributes) { method in class:GmbalMBeanNOPImpl
H A DAMXClient.java234 public AttributeList setAttributes(AttributeList attributes) { method in class:AMXClient
236 return server.setAttributes(oname, attributes);
238 throw new GmbalException( "Exception in setAttributes", ex ) ;
240 throw new GmbalException( "Exception in setAttributes", ex ) ;
242 throw new GmbalException( "Exception in setAttributes", ex ) ;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java59 public void setAttributes(XMLAttributes attributes) { method in class:AttributesProxy
61 } // setAttributes(XMLAttributes)
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java58 protected synchronized void setAttributes(AttributeSet[] attrs) { method in class:MuxingAttributeSet
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java99 setAttributes(atts);
369 public void setAttributes (Attributes atts) method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DAttributesImpl.java101 setAttributes(atts);
367 public void setAttributes (Attributes atts) method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java99 setAttributes(atts);
382 public void setAttributes (Attributes atts) method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DInterningXmlVisitor.java56 attributes.setAttributes(tagName.atts);
92 void setAttributes(Attributes att) { method in class:InterningXmlVisitor.AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DAttributesImpl.java101 setAttributes(atts);
367 public void setAttributes (Attributes atts) method in class:AttributesImpl
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java268 void setAttributes(WindowsFileAttributes attrs) method in class:WindowsFileAttributeViews.Dos
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanExceptionTest.java266 public AttributeList setAttributes(AttributeList attrs) { method in class:MBeanExceptionTest.DynamicExcept
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDDescription.java243 public void setAttributes(XMLAttributes attributes){ method in class:XSDDescription

Completed in 3192 milliseconds

12