diff -r 50f701930577 -r bfa2bef7517c jdk/src/share/classes/javax/management/monitor/package.html --- a/jdk/src/share/classes/javax/management/monitor/package.html Fri Jul 04 18:55:37 2008 +0200 +++ b/jdk/src/share/classes/javax/management/monitor/package.html Wed Jul 09 10:36:07 2008 +0200 @@ -38,14 +38,17 @@ so within the access control context of the {@link javax.management.monitor.Monitor#start} caller.
-The value being monitored can be a simple value contained within a - complex type. For example, the {@link java.lang.management.MemoryMXBean - MemoryMXBean} defined in java.lang.management has an attribute - HeapMemoryUsage of type {@link java.lang.management.MemoryUsage - MemoryUsage}. To monitor the amount of used memory, described by - the used property of MemoryUsage, you could monitor - "HeapMemoryUsage.used". That string would be the argument to - {@link javax.management.monitor.MonitorMBean#setObservedAttribute(String) +
The value being monitored can be a simple value + contained within a complex type. For example, the {@link + java.lang.management.MemoryMXBean MemoryMXBean} defined in + java.lang.management has an attribute + HeapMemoryUsage of type {@link + java.lang.management.MemoryUsage MemoryUsage}. To monitor the + amount of used memory, described by the used + property of MemoryUsage, you could monitor + "HeapMemoryUsage.used". That string would be the + argument to {@link + javax.management.monitor.MonitorMBean#setObservedAttribute(String) setObservedAttribute}.
The rules used to interpret an ObservedAttribute like