Searched refs:setAttribute (Results 76 - 100 of 152) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/java/util/
H A DXMLUtils.java148 entry.setAttribute("key", key);
/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
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/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java190 public void setAttribute(Attribute attribute) method in class:MBeanServerDelegateImpl
H A DMXBeanProxy.java136 mbsc.setAttribute(name, attr);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DMarkerSegment.java133 node.setAttribute("MarkerTag", Integer.toString(tag));
/openjdk7/jdk/test/java/lang/management/MXBean/
H A DMXBeanBehavior.java75 mbs.setAttribute(refName, new Attribute("CompilationMXBean", on));
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java61 public void setAttribute(Path file, String attribute, Object value, method in class:TestProvider
/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/test/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java40 // to do setAttribute on, and the remaining elements are values that
189 "setAttribute(" + attrName + ", " + value + ")";
191 mbs.setAttribute(on, new Attribute("Foo", 5));
/openjdk7/jdk/test/javax/management/loading/LibraryLoader/
H A DLibraryLoaderTest.java108 server.setAttribute(mlet, attribute);
/openjdk7/jdk/test/javax/management/modelmbean/
H A DUnserializableTargetObjectTest.java136 mbs.setAttribute(name, new Attribute("Count", 53));
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanRefTest.java67 mbs.setAttribute(moduleName, new Attribute("Product", product2Name));
71 check("Proxy after setAttribute",
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DRMIDownloadTest.java208 mbsc.setAttribute(getSetName, new Attribute("It", zooby));
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java154 mbsc.setAttribute(new ObjectName("MBeans:name=SimpleStandard"),
H A DRMIPasswdAuthTest.java151 mbsc.setAttribute(new ObjectName("MBeans:name=SimpleStandard"),
/openjdk7/jdk/test/javax/script/
H A DMyContext.java140 public void setAttribute(String name, Object value, int scope) { method in class:MyContext
/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/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/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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DEndpointReferenceUtil.java320 metadataEl.setAttribute(MemberSubmissionAddressingConstants.MEX_METADATA_DIALECT_ATTRIBUTE,
332 wsdlImportEl.setAttribute("namespace", wsdlTns);
333 wsdlImportEl.setAttribute("location", wsdlLocation);
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java232 Files.setAttribute(path, "lastModifiedTime",
243 Files.setAttribute(path, "creationTime",
254 Files.setAttribute(path, "lastAccessTime",
/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/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);

Completed in 65 milliseconds

1234567