Searched refs:MXBean (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/mxbean/
H A DInvalidMXBeanRegistrationTest.java27 * @summary Ensure the registration of an invalid MXBean
39 // JMX compliant MXBean interface
41 @MXBean(true)
44 // JMX compliant MXBean interface
48 // JMX non-compliant MXBean (NotCompliantMBeanException must be thrown)
H A DMXBeanAnnotationTest.java27 * @summary Check that the MXBean annotation works as advertised
37 @MXBean
42 @MXBean(false)
56 "empty MXBean interface");
59 System.out.println("OK: empty MXBean interface");
61 failure = "MXBean with empty interface got exception: " + e;
66 // Test @MXBean(false)
70 failure = "Registered a non-Standard MBean with @MXBean(false)";
73 System.out.println("OK: non-Standard MBean with @MXBean(false) " +
/openjdk7/jdk/src/share/classes/javax/management/
H A DJMX.java212 * <p>Make a proxy for an MXBean in a local or remote
216 * MXBean with {@link ObjectName} {@code name}, and if the
217 * MXBean's management interface is described by the Java
219 * the MXBean like this:</p>
252 * is not changed in the context of an MXBean. The MXBean
259 * to {@code mbs.getAttribute("MappedAttribute")}. The MXBean
265 * the expected type {@code MemoryUsage} using the MXBean mapping
277 * MemoryUsage} using the MXBean mapping rules.</p>
293 * @param interfaceClass the MXBean interfac
[all...]
H A DMXBean.java55 <p>Annotation to mark an interface explicitly as being an MXBean
56 interface, or as not being an MXBean interface. By default, an
57 interface is an MXBean interface if its name ends with {@code
58 MXBean}, as in {@code SomethingMXBean}. The following interfaces
59 are MXBean interfaces:</p>
64 &#64;MXBean
67 &#64;MXBean(true)
71 <p>The following interfaces are not MXBean interfaces:</p>
76 &#64;MXBean(false)
80 <h3 id="MXBean
1172 public @interface MXBean { interface
[all...]

Completed in 48 milliseconds