Searched defs:setAttribute (Results 26 - 50 of 70) sorted by relevance

123

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXClient.java199 public void setAttribute(String name, Object value ) { method in class:AMXClient
201 setAttribute( attr ) ;
204 public void setAttribute(Attribute attribute) { method in class:AMXClient
206 server.setAttribute(oname, attribute);
208 throw new GmbalException( "Exception in setAttribute", ex ) ;
210 throw new GmbalException( "Exception in setAttribute", ex ) ;
212 throw new GmbalException( "Exception in setAttribute", ex ) ;
214 throw new GmbalException( "Exception in setAttribute", ex ) ;
216 throw new GmbalException( "Exception in setAttribute", ex ) ;
218 throw new GmbalException( "Exception in setAttribute", e
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DAttributesImpl.java433 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java450 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DAttributesImpl.java433 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java175 public void setAttribute(String attribute, Object value) method in class:WindowsFileAttributeViews.Dos
194 super.setAttribute(attribute, value);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileAttributeView.java117 void setAttribute(String attribute, Object value) method in class:ZipFileAttributeView
H A DZipFileSystemProvider.java312 public void setAttribute(Path path, String attribute, method in class:ZipFileSystemProvider
316 toZipPath(path).setAttribute(attribute, value, options);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBean.java101 public void setAttribute(Attribute attribute) method in class:XMBean
105 getMBeanServerConnection().setAttribute(getObjectName(), attribute);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanExceptionTest.java126 final String[] ops = {"getAttribute", "setAttribute", "invoke"};
147 mbs.setAttribute(name, new Attribute(target, "x"));
246 public void setAttribute(Attribute attr) method in class:MBeanExceptionTest.DynamicExcept
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpExchangeImpl.java105 public void setAttribute (String name, Object value) { method in class:HttpExchangeImpl
106 impl.setAttribute (name, value);
H A DHttpsExchangeImpl.java109 public void setAttribute (String name, Object value) { method in class:HttpsExchangeImpl
110 impl.setAttribute (name, value);
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractBasicFileAttributeView.java69 public void setAttribute(String attribute, Object value) method in class:AbstractBasicFileAttributeView
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java75 public void setAttribute(String attribute, Object value) method in class:LinuxDosFileAttributeView
94 super.setAttribute(attribute, value);
H A DUnixFileAttributeViews.java157 public void setAttribute(String attribute, Object value) method in class:UnixFileAttributeViews.Posix
172 super.setAttribute(attribute, value);
311 public void setAttribute(String attribute, Object value) method in class:UnixFileAttributeViews.Unix
326 super.setAttribute(attribute, value);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSmartTransformerFactoryImpl.java141 public void setAttribute(String name, Object value) method in class:SmartTransformerFactoryImpl
148 _xsltcFactory.setAttribute(name, value);
154 _xalanFactory.setAttribute(name, value);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java105 public void setAttribute(String name, String value) throws DOMException { method in class:DefaultElement
H A DElementImpl.java230 public void setAttribute(String name, String value) { method in class:ElementImpl
/openjdk7/jaxp/src/javax/xml/parsers/
H A DDocumentBuilderFactory.java402 public abstract void setAttribute(String name, Object value) method in class:DocumentBuilderFactory
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java90 public static void setAttribute(Element elem, String name, String value) { method in class:DOMUtils
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java1060 * manner specified by the {@link Files#setAttribute} method.
1090 public abstract void setAttribute(Path path, String attribute, method in class:FileSystemProvider
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServer.java112 * <li><p>For the {@link #setAttribute setAttribute} method, the
115 * MBeanPermission(className, attrName, name, "setAttribute")}, where
122 * MBeanPermission(className, null, name, "setAttribute")}.
126 * MBeanPermission(className, <em>a</em>, name, "setAttribute")}, the
441 public void setAttribute(ObjectName name, Attribute attribute) method in interface:MBeanServer
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java545 * @see #setAttribute
594 * javax.management.MBeanServerConnection#setAttribute(ObjectName,
628 public void setAttribute(ObjectName name, method in interface:RMIConnection
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java575 public void setAttribute(ObjectName name, Attribute attribute) method in class:MBeanServerAccessController
583 getMBeanServer().setAttribute(name, attribute);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DAssertionData.java332 public void setAttribute(final QName name, final String value) { method in class:AssertionData
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java61 public void setAttribute(Path file, String attribute, Object value, method in class:TestProvider

Completed in 175 milliseconds

123