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

123

/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java201 // pkey and setAttribute
203 testnum = Basic.setAttribute(testnum);
208 // setAttribute, pkey, sign
209 testnum = Basic.setAttribute(testnum);
214 testnum = Basic.setAttribute(testnum);
220 // setAttribute, pkey, sign, skey, copy
221 testnum = Basic.setAttribute(testnum);
232 } else if ("setAttribute".equals(test)) {
233 Basic.setAttribute(1);
245 testnum = Basic.setAttribute(testnu
504 private static int setAttribute(int testnum) throws Exception { method in class:Basic
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java481 public void setAttribute(String name, String value) { method in class:ElementImpl
511 } // setAttribute(String,String)
519 * setAttribute() call. It can handle attribute values that have
688 // elem.setAttribute("name", "value");
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java378 public void setAttribute(Attribute attribute) method in class:StandardMBean
383 mbean.setAttribute(attribute);
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java734 public void setAttribute(ObjectName name, Attribute attribute) method in class:JmxMBeanServer
739 mbsInterceptor.setAttribute(cloneObjectName(name),
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java670 void setAttribute(String attribute, Object value, LinkOption... options) method in class:ZipPath
686 view.setAttribute(attr, value);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DExchangeImpl.java354 public void setAttribute (String name, Object value) { method in class:ExchangeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java341 public void setAttribute(String name, Object value) method in class:TransformerFactoryImpl
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java1715 * Files.setAttribute(path, "dos:hidden", true);
1748 public static Path setAttribute(Path path, String attribute, Object value, method in class:Files
1752 provider(path).setAttribute(path, attribute, value, options);
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java1486 * @see #setAttribute(javax.management.Attribute)
1892 public void setAttribute(Attribute attribute) method in class:RequiredModelMBean
1899 "setAttribute()","Entry");
1921 throw new AttributeNotFoundException("setAttribute failed: " +
1929 throw new AttributeNotFoundException("setAttribute failed: "
1962 "setAttribute(Attribute)","Class " +
1999 "setAttribute(Attribute)",
2025 "setAttribute(Attribute)",strb.toString());
2033 "setAttribute(Attribute)","sending sendAttributeNotification");
2042 "setAttribute(Attribut
[all...]
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java212 public void setAttribute(Path file, String attribute, Object value, LinkOption... options) method in class:PassThroughFileSystem.PassThroughProvider
215 Files.setAttribute(unwrap(file), attribute, value, options);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java1025 setAttribute(attribute, "tableChanged");
1030 private void setAttribute(final Attribute attribute, final String method) { method in class:XMBeanAttributes.AttributesListener
1031 final SwingWorker<Void,Void> setAttribute =
1037 System.err.println("setAttribute("+
1041 mbean.setAttribute(attribute);
1059 mbeansTab.workerAdd(setAttribute);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java756 public void setAttribute(String name, String value) { method in class:IIOMetadataNode
775 * Equivalent to <code>setAttribute(qualifiedName, value)</code>.
781 setAttribute(qualifiedName, value);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java711 public void setAttribute(ObjectName name, method in class:RMIConnectionImpl
724 if (debug) logger.debug("setAttribute",
736 if (debug) logger.debug("setAttribute",
1510 mbeanServer.setAttribute((ObjectName)params[0],
H A DRMIConnector.java943 public void setAttribute(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
952 if (logger.debugOn()) logger.debug("setAttribute",
960 connection.setAttribute(name, sAttribute, delegationSubject);
964 connection.setAttribute(name, sAttribute, delegationSubject);
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java716 public void setAttribute(ObjectName name, Attribute attribute) method in class:DefaultMBeanServerInterceptor
738 "setAttribute", "ObjectName = " + name +
743 checkMBeanPermission(instance, attribute.getName(), name, "setAttribute");
746 instance.setAttribute(attribute);
783 // Check if the caller has the right to invoke 'setAttribute'
785 checkMBeanPermission(classname, null, name, "setAttribute");
787 // Check if the caller has the right to invoke 'setAttribute'
794 name, "setAttribute");
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java652 public void setAttribute(ObjectName name, Attribute attribute) method in class:ProxyClient
657 server.setAttribute(name, attribute);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java614 public void setAttribute(ObjectName name, Attribute attribute) method in class:OldMBeanServerTest.OldMBeanServer
618 getMBean(name).setAttribute(attribute);
1128 public void setAttribute(Attribute attribute) method in class:OldMBeanServerTest.OldMBeanServer.StandardWrapper
1156 setAttribute(attr);
1286 // public void setAttribute(Attribute attribute)
1289 // mbean.setAttribute(attribute);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1165 public final void setAttribute(String name, String value) method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java386 public void setAttribute(String name, String value) throws DOMException method in class:UnImplNode
388 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttribute not supported!");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java1987 dbf.setAttribute("http://xml.org/sax/features/namespaces", Boolean.TRUE);
3700 public void setAttribute(String attribute, String value) { method in class:XMLCipher.Factory.EncryptionPropertyImpl
3936 result.setAttribute(EncryptionConstants._ATT_URI, uri);

Completed in 137 milliseconds

123