Searched refs:setAttribute (Results 26 - 50 of 152) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadata.java114 subNode.setAttribute("value", "TRUE");
128 node.setAttribute("value", "Normal");
/openjdk7/jdk/test/javax/management/modelmbean/
H A DRequiredModelMBeanSetAttributeTest.java27 * @summary Test the following in RequiredModelMBean.setAttribute():
28 * MBeanException wrapping a ServiceNotFoundException is thrown is setAttribute
113 mbs.setAttribute(mmbName, attr);
130 //Now check that when caching is enabled, setAttribute is working
134 mbs.setAttribute(mmbName, attr);
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorTest.java172 server.setAttribute(stdObsObjName, attrib);
185 server.setAttribute(stdObsObjName, attrib);
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactory.java385 public abstract void setAttribute(String name, Object value); method in class:TransformerFactory
/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java106 public void setAttribute(String name, method in interface:Element
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DCOMMarkerSegment.java112 node.setAttribute("comment", getComment());
H A DDRIMarkerSegment.java60 node.setAttribute("interval", Integer.toString(restartInterval));
H A DJPEGMetadata.java828 numChanNode.setAttribute("value", Integer.toString(numChannels));
833 csType.setAttribute("name", "GRAY");
835 csType.setAttribute("name", "YCbCr");
846 csType.setAttribute("name", "YCCK");
849 csType.setAttribute("name", "YCbCr");
853 csType.setAttribute("name", "RGB");
855 csType.setAttribute("name", "CMYK");
864 csType.setAttribute("name", "GRAY");
881 csType.setAttribute("name", "YCbCr");
893 csType.setAttribute("nam
[all...]
/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...]
H A DGmbalMBeanNOPImpl.java53 public void setAttribute(Attribute attribute) method in class:GmbalMBeanNOPImpl
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DMXBeanException.java70 mbs.setAttribute(on, att);
/openjdk7/jdk/test/java/nio/file/Files/
H A DMisc.java91 setAttribute(file, "dos:hidden", true);
95 setAttribute(file, "dos:hidden", false);
329 setAttribute(file, "dos:readonly", true);
333 setAttribute(file, "dos:readonly", false);
/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java134 Files.setAttribute(file, name, valueAsBytes);
188 Files.setAttribute(file, "user:" + ATTR_NAME, null);
192 Files.setAttribute(file, null, new byte[0]);
196 Files.setAttribute(file, "user: " + ATTR_NAME, new byte[0], (LinkOption[])null);
/openjdk7/jdk/test/javax/script/
H A DTest5.java60 ctxt.setAttribute("key", null, ScriptContext.ENGINE_SCOPE);
/openjdk7/jdk/src/share/classes/sun/nio/fs/
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
/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/jaxp/src/javax/xml/parsers/
H A DDocumentBuilderFactory.java402 public abstract void setAttribute(String name, Object value) method in class:DocumentBuilderFactory
/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/jdk/src/solaris/classes/sun/nio/fs/
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/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java247 mbs.setAttribute(on, new Attribute("Number", new Integer(4321)));
268 mbs.setAttribute(on, new Attribute("Local", "string value"));
279 mbs.setAttribute(on, new Attribute("Local2", "thing value"));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java544 tfactory.setAttribute(XalanProperties.SOURCE_LOCATION, Boolean.TRUE);
551 tfactory.setAttribute
565 tfactory.setAttribute
600 tfactory.setAttribute("generate-translet", "true");
601 tfactory.setAttribute("translet-name", argv[++i]);
604 tfactory.setAttribute("generate-translet", "true");
619 tfactory.setAttribute("destination-directory", argv[++i]);
642 tfactory.setAttribute("generate-translet", "true");
643 tfactory.setAttribute("jar-name", argv[++i]);
666 tfactory.setAttribute("packag
[all...]

Completed in 64 milliseconds

1234567