Searched defs:PlatformLoggingMXBean (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DPlatformLoggingMXBean.java31 * <p>There is a single global instance of the <tt>PlatformLoggingMXBean</tt>.
34 * the {@code PlatformLoggingMXBean} object as follows:
36 * PlatformLoggingMXBean logging = ManagementFactory.getPlatformMXBean(PlatformLoggingMXBean.class);
38 * The {@code PlatformLoggingMXBean} object is also registered with the
42 * identifying the {@code PlatformLoggingMXBean} within an MBeanServer is:
53 public interface PlatformLoggingMXBean extends PlatformManagedObject { interface in inherits:PlatformManagedObject

Completed in 30 milliseconds