Searched defs:setAttribute (Results 1 - 25 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DDynamicFileAttributeView.java40 void setAttribute(String attribute, Object value) throws IOException; method in interface:DynamicFileAttributeView
H A DAbstractAclFileAttributeView.java49 public final void setAttribute(String attribute, Object value) method in class:AbstractAclFileAttributeView
H A DAbstractUserDefinedFileAttributeView.java63 public final void setAttribute(String attribute, Object value) method in class:AbstractUserDefinedFileAttributeView
H A DFileOwnerAttributeViewImpl.java61 public void setAttribute(String attribute, Object value) method in class:FileOwnerAttributeViewImpl
H A DAbstractFileSystemProvider.java67 public final void setAttribute(Path file, method in class:AbstractFileSystemProvider
79 view.setAttribute(s[1], value);
/openjdk7/jdk/src/share/classes/javax/management/
H A DDynamicMBean.java50 * @see #setAttribute
68 public void setAttribute(Attribute attribute) throws AttributeNotFoundException, method in interface:DynamicMBean
H A DMBeanServerConnection.java525 * @see #setAttribute
612 public void setAttribute(ObjectName name, Attribute attribute) method in interface:MBeanServerConnection
626 * it will usually be possible to call {@link #setAttribute setAttribute}
/openjdk7/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java59 public void setAttribute(Attribute attribute) throws method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DUnregisterMBeanExceptionTest.java59 public void setAttribute(Attribute attribute) throws method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java62 public void setAttribute(Attribute attribute) method in class:AvoidGetMBeanInfoCallsTest.Test
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderFactoryImpl.java89 public void setAttribute(String name, Object value) method in class:DocumentBuilderFactoryImpl
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactory.java385 public abstract void setAttribute(String name, Object value); method in class:TransformerFactory
/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptContext.java60 * <code>setAttribute</code> methods must map to the <code>get</code> and
97 public void setAttribute(String name, Object value, int scope); method in interface:ScriptContext
H A DSimpleScriptContext.java223 public void setAttribute(String name, Object value, int scope) { method in class:SimpleScriptContext
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java190 public void setAttribute(Attribute attribute) method in class:MBeanServerDelegateImpl
H A DMBeanSupport.java75 * route getAttribute, setAttribute, and invoke to the appropriate
223 public final void setAttribute(Attribute attribute) method in class:MBeanSupport
230 perInterface.setAttribute(resource, name, value, getCookie());
239 setAttribute(attr);
H A DPerInterface.java86 void setAttribute(Object resource, String attribute, Object value, method in class:PerInterface
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpExchange.java238 public abstract void setAttribute (String name, Object value) ; method in class:HttpExchange
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptionProperty.java96 void setAttribute(String attribute, String value); method in interface:EncryptionProperty
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java53 public void setAttribute(Attribute attribute) method in class:GmbalMBeanNOPImpl
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attributes.java122 public void setAttribute(String name, Object obj) { method in class:PKCS10Attributes
/openjdk7/jdk/test/javax/script/
H A DMyContext.java140 public void setAttribute(String name, Object value, int scope) { method in class:MyContext
/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java106 public void setAttribute(String name, method in interface:Element
/openjdk7/jdk/src/share/classes/java/beans/
H A DEncoder.java338 void setAttribute(Object key, Object value) { method in class:Encoder
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java437 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl

Completed in 156 milliseconds

123