Searched refs:setAttribute (Results 126 - 150 of 152) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java186 DOMUtils.setAttribute(smElem, "Algorithm", getAlgorithm());
/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/jdk/src/share/classes/sun/net/httpserver/
H A DExchangeImpl.java354 public void setAttribute (String name, Object value) { method in class:ExchangeImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericObjectServer.java413 server.setAttribute(name,att);
/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/tools/jconsole/
H A DProxyClient.java652 public void setAttribute(ObjectName name, Attribute attribute) method in class:ProxyClient
657 server.setAttribute(name, attribute);
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java780 myMBeanServer.setAttribute(relationObjectName,
2190 myMBeanServer.setAttribute(((ObjectName)relObj),
3392 myMBeanServer.setAttribute(relationObjName,
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
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);
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],
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java198 _attributes.setAttribute(index, "", Util.getLocalName(qname),
/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/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/test/java/nio/file/Files/
H A DCheckPermissions.java547 // -- getAttribute/setAttribute/readAttributes --
554 setAttribute(file, "lastModifiedTime",
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js262 mbeanConnection().setAttribute(objName, new Attribute(attrName, attrValue));
/openjdk7/jdk/test/javax/management/mxbean/
H A DMiscTest.java514 mbs.setAttribute(on, stateAttribute);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java3731 currComp.setAttribute(SchemaSymbols.ATT_NAME, newName);
3837 grandKid.setAttribute( SchemaSymbols.ATT_BASE,
3840 grandKid.setAttribute( SchemaSymbols.ATT_BASE, newName );
3895 greatGrandKid.setAttribute( SchemaSymbols.ATT_BASE,
3898 greatGrandKid.setAttribute( SchemaSymbols.ATT_BASE,
3998 child.setAttribute(SchemaSymbols.ATT_REF, prefix + ":" + newName);
4001 child.setAttribute(SchemaSymbols.ATT_REF, newName);
/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);
/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/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/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/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java102 element.setAttribute(attrName, attrValue);
/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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java505 setAttribute(qualifiedName, value);
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java481 nc.setAttribute("Id", "unknown");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java1714 ((Element)node).setAttribute ("xml:base", baseURI);

Completed in 143 milliseconds

1234567